Skip to content

Commit 2c0e134

Browse files
author
Clement Herreman
committed
Update composer.json to allow Symfony 6.x
1 parent 1cebbf9 commit 2c0e134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.4.3",
28-
"symfony/cache": "5.2.0",
29-
"symfony/http-client": "^5.2",
28+
"symfony/cache": "^5.2 || ^6.0",
29+
"symfony/http-client": "^5.2 || ^6.0",
3030
"phpstan/phpstan": "^0.12.64"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)