Skip to content

Commit 46ac937

Browse files
authored
Merge pull request #11 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents be07fd7 + 48c9a09 commit 46ac937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
},
3333
"minimum-stability": "stable",
3434
"require": {
35-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
36-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
35+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
36+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "^7.0|^8.0|^9.0",
40-
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0"
39+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5",
40+
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0|^9.0"
4141
},
4242
"suggest": []
4343
}

0 commit comments

Comments
 (0)