Skip to content

Commit

Permalink
Updated required PHP version for symfony/console and Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wasilak committed Feb 7, 2016
1 parent 8f22527 commit 8b17c04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,6 +3,6 @@ before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
php:
- 5.3
- 5.6
script: phpunit
sudo: false
sudo: false
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
}
],
"require":{
"php":">=5.3.1",
"php":">=5.5.9",
"symfony/console": "~3.0.2"
},
"require-dev": {
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b17c04

Please sign in to comment.