File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ indent_size = 4
99end_of_line = lf
1010insert_final_newline = true
1111trim_trailing_whitespace = true
12+
13+ [* .yml ]
14+ indent_size = 2
Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ language: php
33php :
44 - 7.2
55 - 7.4
6+ - ' nightly'
67
78matrix :
89 include :
910 - php : 7.2
1011 env : PHPCS=1
1112
12- before_script : composer install
13+ install :
14+ - composer install --no-interaction
1315
1416script :
1517 - if [[ $PHPCS != 1 ]]; then vendor/bin/phpunit; fi
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^ 7.2" ,
13+ "php" : " >= 7.2.0 " ,
1414 "composer-plugin-api" : " ^1.0 || ^2.0"
1515 },
1616 "require-dev" : {
1717 "cakephp/cakephp-codesniffer" : " ^4.1" ,
1818 "composer/composer" : " ^2.0@RC" ,
19- "phpunit/phpunit" : " ~ 8.5.0 "
19+ "phpunit/phpunit" : " ^ 8.5 || ^9.3 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
You can’t perform that action at this time.
0 commit comments