Skip to content

Commit 6e55e56

Browse files
authored
Merge pull request #1 from celtra/UAB-22585-Update-celtra-json-cli-Symphony-dependency-to-6.4
[UAB-22585] Update celtra json-cli Symphony dependency to 6.4
2 parents 15ffe80 + 160aca2 commit 6e55e56

File tree

2 files changed

+67
-1826
lines changed

2 files changed

+67
-1826
lines changed

composer.json

+3-11
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@
1313
"ext-json": "*",
1414
"swaggest/json-diff": "^3.8.3",
1515
"php-yaoi/php-yaoi": "^1",
16-
"symfony/yaml": "5.4.40",
17-
"salsify/json-streaming-parser": "^7.0",
1816
"swaggest/json-schema": "^0.12.41",
1917
"swaggest/go-code-builder": "0.4.51",
2018
"swaggest/php-code-builder": "^0.2.41",
2119
"swaggest/code-builder": "^0.3.5",
22-
"swaggest/json-schema-maker": "^0.3.7"
23-
},
24-
"require-dev": {
25-
"phperf/phpunit": "^7.0"
20+
"swaggest/json-schema-maker": "^0.3.7",
21+
"symfony/yaml": "^6.4",
22+
"salsify/json-streaming-parser": "8.3.1"
2623
},
2724
"autoload": {
2825
"psr-4": {
@@ -34,11 +31,6 @@
3431
"Swaggest\\JsonCli\\Tests\\": "tests/src"
3532
}
3633
},
37-
"config": {
38-
"platform": {
39-
"php": "5.6.0"
40-
}
41-
},
4234
"bin": [
4335
"bin/json-cli"
4436
]

0 commit comments

Comments
 (0)