Skip to content

Commit 76c6960

Browse files
committed
chore(deps-dev): updated phpstan/phpstan to 2.0
1 parent d9ec747 commit 76c6960

File tree

76 files changed

+471
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+471
-284
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -516,13 +516,6 @@ workflows:
516516
- shellcheck
517517
- check-composer-config
518518
- validate-commit-message
519-
- grumphp-ci:
520-
name: grumphp-ci-php-<< matrix.php-version >>-<< matrix.swoole >>-symfony-<< matrix.symfony-version >>-<< matrix.composer-build >>
521-
context: release-version-script-github
522-
matrix:
523-
<<: *ci-matrix
524-
requires:
525-
- docker-buildx-bake-<< matrix.php-version >>-<< matrix.swoole >>
526519
- code-coverage-pcov-php-lowest:
527520
context: release-version-script-dockerhub
528521
matrix:
@@ -539,6 +532,13 @@ workflows:
539532
<<: *coverage-swooles
540533
requires:
541534
- docker-buildx-bake-<< matrix.php-version >>-<< matrix.swoole >>
535+
- grumphp-ci:
536+
name: grumphp-ci-php-<< matrix.php-version >>-<< matrix.swoole >>-symfony-<< matrix.symfony-version >>-<< matrix.composer-build >>
537+
context: release-version-script-github
538+
matrix:
539+
<<: *ci-matrix
540+
requires:
541+
- docker-buildx-bake-<< matrix.php-version >>-<< matrix.swoole >>
542542
- process-coverage-results:
543543
context: release-version-script-dockerhub
544544
requires:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ clover.xml
88
*.tmp
99
mutagen.yml.lock
1010
tests/Fixtures/Symfony/app/data/*
11+
tests/Fixtures/Symfony/app/var/*
12+
!tests/Fixtures/Symfony/app/var/.gitkeep
1113
docker-compose.override.yml
1214
Dockerfile.override
1315
ext

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
'nullable_type_declaration_for_default_null_value' => false,
4949
'ordered_class_elements' => true,
5050
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],
51+
'no_unused_imports' => true,
5152
'phpdoc_order' => [
5253
'order' => ['param', 'return', 'throws'],
5354
],

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"require-dev": {
4747
"ext-ffi": "^8.1",
48+
"ext-intl": "*",
4849
"blackfire/php-sdk": "^1.30",
4950
"doctrine/dbal": "^3.4",
5051
"doctrine/doctrine-bundle": "^2.7",
@@ -53,17 +54,17 @@
5354
"doctrine/orm": "^2.13",
5455
"doctrine/persistence": "^3.2",
5556
"friendsofphp/php-cs-fixer": "^3.7",
56-
"jangregor/phpstan-prophecy": "^1.0",
57+
"jangregor/phpstan-prophecy": "^2.0",
5758
"openswoole/core": "^22.1.5",
5859
"openswoole/ide-helper": "^22.1.5",
5960
"phpro/grumphp": "^2.4",
6061
"phpspec/prophecy": "^1.17",
6162
"phpspec/prophecy-phpunit": "^2.0",
62-
"phpstan/extension-installer": "^1.0.2",
63-
"phpstan/phpstan": "^1.10",
64-
"phpstan/phpstan-beberlei-assert": "^1.0",
65-
"phpstan/phpstan-doctrine": "^1.0",
66-
"phpstan/phpstan-phpunit": "^1.0",
63+
"phpstan/extension-installer": "^1.4",
64+
"phpstan/phpstan": "^2.0",
65+
"phpstan/phpstan-beberlei-assert": "^2.0",
66+
"phpstan/phpstan-doctrine": "^2.0",
67+
"phpstan/phpstan-phpunit": "^2.0",
6768
"phpunit/php-code-coverage": "^10.1",
6869
"phpunit/phpcov": "^9.0",
6970
"phpunit/phpunit": "^10.5",

composer.lock

Lines changed: 69 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)