Skip to content

Commit 8c7bba9

Browse files
authored
Merge pull request #440 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents f2175b5 + 01c3a4c commit 8c7bba9

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
@@ -23,8 +23,8 @@
2323
},
2424
"require": {
2525
"php": ">=5.4.0",
26-
"illuminate/support": "~4.0|~5.0|~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
27-
"laravel/framework": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
26+
"illuminate/support": "~4.0|~5.0|~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
27+
"laravel/framework": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2828
},
2929
"autoload": {
3030
"classmap": [
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"require-dev": {
43-
"orchestra/testbench": "~3.0|^8.0|^9.0"
43+
"orchestra/testbench": "~3.0|^8.0|^9.0|^10.0"
4444
},
4545
"extra": {
4646
"laravel": {

0 commit comments

Comments
 (0)