Skip to content

Commit 70c09e3

Browse files
authored
Merge pull request #1 from cego/lejo/laravel-12
laravel 12
2 parents ab2bfc5 + 35a1891 commit 70c09e3

File tree

2 files changed

+821
-882
lines changed

2 files changed

+821
-882
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": "^8.2",
25-
"illuminate/http": "^10.0|^11.0",
26-
"illuminate/support": "^10.0|^11.0",
25+
"illuminate/http": "^10.0|^11.0|^12.0",
26+
"illuminate/support": "^10.0|^11.0|^12.0",
2727
"ext-curl": "*"
2828
},
2929
"extra": {
@@ -35,7 +35,7 @@
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^11.5",
38-
"orchestra/testbench": "^9.6",
38+
"orchestra/testbench": "^10.0",
3939
"cego/phpstan": "^4.0",
4040
"cego/php-cs-fixer": "^2.0",
4141
"phpbench/phpbench": "^1.3"

0 commit comments

Comments
 (0)