Skip to content

Commit

Permalink
Support dependencies for Symfony 6
Browse files Browse the repository at this point in the history
Fix #21
  • Loading branch information
roukmoute committed Dec 9, 2021
1 parent 3a0b190 commit 10bb7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"php": "^7.4 || ^8.0",
"hashids/hashids": "^4.1",
"sensio/framework-extra-bundle": "^5.1 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.3",
"symfony/http-foundation": "^4.4 || ^5.3"
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-expect": "^4.0",
Expand Down

0 comments on commit 10bb7d9

Please sign in to comment.