We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b450d0 commit 77d59d2Copy full SHA for 77d59d2
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 5.4
5
- 5.5
6
- 5.6
7
+ - 7
8
9
before_script:
10
- composer update --prefer-source
composer.json
@@ -34,15 +34,16 @@
34
"imagine/imagine": "0.6.*"
35
},
36
"require-dev": {
37
- "phpunit/phpunit": "4.3.*",
+ "phpunit/phpunit": "~4.3|~5",
38
"mikey179/vfsStream": "1.*",
39
"squizlabs/php_codesniffer": "1.*",
40
"phploc/phploc": "2.*",
41
"pdepend/pdepend": "2.*",
42
"phpmd/phpmd": "2.*",
43
"sebastian/phpcpd": "2.*",
44
"theseer/phpdox": "0.7.*",
45
- "nikic/php-parser": "<1.2.0"
+ "nikic/php-parser": "<1.2.0",
46
+ "zendframework/zend-serializer": "~2.5"
47
48
"autoload": {
49
"psr-0" : {
0 commit comments