Skip to content

Commit

Permalink
Move behat/behat to suggest and load it for development.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 20, 2014
1 parent abd2ac9 commit f8cbdef
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@
],
"require": {
"php": ">=5.4.0",
"laravel/framework": "4.2.*",
"behat/behat": "2.5.*"
"laravel/framework": "4.2.*"
},
"require-dev": {
"behat/behat": "2.5.*",
"phpunit/phpunit": "~4"
},
"suggest": {
"behat/behat": "Allow to use Behat for testing your Laravel Application/Package",
"phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit f8cbdef

Please sign in to comment.