Skip to content

Commit

Permalink
feature #13 Add support for Symfony 6 (ker0x)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add support for Symfony 6

Commits
-------

c455fd4 Add support for Symfony 6
  • Loading branch information
tgalopin committed Dec 1, 2021
2 parents f190729 + c455fd4 commit fe534b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"league/glide": "^2.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0"
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
Expand Down

0 comments on commit fe534b6

Please sign in to comment.