Skip to content

Commit

Permalink
Composer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 31, 2014
1 parent d45aaba commit 97db009
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- hhvm

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev

script:
Expand Down
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@
"illuminate/support": "~4.1"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"behat/behat": "v2.5.1",
"behat/mink": "v1.5.0",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"phpunit/phpunit": "3.*"
"phpspec/phpspec": "~2.0",
"behat/behat": "~2.5.1",
"behat/mink": "~1.5.0",
"behat/mink-extension": "~1.2.0",
"behat/mink-goutte-driver": "~1.0.9",
"behat/mink-selenium2-driver": "~1.1.1",
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": {
"Way\\Generators": "src/"
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 97db009

Please sign in to comment.