File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 44 - ' 7.1'
55 - ' 7.2'
66 - ' 7.3'
7+ - ' 7.4'
78
89before_script :
910 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
@@ -16,7 +17,7 @@ script:
1617 # Fail the Travis CI build on the first error.
1718 - set -e
1819 - mkdir -p build/logs
19- - php vendor/bin/phpcs --standard=PSR12 src
20+ - php vendor/bin/phpcs --standard=PSR2 src
2021 - php vendor/bin/phpcs --standard=PSR1 tests
2122 - php vendor/bin/phpstan analyze --level max src
2223 - vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
Original file line number Diff line number Diff line change 3737 "autoload-dev" : {
3838 "psr-4" : { "PHPExperts\\ Combinatorics\\ Tests\\ " : " tests/" }
3939 },
40- "config" : {
41- "classmap-authoritative" : true
42- },
4340 "scripts" : {
4441 "post-create-project-cmd" : [
4542 " php install.php"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments