Skip to content

Commit

Permalink
Merge pull request #10 from victorhaggqvist/updates
Browse files Browse the repository at this point in the history
Some updates, mainly symfony/console 3 compatibility
  • Loading branch information
dominics committed Dec 15, 2015
2 parents 8e2447c + 0bdcb9a commit 83a6c4c
Show file tree
Hide file tree
Showing 5 changed files with 891 additions and 201 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ before_script:
- composer install

php:
- 5.3
- 5.4

branches:
only:
- master
- '5.6'
- '7.0'

notifications:
email:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
}
],
"require": {
"php": ">=5.3.2",
"symfony/console": ">=2.0.10",
"symfony/process": ">=2.0.10",
"andrewsville/php-token-reflection": ">=1.3.0"
"php": ">=5.5.9",
"symfony/console": "3.0.*",
"symfony/process": "3.0.*",
"andrewsville/php-token-reflection": "1.4.0"
},
"require-dev": {
"phpunit/phpunit": ">=1.6"
Expand Down
Loading

0 comments on commit 83a6c4c

Please sign in to comment.