Skip to content

Commit

Permalink
Merge pull request #4 from madflow/php-7
Browse files Browse the repository at this point in the history
ready for PHP >= 7.1
  • Loading branch information
madflow authored Oct 6, 2018
2 parents a1bb008 + 7f8225a commit 3123e13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ addons:
- parallel

php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- hhvm-nightly

matrix:
fast_finish: true
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"email": "[email protected]"
}],
"require": {
"php": "^5.6.0 || ^7.0",
"php": ">=7.0.0",
"mustache/mustache": "^2.9",
"docopt/docopt": "1.0.0",
"cypresslab/gitelephant": "~1.0",
"danielstjules/stringy": "~1.8.0",
"cypresslab/gitelephant": "~3.0",
"danielstjules/stringy": "~3.1.0",
"wp-cli/php-cli-tools": "^0.10.5",
"symfony/process": "~2.0|~3.0",
"symfony/filesystem": "~2.0|~3.0",
"symfony/finder": "~2.0|~3.0"
"symfony/process": "~3.0",
"symfony/filesystem": "~3.0",
"symfony/finder": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0.8"
Expand Down

0 comments on commit 3123e13

Please sign in to comment.