Skip to content

Commit 987beb9

Browse files
authored
Add Laravel 9 Support (#28)
* Add Laravel 9 Support
1 parent 5950e4d commit 987beb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"require": {
3131
"php": ">=7.2",
32-
"illuminate/support": "^6.0|^7.0|^8.0",
32+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
3333
"guzzlehttp/guzzle": "^6.0|^7.0",
3434
"symfony/psr-http-message-bridge": "^1.3|^2.0"
3535
},

0 commit comments

Comments
 (0)