File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3
3
- linux
4
4
language : php
5
5
php :
6
- - 7.1
7
6
- 7.2
8
7
- 7.3
9
8
- 7.4
23
22
before_script :
24
23
- if [ "${DEPENDENCIES}" = "lowest" ]; then composer update --prefer-lowest --prefer-dist --no-interaction --no-progress; fi;
25
24
- if [ "${DEPENDENCIES}" = "highest" ]; then composer update --prefer-dist --no-interaction --no-progress; fi;
26
- - if [ "${DEPENDENCIES}" = "highest" ]; then pecl install -f ast-1.0.5 ; fi; # Install AST extension, as phan uses it
25
+ - if [ "${DEPENDENCIES}" = "highest" ]; then pecl install -f ast-1.0.7 ; fi; # Install AST extension, as phan uses it
27
26
28
27
script :
29
28
- xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd MO4/ruleset.xml # validate MO4's ruleset XML
Original file line number Diff line number Diff line change 22
22
"source" : " https://github.com/mayflower/mo4-coding-standard"
23
23
},
24
24
"require-dev" : {
25
- "phan/phan" : " ^2.4.8" ,
26
- "phpstan/phpdoc-parser" : " ^0.4.1" ,
27
- "phpstan/phpstan" : " ^0.12.2" ,
25
+ "phan/phan" : " ^3.1.0" ,
26
+ "phpstan/phpstan" : " ^0.12.33" ,
28
27
"phpstan/phpstan-strict-rules" : " ^0.12" ,
29
28
"phpunit/phpunit" : " ^7.0" ,
30
29
"vimeo/psalm" : " ^3.8"
31
30
},
32
31
"require" : {
33
- "php" : " ~7.1 " ,
34
- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.5 " ,
32
+ "php" : " ~7.2 " ,
33
+ "dealerdirect/phpcodesniffer-composer-installer" : " ~0.7 " ,
35
34
"escapestudios/symfony2-coding-standard" : " ^3.10.0" ,
36
35
"slevomat/coding-standard" : " ^6.0.2" ,
37
36
"squizlabs/php_codesniffer" : " ^3.5.4"
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
level : max
3
- autoload_files :
3
+ bootstrapFiles :
4
4
- %rootDir%/../../../tests/bootstrap.php
5
5
ignoreErrors :
6
6
- ' #^Strict comparison using = == between \*NEVER\* and (.* ) will always evaluate to false.$ #'
You can’t perform that action at this time.
0 commit comments