Skip to content

Commit cee5a67

Browse files
authored
Merge pull request #67 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 8795485 + e95e253 commit cee5a67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
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|^11.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|^11.0|^12.0",
2525
"intervention/image": "^2.4|^3.4"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0",
29-
"phpunit/phpunit": "^8.0|^9.0|^10.5",
28+
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0|^10.0",
29+
"phpunit/phpunit": "^8.0|^9.0|^10.5|^11.5.3",
3030
"dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3|^0.4|^0.5"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)