We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15ffe80 + 160aca2 commit 6e55e56Copy full SHA for 6e55e56
composer.json
@@ -13,16 +13,13 @@
13
"ext-json": "*",
14
"swaggest/json-diff": "^3.8.3",
15
"php-yaoi/php-yaoi": "^1",
16
- "symfony/yaml": "5.4.40",
17
- "salsify/json-streaming-parser": "^7.0",
18
"swaggest/json-schema": "^0.12.41",
19
"swaggest/go-code-builder": "0.4.51",
20
"swaggest/php-code-builder": "^0.2.41",
21
"swaggest/code-builder": "^0.3.5",
22
- "swaggest/json-schema-maker": "^0.3.7"
23
- },
24
- "require-dev": {
25
- "phperf/phpunit": "^7.0"
+ "swaggest/json-schema-maker": "^0.3.7",
+ "symfony/yaml": "^6.4",
+ "salsify/json-streaming-parser": "8.3.1"
26
},
27
"autoload": {
28
"psr-4": {
@@ -34,11 +31,6 @@
34
31
"Swaggest\\JsonCli\\Tests\\": "tests/src"
35
32
}
36
33
37
- "config": {
38
- "platform": {
39
- "php": "5.6.0"
40
- }
41
42
"bin": [
43
"bin/json-cli"
44
]
0 commit comments