File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 66 directories :
77 - $HOME/.composer/cache/files
88
9- php :
10- - 5.4
11- - 5.5
12- - 5.6
13-
149matrix :
1510 fast_finish : true
1611 include :
17- - php : 5.3
18- dist : precise
12+ - php : 5.6
1913 env : deps="low"
2014 - php : 7.0
2115 env : xdebug="yes"
16+ - php : 7.1
2217
2318before_install :
24- - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" && "$ xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
19+ - if [[ "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
2520 - composer self-update
2621 - composer require 'phpunit/phpunit:^4.8.35|^5.4.3|^6.0' --dev --no-update
2722
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ CHANGELOG
442.1.0
55-----
66
7+ * dropped support for PHP < 5.6
8+
79* allow ` 2.x ` releases of the ` php-xapi/model ` package too
810
9112.0.0
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=5.3 .0" ,
15+ "php" : " ^5.6 || ^7 .0" ,
1616 "php-xapi/model" : " ^1.0 || ^2.0" ,
1717 "php-xapi/serializer" : " ^2.1.1" ,
1818 "symfony/serializer" : " ~2.8|~3.0"
You can’t perform that action at this time.
0 commit comments