Skip to content

Commit

Permalink
Add special 'dev' to composer keywords (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored Jan 3, 2025
1 parent 9d43c6a commit 11d5373
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "barryvdh/laravel-debugbar",
"description": "PHP Debugbar integration for Laravel",
"keywords": ["laravel", "debugbar", "profiler", "debug", "webprofiler"],
"keywords": [
"laravel",
"debugbar",
"profiler",
"debug",
"webprofiler",
"dev"
],
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 11d5373

Please sign in to comment.