Skip to content

Commit b02eea1

Browse files
authored
Merge pull request #11 from kirschbaum-development/dev
Support Laravel 9
2 parents 1fcd36d + 5ea23e9 commit b02eea1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
],
2828
"require": {
2929
"php": ">=7.2.5",
30-
"illuminate/routing": "^5.7|^6.0|^7.0|^8.0",
31-
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
30+
"illuminate/routing": "^5.7|^6.0|^7.0|^8.0|^9.0",
31+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0"
3232
},
3333
"require-dev": {
34-
"orchestra/testbench": "^6.0",
34+
"orchestra/testbench": "^7.0",
3535
"mockery/mockery": "^1.0",
36-
"phpunit/phpunit": "^8.5"
36+
"phpunit/phpunit": "^9.5"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)