Skip to content

Commit ac671fb

Browse files
committed
Added Laravel 10 Support
1 parent 1d02846 commit ac671fb

File tree

2 files changed

+2722
-1507
lines changed

2 files changed

+2722
-1507
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"minimum-stability": "dev",
1313
"prefer-stable": true,
1414
"require": {
15-
"php": "^8.0|^8.1",
15+
"php": "^8.0|^8.1|^8.2",
1616
"ext-json": "*",
17-
"illuminate/support": "^8.19|^9.0",
18-
"illuminate/database": "^8.19|^9.0"
17+
"illuminate/support": "^8.19|^9.0|^10.0",
18+
"illuminate/database": "^8.19|^9.0|^10.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.0",
22-
"orchestra/testbench": "^5.0"
22+
"orchestra/testbench": "^5.0|^7.0|^8.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)