Skip to content

Commit c356db2

Browse files
committed
Fix
1 parent 382fa9f commit c356db2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"require": {
3535
"php": "^8.0",
3636
"ext-json": "*",
37-
"symfony/config": "^5.4 || ^6.0 || ^7.0",
38-
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
37+
"symfony/config": "^5.4 || ^6.4 || ^7.0",
38+
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
3939
"symfony/event-dispatcher-contracts": "^2.0 || ^3.0",
40-
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
41-
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
40+
"symfony/http-foundation": "^5.4 || ^6.4 || ^7.0",
41+
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
4242
"yoanm/jsonrpc-server-doc-sdk": "^0.3 || ^1.0",
4343
"yoanm/jsonrpc-server-sdk": "^3.3",
4444
"yoanm/symfony-jsonrpc-http-server": "^3.3 || dev-feature/increase-supported-versions-sf7.0"
@@ -53,8 +53,8 @@
5353
"phpunit/php-code-coverage": "^9.2.4",
5454
"phpunit/phpunit": "^9.0",
5555
"squizlabs/php_codesniffer": "^3.5",
56-
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
57-
"symfony/routing": "^5.4 || ^6.0 || ^7.0",
56+
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
57+
"symfony/routing": "^5.4 || ^6.4 || ^7.0",
5858
"yoanm/php-unit-extended": "^2.0.2"
5959
},
6060
"config": {

0 commit comments

Comments
 (0)