Skip to content

Commit

Permalink
support for PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Nov 29, 2015
1 parent 3a7d107 commit 6212fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: false
php:
- 5.5
- 5.6
- 7.0
- nightly
- hhvm

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~5.5",
"php": "~5.5|~7.0",
"symfony/config": "~2.6",
"symfony/console": "~2.6",
"symfony/dependency-injection": "~2.6",
Expand All @@ -20,7 +20,7 @@
"tracy/tracy": "~2.3"
},
"require-dev": {
"consistence/coding-standard": "0.6",
"consistence/coding-standard": "0.8",
"jakub-onderka/php-console-highlighter": "0.3.2",
"jakub-onderka/php-parallel-lint": "0.9",
"matthiasnoback/symfony-dependency-injection-test": "0.7.4",
Expand Down

0 comments on commit 6212fdb

Please sign in to comment.