Skip to content

Commit 8795485

Browse files
authored
Merge pull request #64 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 2810400 + 8dd23d9 commit 8795485

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"php": "^7.3|^8.0",
24-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
25-
"intervention/image": "^2.4"
24+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
25+
"intervention/image": "^2.4|^3.4"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
29-
"phpunit/phpunit": "^8.0|^9.0",
30-
"dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3|^0.4"
28+
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0",
29+
"phpunit/phpunit": "^8.0|^9.0|^10.5",
30+
"dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3|^0.4|^0.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)