File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,13 @@ matrix:
99 env : dependencies=lowest
1010 - php : 7.1
1111 env : dependencies=highest
12+ cache :
13+ directories :
14+ - $HOME/.composer/cache
1215before_script :
1316 - composer self-update
14- - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n ; fi;
15- - if [ "$dependencies" = "highest" ]; then composer update -n ; fi;
17+ - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist --no-interaction --no-progress ; fi;
18+ - if [ "$dependencies" = "highest" ]; then composer update --prefer-dist --no-interaction --no-progress ; fi;
1619script :
1720 - bin/phing
1821after_script :
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ install:
5656
5757 # Install dependencies
5858 - ps : cd $Env:project_directory
59- - IF %dependencies%==lowest composer update --prefer-lowest --prefer-stable --no-interaction --no-progress
60- - IF %dependencies%==highest composer update --prefer-stable --no-interaction --no-progress
59+ - IF %dependencies%==lowest composer update --prefer-lowest --prefer-dist --no-interaction --no-progress
60+ - IF %dependencies%==highest composer update --prefer-dist --no-interaction --no-progress
6161
6262 # Apply patch to jakub-onderka/php-parallel-lint
6363 - ps : appveyor-retry appveyor DownloadFile https://github.com/slevomat/PHP-Parallel-Lint/commit/50e939edf81619be100186f9c6192d97decad173.diff -FileName php-parallel-lint.patch
Original file line number Diff line number Diff line change 11{
22 "name" : " slevomat/coding-standard" ,
3- "license" : " MIT" ,
43 "description" : " Slevomat Coding Standard for PHP_CodeSniffer extends Consistence Coding Standard by providing sniffs with additional checks." ,
4+ "license" : " MIT" ,
5+ "minimum-stability" : " dev" ,
6+ "prefer-stable" : true ,
57 "config" : {
68 "bin-dir" : " bin"
79 },
You can’t perform that action at this time.
0 commit comments