Skip to content

Commit a99688a

Browse files
authored
Merge pull request #49 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents ca7a220 + a2e21db commit a99688a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
],
2323
"require": {
2424
"php": "^7.3|^8.0",
25-
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0",
25+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2626
"qcod/laravel-settings": "^1.1"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "4.*|5.*|6.*|^8.0",
29+
"orchestra/testbench": "4.*|5.*|6.*|^8.0|^9.0",
3030
"mockery/mockery": "^0.9.4 || ~1.0",
31-
"phpunit/phpunit": "^8.5|^9.5.10"
31+
"phpunit/phpunit": "^8.5|^9.5.10|^10.5"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)