Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
moved the discovery-common to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 8, 2018
1 parent f6cdba5 commit 8fdf67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}
],
"require": {
"php": "^7.2",
"narrowspark/discovery-common": "^0.11"
"php": "^7.2"
},
"require-dev": {
"composer/composer": "^1.6",
"mockery/mockery": "^1.0.0",
"narrowspark/discovery-common": "^0.1",
"narrowspark/php-cs-fixer-config": "^2.1.0",
"narrowspark/testing-helper": "^6.0.0",
"phpstan/phpstan": "^0.9.0",
Expand Down

0 comments on commit 8fdf67f

Please sign in to comment.