Skip to content

Commit

Permalink
use phpspec but dont add it to require
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Apr 11, 2014
1 parent 22de786 commit 6870da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:

before_script:
- "echo '{\"config\":{\"github-oauth\": {\"github.com\":\"fa354b2f030836334eac842f8fd69a03e353d247\"}}}' > ~/.composer/config.json"
- "composer require --dev phpspec/phpspec:~2.0 --no-update"
- "composer install --dev"

script: vendor/bin/phpspec run -fpretty -v
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@

"require" : {
"php" : ">=5.3.3",
"symfony/config" : "~2.3"
"symfony/config" : ">=2.3,<2.5"
},

"require-dev" : {
"phpspec/phpspec" : "2.0.0-BETA4",
"pimple/pimple" : "~1.0",
"symfony/yaml" : "~2.3"
},
Expand Down

0 comments on commit 6870da6

Please sign in to comment.