Skip to content

Commit

Permalink
misc: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Aug 7, 2023
1 parent 7824083 commit 78b9600
Show file tree
Hide file tree
Showing 14 changed files with 206 additions and 335 deletions.
1 change: 0 additions & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
env:
php-version: '8.2'
php-extensions: yaml
PHP_CS_FIXER_IGNORE_ENV: 1 # PHP8.2 remove when PHP-CS-Fixer fully supports PHP 8.2
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
5 changes: 1 addition & 4 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
])
->notPath('Fixtures/FunctionWithGroupedImportStatements.php')
->notPath('Fixtures/FunctionWithSeveralImportStatementsInSameUseStatement.php')
->notPath('Fixtures/TwoClassesInDifferentNamespaces.php')
// PHP8.2 remove when PHP-CS-Fixer fully supports PHP 8.2; also remove
// `@putenv PHP_CS_FIXER_IGNORE_ENV=1` inside `composer.json`
->notPath('Fixture/Object/ObjectWithPropertyWithNativeDisjunctiveNormalFormType.php');
->notPath('Fixtures/TwoClassesInDifferentNamespaces.php');

if (PHP_VERSION_ID < 8_01_00) {
$finder = $finder->notPath('Fixture/Enum/PureEnum.php');
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"psalm --config=tests/StaticAnalysis/psalm-with-plugin.xml",
"phpstan --configuration=tests/StaticAnalysis/phpstan-without-extension.neon.dist",
"phpstan --configuration=tests/StaticAnalysis/phpstan-with-extension.neon.dist",
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
"php-cs-fixer fix --dry-run",
"rector --dry-run",
"@check-todo"
Expand All @@ -61,7 +60,6 @@
],
"fix": [
"@putenv XDEBUG_MODE=off",
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
"php-cs-fixer fix",
"rector"
],
Expand Down
Loading

0 comments on commit 78b9600

Please sign in to comment.