Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Dropped support for Symfony 2
Added support for Symfony 5
  • Loading branch information
GBeushausen committed Feb 23, 2021
1 parent 7d97bec commit f601605
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/phpunit.xml
/vendor
/build
/composer.lock
.idea
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"filp/whoops": "^2.0",
"pimple/pimple": "^3.0",
"symfony/http-kernel": "^2.0|^3.0|^4.0"
"symfony/http-kernel": "^3.0|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f601605

Please sign in to comment.