Skip to content

Commit 77d59d2

Browse files
committed
composer.json + travis update
- php 7 added in travis - added latest phpunit version
1 parent 4b450d0 commit 77d59d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@
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.*",
4141
"pdepend/pdepend": "2.*",
4242
"phpmd/phpmd": "2.*",
4343
"sebastian/phpcpd": "2.*",
4444
"theseer/phpdox": "0.7.*",
45-
"nikic/php-parser": "<1.2.0"
45+
"nikic/php-parser": "<1.2.0",
46+
"zendframework/zend-serializer": "~2.5"
4647
},
4748
"autoload": {
4849
"psr-0" : {

0 commit comments

Comments
 (0)