Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 1, 2021
1 parent ee122fb commit 6aaa011
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
php${{ matrix.php-version }}-php-cs-fixer-
- name: "Run friendsofphp/php-cs-fixer"
run: composer cs-diff
run: PHP_CS_FIXER_IGNORE_ENV=1 && composer cs-diff

static-code-analysis:
name: "Static Code Analysis"
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ includes:
- phpstan-baseline.neon

parameters:
level: max
level: 8

treatPhpDocTypesAsCertain: false

Expand Down
28 changes: 15 additions & 13 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@
"type": "project",
"description": "Development tools that do not conflict the project dependencies",
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.3",
"infection/infection": "^0.25",
"jangregor/phpstan-prophecy": "^0.8",
"maglnet/composer-require-checker": "^3.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"phpmd/phpmd": "^2.9",
"phpspec/prophecy-phpunit": "^2.0",
"maglnet/composer-require-checker": "^3.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"phpmd/phpmd": "^2.10",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-webmozart-assert": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"phpunit/phpunit": "^8.5 || ^9.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.16",
"psalm/plugin-symfony": "^3.0",
"symfony/phpunit-bridge": "^6.0",
"vimeo/psalm": "^4.5"
"vimeo/psalm": "^4.13"
},
"config": {
"platform": {
"php": "8.0"
}
}
}

0 comments on commit 6aaa011

Please sign in to comment.