Skip to content

Commit

Permalink
Merge pull request #609 from Ayesh/composer-prompt-dev
Browse files Browse the repository at this point in the history
Add 'dev' keyword to composer.json to trigger `--dev` prompt
  • Loading branch information
stof committed Aug 31, 2023
2 parents e0ae099 + 638ce92 commit 098f885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phpspec/prophecy",
"description": "Highly opinionated mocking framework for PHP 5.3+",
"keywords": ["Mock", "Stub", "Dummy", "Double", "Fake", "Spy"],
"keywords": ["Mock", "Stub", "Dummy", "Double", "Fake", "Spy", "dev"],
"homepage": "https://github.com/phpspec/prophecy",
"type": "library",
"license": "MIT",
Expand Down

0 comments on commit 098f885

Please sign in to comment.