Skip to content

Commit f7acd3d

Browse files
committed
Added Laravel 11 Support
1 parent 8f35860 commit f7acd3d

File tree

2 files changed

+2694
-1553
lines changed

2 files changed

+2694
-1553
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
}
2020
},
2121
"require": {
22-
"php": "^8.1",
23-
"illuminate/filesystem": "^10.0",
24-
"illuminate/support": "^10.0",
25-
"illuminate/auth": "^10.0",
22+
"php": "^8.1 | ^8.2 | ^8.3",
23+
"illuminate/filesystem": "^10.0 | ^11.0",
24+
"illuminate/support": "^10.0 | ^11.0",
25+
"illuminate/auth": "^10.0 | ^11.0",
2626
"doctrine/dbal": "^3.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.0",
30-
"phpunit/phpunit": "^10.0",
31-
"orchestra/testbench": "8.*",
30+
"phpunit/phpunit": "^10.0 | ^11.0",
31+
"orchestra/testbench": "8.* | 9.*",
3232
"mockery/mockery": "^1.1",
3333
"phpstan/phpstan-phpunit": "^1.0"
3434
},

0 commit comments

Comments
 (0)