We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864bd94 commit 1bcc68dCopy full SHA for 1bcc68d
README.md
@@ -1,5 +1,3 @@
1
-
2
-
3
# Fluently build and validate JSON Schemas
4
5
[](https://packagist.org/packages/cortexphp/json-schema)
composer.json
@@ -20,6 +20,7 @@
20
],
21
"require": {
22
"php": "^8.3",
23
+ "ext-json": "*",
24
"opis/json-schema": "^2.4",
25
"phpstan/phpdoc-parser": "^2.3"
26
},
0 commit comments