Skip to content

Commit c1db66f

Browse files
committed
Fix versions in composer.json
1 parent 00a9158 commit c1db66f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"require": {
2727
"php": "^8.3",
2828
"ext-simplexml": "*",
29-
"justinrainbow/json-schema": "^6.5.2",
30-
"symfony/console": "^5.4 || ^6.4.25 || ^7.4",
31-
"symfony/yaml": "^5.4 || ^6.4.25 || ^7.4"
29+
"justinrainbow/json-schema": "^6.4",
30+
"symfony/console": "^5.4 || ^6.4 || ^7.3",
31+
"symfony/yaml": "^5.4 || ^6.4 || ^7.3"
3232
},
3333
"require-dev": {
3434
"andrey-tech/pdepend-summary-formatter-php": "^1.2.2",

0 commit comments

Comments
 (0)