Skip to content

Commit 11d5373

Browse files
authored
Add special 'dev' to composer keywords (#1713)
1 parent 9d43c6a commit 11d5373

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "barryvdh/laravel-debugbar",
33
"description": "PHP Debugbar integration for Laravel",
4-
"keywords": ["laravel", "debugbar", "profiler", "debug", "webprofiler"],
4+
"keywords": [
5+
"laravel",
6+
"debugbar",
7+
"profiler",
8+
"debug",
9+
"webprofiler",
10+
"dev"
11+
],
512
"license": "MIT",
613
"authors": [
714
{

0 commit comments

Comments
 (0)