Skip to content

Commit

Permalink
Merge pull request #13 from bookboon/feature/sf5
Browse files Browse the repository at this point in the history
Enable use with Symfony 5
  • Loading branch information
lkm committed Dec 13, 2019
2 parents ed460d5 + 172a47b commit 1149a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": ">=7.1",
"symfony/dependency-injection": "~4.0",
"symfony/config": "~4.0",
"symfony/cache": "~4.0",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/config": "^4.0|^5.0",
"symfony/cache": "^4.0|^5.0",
"bookboon/api": "~4.0"
},
"autoload": {
Expand Down

0 comments on commit 1149a90

Please sign in to comment.