Skip to content

Commit 565a625

Browse files
committed
chore: update minimum laravel/framework version
1 parent d4fa55b commit 565a625

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
@@ -20,9 +20,9 @@
2020
],
2121
"minimum-stability": "stable",
2222
"require-dev": {
23-
"laravel/framework": "^11.35",
24-
"phpunit/phpunit": "^11.5",
25-
"orchestra/testbench-core": "^9.8",
23+
"laravel/framework": "^11.20.0",
24+
"phpunit/phpunit": "^10.5|^11.0",
25+
"orchestra/testbench-core": "^9.1.5",
2626
"friendsofphp/php-cs-fixer": "^3.65",
2727
"phpstan/phpstan": "^2.0"
2828
},

0 commit comments

Comments
 (0)