Skip to content

Commit d90900a

Browse files
committed
fix: add composer-require-dev: true
1 parent 7b0575e commit d90900a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Make your Laravel actions classes fast and in a simple way.",
44
"keywords": ["php", "action", "make", "laravel", "actions"],
55
"type": "library",
6-
"default-require-dev": true,
76
"license": "MIT",
87
"minimum-stability": "stable",
98
"prefer-stable": true,
@@ -22,7 +21,8 @@
2221
"providers": [
2322
"Panchodp\\LaravelAction\\LaravelActionServiceProvider"
2423
]
25-
}
24+
},
25+
"composer-require-dev": true
2626
},
2727
"authors": [
2828
{

0 commit comments

Comments
 (0)