Skip to content

Commit

Permalink
Merge pull request #17 from faouzic/fix/28659
Browse files Browse the repository at this point in the history
[FIX#28659] Require-dev
  • Loading branch information
faouzic committed May 26, 2016
2 parents 558b8e2 + 489c749 commit 73e2ec2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
"require": {
"php": ">=5.5",
"behat/behat": "3.x",
"phpunit/php-code-coverage": "~2.0",
"phpunit/phpcov": "~2.0",
"guzzlehttp/guzzle": "~6.1",
"etna/php-rsa": "~0.2.0"
},
"require-dev": {
"phpunit/php-code-coverage": "~2.0",
"phpunit/phpcov": "~2.0"
},
"autoload": {
"psr-4": {
"ETNA\\FeatureContext\\": "src"
Expand Down

0 comments on commit 73e2ec2

Please sign in to comment.