Skip to content

Commit 1c1e8b2

Browse files
authored
Update dependency
Add support PHP >= 8.0 and Laravel >= 9.0
1 parent 20a1ebb commit 1c1e8b2

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
@@ -21,8 +21,8 @@
2121
"irc": "irc://irc.freenode.org/composer"
2222
},
2323
"require": {
24-
"php": "^7.1",
25-
"illuminate/support": "^6.0|^7.0|^8.0"
24+
"php": "^7.1|^8.0",
25+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
2626
},
2727
"require-dev": {
2828
"orchestra/testbench": "^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)