Skip to content

Commit 72853f9

Browse files
Marick van TuilMarick van Tuil
Marick van Tuil
authored and
Marick van Tuil
committed
Update composer.json
1 parent f4fab95 commit 72853f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@
4141
"minimum-stability": "dev",
4242
"prefer-stable": true,
4343
"scripts": {
44-
"l10": [
45-
"composer require laravel/framework:10.* orchestra/testbench:8.* --no-interaction --no-update",
44+
"l11": [
45+
"composer require laravel/framework:11.* orchestra/testbench:9.* --no-interaction --no-update",
46+
"composer update --prefer-stable --prefer-dist --no-interaction"
47+
],
48+
"l12": [
49+
"composer require laravel/framework:12.* orchestra/testbench:10.* --no-interaction --no-update",
4650
"composer update --prefer-stable --prefer-dist --no-interaction"
4751
],
4852
"pint": [

0 commit comments

Comments
 (0)