Skip to content

Commit e5c5f40

Browse files
authored
add support Symfony 7
1 parent f808ab3 commit e5c5f40

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
@@ -23,10 +23,10 @@
2323
"require": {
2424
"php": "^8.0",
2525
"behat/behat": "^3.0",
26-
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
27-
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
28-
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
29-
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
26+
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
27+
"symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0",
28+
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0 || ^7.0",
29+
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0 || ^7.0",
3030
"macpaw/extended_mock_http_client": "^3.0 || ^4.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)