Skip to content

Commit 1ee41c4

Browse files
authored
Add laravel 9 support (#13)
* remove conflicting illuminate/support * update required illuminate/http version
1 parent 3b0ee98 commit 1ee41c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"request"
1111
],
1212
"require": {
13-
"illuminate/http": "^5.0|^6.0|^7.0|^8.0",
14-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
13+
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^v9.0"
1514
},
1615
"require-dev": {
1716
"phpunit/phpunit": "~5.4.0"

0 commit comments

Comments
 (0)