This repository was archived by the owner on Jan 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +21
-17
lines changed Expand file tree Collapse file tree 4 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 1+ # Define the line ending behavior of the different file extensions
2+ # Set default behavior, in case users don't have core.autocrlf set.
3+ * text text =auto eol =lf
4+
15.editorconfig export-ignore
26.gitattributes export-ignore
37/.github / export-ignore
Original file line number Diff line number Diff line change 1- /behat.yml
2- /build /
3- /composer.lock
4- /phpspec.yml
5- /phpunit.xml
6- /vendor /
7- /.idea /
1+ behat.yml
2+ build /
3+ composer.lock
4+ phpspec.yml
5+ phpunit.xml
6+ .phpunit.result.cache
7+ vendor /
8+ .idea /
Original file line number Diff line number Diff line change 11language : php
22
3- cache :
4- directories :
5- - $HOME/.composer/cache/files
6-
73php :
8- - 7.1
9- - 7.3
4+ - 7.2
5+ - 7.4
106
117env :
128 global :
@@ -22,7 +18,7 @@ matrix:
2218 dist : trusty
2319 fast_finish : true
2420 include :
25- - php : 5.6
21+ - php : 7.2
2622 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2723 - php : hhvm
2824 dist : trusty
@@ -44,3 +40,7 @@ script:
4440after_success :
4541 - if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
4642 - if [[ $COVERAGE = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi
43+
44+ cache :
45+ directories :
46+ - $HOME/.composer/cache/files
Original file line number Diff line number Diff line change 1414 "php" : " ^7.2" ,
1515 "php-http/httplug" : " ^1.0" ,
1616 "php-http/discovery" : " ^1.0" ,
17- "cakephp/cakephp" : " 4.x-dev "
17+ "cakephp/cakephp" : " ^4.0 "
1818 },
1919 "require-dev" : {
2020 "php-http/client-integration-tests" : " ^0.6" ,
21- "phpunit/phpunit" : " * "
21+ "phpunit/phpunit" : " ^8.5 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
3838 "test-ci" : " vendor/bin/phpunit --coverage-clover build/coverage.xml"
3939 },
4040 "prefer-stable" : true ,
41- "minimum-stability" : " dev" ,
4241 "extra" : {
4342 "branch-alias" : {
4443 "dev-master" : " 0.3-dev"
You can’t perform that action at this time.
0 commit comments