Skip to content

Commit 1149a90

Browse files
authored
Merge pull request #13 from bookboon/feature/sf5
Enable use with Symfony 5
2 parents ed460d5 + 172a47b commit 1149a90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"require": {
1717
"php": ">=7.1",
18-
"symfony/dependency-injection": "~4.0",
19-
"symfony/config": "~4.0",
20-
"symfony/cache": "~4.0",
18+
"symfony/dependency-injection": "^4.0|^5.0",
19+
"symfony/config": "^4.0|^5.0",
20+
"symfony/cache": "^4.0|^5.0",
2121
"bookboon/api": "~4.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)