File tree Expand file tree Collapse file tree 4 files changed +133
-138
lines changed
Expand file tree Collapse file tree 4 files changed +133
-138
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,14 @@ sudo: false
55matrix :
66 fast_finish : true
77 include :
8- - php : 7.0
9- env : CS_CHECK=1
108 - php : 7.1
11- env : CODE_COVERAGE =1
9+ env : CS_CHECK =1
1210 - php : 7.2
13- env : COMPOSER_FLAGS="--ignore-platform-reqs"
14- - php : nightly
15- env : COMPOSER_FLAGS="--ignore-platform-reqs"
11+ env : CODE_COVERAGE=1
1612
1713cache :
1814 directories :
19- - $HOME/.composer
15+ - $HOME/.composer/cache
2016
2117install : wget -qO - https://github.com/Slamdunk/travis-scripts/raw/master/php-install.sh | sh
2218
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^7.0 "
14+ "php" : " ^7.1 "
1515 },
1616 "require-dev" : {
17- "phpunit/phpunit" : " ^6.2 " ,
17+ "phpunit/phpunit" : " ^6.5 " ,
1818 "roave/security-advisories" : " dev-master" ,
19- "slam/php-cs-fixer-extensions" : " ^1.4 " ,
19+ "slam/php-cs-fixer-extensions" : " ^1.10 " ,
2020 "slam/php-debug-r" : " ^1.1"
2121 },
2222 "autoload" : {
You can’t perform that action at this time.
0 commit comments