Skip to content

Commit e662751

Browse files
committed
Remove json_validate function and its corresponding unit tests as they are no longer required.
1 parent dde60a4 commit e662751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@
143143
"files": [
144144
"src/Functions/Dump.php",
145145
"src/Functions/Array.php",
146-
"src/Functions/Sprintf.php",
147-
"src/Functions/Json.php"
146+
"src/Functions/Sprintf.php"
148147
]
149148
},
150149
"autoload-dev": {

0 commit comments

Comments
 (0)