Skip to content

Commit

Permalink
Merge pull request #13 from cb8/php72
Browse files Browse the repository at this point in the history
Run tests with PHP 7.2
  • Loading branch information
sgiehl committed Feb 12, 2018
2 parents 1220757 + b0d8892 commit 82e2c95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,078 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/composer.lock
/composer.phar
/vendor/
/tests/tmp/*
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=5.3.2",
"pear/archive_tar": "~1.3,>=1.3.15"
"pear/archive_tar": "^1.4.3"
},
"require-dev": {
"phpunit/phpunit": "4.4"
Expand Down

0 comments on commit 82e2c95

Please sign in to comment.