Skip to content

Commit a1aa79c

Browse files
authored
fix required illuminate/support 9 (#15)
* fix required illuminate/support 9 * typo
1 parent 3579805 commit a1aa79c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"request"
1111
],
1212
"require": {
13-
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^v9.0"
13+
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
14+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)