Skip to content

Commit 10bb7d9

Browse files
committed
Support dependencies for Symfony 6
Fix #21
1 parent 3a0b190 commit 10bb7d9

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
@@ -24,8 +24,8 @@
2424
"php": "^7.4 || ^8.0",
2525
"hashids/hashids": "^4.1",
2626
"sensio/framework-extra-bundle": "^5.1 || ^6.0",
27-
"symfony/http-kernel": "^4.4 || ^5.3",
28-
"symfony/http-foundation": "^4.4 || ^5.3"
27+
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
28+
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0"
2929
},
3030
"require-dev": {
3131
"friends-of-phpspec/phpspec-expect": "^4.0",

0 commit comments

Comments
 (0)