Skip to content

Commit

Permalink
Merge pull request #7 from dpinheiro/support-symfony-5
Browse files Browse the repository at this point in the history
Added support for Symfony 5.0
  • Loading branch information
reinink authored Mar 5, 2020
2 parents 94b43e1 + 7a97ca7 commit 8162ec0
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": "^1.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0"
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0"
},
"require-dev": {
"mockery/mockery": "^0.9",
Expand Down

0 comments on commit 8162ec0

Please sign in to comment.