Skip to content

Commit

Permalink
Suggest dev packages to require-dev (#456)
Browse files Browse the repository at this point in the history
* Suggest dev packages to require-dev

https: //php.watch/articles/composer-prompt-require-dev-dev-packages
Co-Authored-By: Deeka Wong <[email protected]>

* Add keywords to composer.json

* Add dev keyword to composer.json

---------

Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
huangdijia and huangdijia committed Nov 22, 2023
1 parent 18196af commit fb3c11e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "friendsofhyperf/mysql-grammar-addon",
"description": "The MySqlGrammar addon for Hyperf.",
"keywords": [
"dev",
"hyperf",
"mysql",
"grammar",
"addon"
],
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit fb3c11e

Please sign in to comment.