Skip to content

Commit d888929

Browse files
committed
Misc: Updated Composer and Travis configuration for PHP 7 and PHPUnit 5.
Misc: Updated .gitignore to ignore composer.lock.
1 parent b5f2a63 commit d888929

File tree

4 files changed

+5
-975
lines changed

4 files changed

+5
-975
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
vendor/
3-
coverage.xml
3+
.composer.json
4+
coverage.xml

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ language: php
33
php:
44
- 5.5
55
- 5.6
6-
- hhvm
6+
- 7.0
77
- nightly
8+
- hhvm
89
- hhvm-nightly
910

1011
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"phpunit/php-code-coverage": "~2.0",
22-
"phpunit/phpunit": "~4.8"
22+
"phpunit/phpunit": "~4.8 || ~5.1"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)