Skip to content

Commit 9bc8edc

Browse files
authored
Merge pull request #9 from freekmurze/master
Add support for Symfony 6 / Laravel 9
2 parents 4d128ee + b5047c5 commit 9bc8edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"require": {
1818
"php": ">=7.0|>=8.0",
19-
"illuminate/contracts": "~5.0 | ~6.0 | ~7.0 | ~8.0",
19+
"illuminate/contracts": "~5.0 | ~6.0 | ~7.0 | ~8.0| ~9.0",
2020
"nesbot/carbon": "~1.0 | ~2.0",
21-
"symfony/http-kernel": "~2.6|~3.3|~4.0|~5.0"
21+
"symfony/http-kernel": "~2.6|~3.3|~4.0|~5.0|~6.0"
2222
},
2323
"require-dev": {
2424
"artisansdk/bench": "~1.0.0-rc1"

0 commit comments

Comments
 (0)