Skip to content

Commit 7508abd

Browse files
authored
Merge pull request #1 from botnetdobbs/ch/laravel-12-support
chore: add Laravel 12 support while maintaining Laravel 11 compatibility
2 parents 142c909 + cfd1189 commit 7508abd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.3.0",
20+
"php": "^8.2.0",
2121
"ext-zlib": "*",
22-
"illuminate/http": "^11.0",
23-
"illuminate/support": "^11.0"
22+
"illuminate/http": "^11.0|^12.0",
23+
"illuminate/support": "^11.0|^12.0"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.18.1",
27-
"orchestra/testbench": "^9.8",
27+
"orchestra/testbench": "^9.8|^10.0",
2828
"pestphp/pest": "^3.7",
2929
"pestphp/pest-plugin-type-coverage": "^3.1",
3030
"phpstan/phpstan": "^1.12.7",
@@ -71,4 +71,4 @@
7171
},
7272
"minimum-stability": "dev",
7373
"prefer-stable": true
74-
}
74+
}

0 commit comments

Comments
 (0)