Skip to content

Commit ce73076

Browse files
authored
Allow Symfony 5.4 in composer.json
1 parent d74c981 commit ce73076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"monolog/monolog": "^3.6",
2222
"nyholm/psr7": "^1.8",
2323
"php-http/mock-client": "^1.6",
24-
"phpunit/phpunit": "^10.5",
25-
"symfony/cache": "^6.4",
26-
"symfony/http-client": "^6.4",
27-
"symfony/var-dumper": "^6.4"
24+
"phpunit/phpunit": "^9.6|^10.5",
25+
"symfony/cache": "^5.4|^6.4",
26+
"symfony/http-client": "^5.4|^6.4",
27+
"symfony/var-dumper": "^5.4|^6.4"
2828
},
2929
"provide": {
3030
"psr/http-client-implementation": "1.0",

0 commit comments

Comments
 (0)