File tree Expand file tree Collapse file tree 4 files changed +13
-2726
lines changed
Expand file tree Collapse file tree 4 files changed +13
-2726
lines changed Original file line number Diff line number Diff line change 11.idea
2- /vendor /
2+ /vendor
3+ composer.lock
Original file line number Diff line number Diff line change 11language : php
22
33php :
4+ - 5.5
45 - 5.6
56 - 7.0
67
8+ matrix :
9+ include :
10+ - php : 5.5
11+ env : dependencies=lowest
12+
713before_script :
8- - composer install --prefer-source --no-interaction
14+ - composer self-update -q
15+ - if [ -z "$dependencies" ]; then composer install --no-interaction; fi;
16+ - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;
917
1018script :
1119 - vendor/bin/phpunit --verbose --coverage-text --coverage-clover build/logs/clover.xml
Original file line number Diff line number Diff line change 1818 "issues" : " https://github.com/there4/slim-test-helpers/issues" ,
1919 "source" : " https://github.com/there4/slim-test-helpers"
2020 },
21- "minimum-stability" : " dev" ,
2221 "require" : {
2322 "slim/slim" : " 3.*" ,
24- "phpunit/phpunit" : " 5.*" ,
23+ "phpunit/phpunit" : " ^4.8| 5.*" ,
2524 "phpunit/dbunit" : " 2.*" ,
2625 "illuminate/database" : " >=4.0"
2726 },
2827 "require-dev" : {
2928 "squizlabs/php_codesniffer" : " 2.*" ,
30- "codeclimate/php-test-reporter" : " dev-master "
29+ "codeclimate/php-test-reporter" : " ^0.3 "
3130 },
3231 "autoload" : {
3332 "psr-0" : {
You can’t perform that action at this time.
0 commit comments