File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3333 - stage : codestyle and SCA
3434 php : 7.1
3535 script :
36- - phpenv config-rm xdebug.ini
3736 - composer require --dev phpstan/phpstan symfony/expression-language --no-interaction --prefer-dist --prefer-stable
38- - vendor/bin/phpstan analyse src --level 7
37+ - vendor/bin/phpstan analyse src --level 7 -c phpstan.neon
3938 env : PHPSTAN=true
4039 - script : vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
4140 env : CS-FIXER=true
Original file line number Diff line number Diff line change 3131 },
3232 "require-dev" : {
3333 "friendsofphp/php-cs-fixer" : " ^2.5" ,
34- "phpstan/phpstan" : " ^0.9.1" ,
3534 "phpunit/phpunit" : " ^5.7|^6.0" ,
36- "scrutinizer/ocular" : " ^1.4" ,
37- "symfony/expression-language" : " ^3.4"
35+ "scrutinizer/ocular" : " ^1.4"
3836 },
3937 "autoload" : {
4038 "psr-4" : {
You can’t perform that action at this time.
0 commit comments