Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 2008882

Browse files
committed
chore: support laravel 9 & 10
1 parent 2182969 commit 2008882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"require": {
1414
"php": "^7.2.5|^8.0",
15-
"illuminate/console": "^6.0|^7.0|^8.0",
16-
"illuminate/support": "^6.0|^7.0|^8.0"
15+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
16+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^7.0|^8.0|^9.0",
19+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
2020
"orchestra/testbench": "^4.0|^5.0|^6.0",
2121
"mockery/mockery": "dev-master"
2222
},

0 commit comments

Comments
 (0)