File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
- 7.1
12
12
- 7.2
13
13
- 7.3
14
+ - 7.4
14
15
15
16
install :
16
17
- travis_retry composer update --no-interaction --prefer-dist $DEPENDENCIES
@@ -19,7 +20,7 @@ script:
19
20
- composer run-script check:composer
20
21
- composer run-script check:lint
21
22
- composer run-script check:cs
22
- - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then composer run-script check:types; fi
23
+ - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]] || [[ ${TRAVIS_PHP_VERSION:0:3} == "7.4" ]] ; then composer run-script check:types; fi
23
24
- composer run-script check:tests
24
25
25
26
after_script :
Original file line number Diff line number Diff line change 24
24
"jakub-onderka/php-console-highlighter" : " 0.4.0" ,
25
25
"jakub-onderka/php-parallel-lint" : " 1.0.0" ,
26
26
"php-coveralls/php-coveralls" : " ^2.1" ,
27
- "phpstan/phpstan" : " ^0.11.13 " ,
27
+ "phpstan/phpstan" : " ^0.11.19 " ,
28
28
"phpstan/phpstan-nette" : " ^0.11" ,
29
29
"phpstan/phpstan-phpunit" : " ^0.11" ,
30
30
"phpstan/phpstan-strict-rules" : " ^0.11" ,
31
31
"phpunit/phpunit" : " ^7.5.6" ,
32
32
"slevomat/coding-standard" : " ^5.0.4" ,
33
- "squizlabs/php_codesniffer" : " ~3.4.0 "
33
+ "squizlabs/php_codesniffer" : " ~3.5.2 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments