Skip to content

Commit cd16d1a

Browse files
authored
Add "dev" keyword
This will make Composer recommend this package for "require-dev". https://php.watch/articles/composer-prompt-require-dev-dev-packages
1 parent 3d60f4a commit cd16d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cakephp/debug_kit",
33
"description": "CakePHP Debug Kit",
44
"type": "cakephp-plugin",
5-
"keywords": ["cakephp", "debug", "kit"],
5+
"keywords": ["cakephp", "debug", "kit", "dev"],
66
"homepage": "https://github.com/cakephp/debug_kit",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)