Skip to content

Commit a27b8c1

Browse files
committed
Merge pull request #3 from kokspflanze/improvement/php_7_test
composer.json + travis update
2 parents 12e95e0 + 77d59d2 commit a27b8c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7
78

89
before_script:
910
- composer update --prefer-source

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"imagine/imagine": "0.6.*"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "4.3.*",
37+
"phpunit/phpunit": "~4.3|~5",
3838
"mikey179/vfsStream": "1.*",
3939
"squizlabs/php_codesniffer": "1.*",
4040
"phploc/phploc": "2.*",

0 commit comments

Comments
 (0)