Skip to content

Commit

Permalink
adding psysh 0.8 to dependencies, travis config update
Browse files Browse the repository at this point in the history
  • Loading branch information
Szasza committed Jan 1, 2017
1 parent 72a748a commit d91608c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm

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

script:
- "phpunit --process-isolation"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require":{
"laravel/lumen-framework": "~5.3",
"psy/psysh":"~0.7.0"
"psy/psysh":"~0.7.0|~0.8.0"
},
"require-dev":{
"phpunit/phpunit": "~5.0",
Expand Down

0 comments on commit d91608c

Please sign in to comment.