File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,7 @@ before_install:
31
31
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
32
32
33
33
install :
34
- # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
35
- - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
36
34
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37
- # - ./vendor/bin/simple-phpunit install
38
35
39
36
script :
40
37
- composer validate --strict --no-check-lock
Original file line number Diff line number Diff line change 37
37
"beberlei/porpaginas" : " ^1.2" ,
38
38
"php-coveralls/php-coveralls" : " ^2.1.0" ,
39
39
"symfony/phpunit-bridge" : " ^6" ,
40
- "thecodingmachine /phpstan-strict-rules " : " ^v0.12 " ,
40
+ "phpstan /phpstan" : " ^1.8 " ,
41
41
"composer/package-versions-deprecated" : " ^1.8"
42
42
},
43
43
"conflict" : {
Original file line number Diff line number Diff line change 1
1
includes :
2
2
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
3
- - vendor/phpstan/phpstan-webmozart-assert/extension.neon
4
- - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
5
3
parameters :
6
4
tmpDir : .phpstan-cache
7
5
paths :
@@ -20,7 +18,6 @@ parameters:
20
18
checkExplicitMixedMissingReturn : true
21
19
checkFunctionNameCase : true
22
20
checkInternalClassCaseSensitivity : true
23
- checkMissingClosureNativeReturnTypehintRule : true
24
21
checkTooWideReturnTypesInProtectedAndPublicMethods : true
25
22
treatPhpDocTypesAsCertain : false
26
23
reportUnmatchedIgnoredErrors : false
You can’t perform that action at this time.
0 commit comments