Skip to content

Commit 7bab31c

Browse files
committed
chore(vendors): Daily upgrade
- phpstan/phpstan to 2.1.1 - phpstan/phpstan-deprecation-rules to 2.0.1 - phpstan/phpstan-doctrine to 2.0.1 - phpstan/phpstan-strict-rules to 2.0.1 - phpstan/phpstan-symfony to 2.0.1 - rector/rector to 2.0.6
1 parent f2fa9de commit 7bab31c

File tree

13 files changed

+118
-120
lines changed

13 files changed

+118
-120
lines changed

ROADMAP.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
* GitLab CI
2-
* Bitbucket Pipelines
3-
* AWS
4-
* Config YAML => PHP
5-
* Vault
6-
* Update PHPStan to 2.0
7-
* TOTP authentication
1+
* Configure AWS
2+
* Switch config from YAML => PHP
3+
* Configure Vault
4+
* Add TOTP authentication
85
* Add mutation testing
9-
* Reset password
10-
* Bump to PHP 8.4
6+
* Add reset password
7+
* Upgrade to PHP 8.4
8+
* Upgrade to DBAL 4.2

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
},
4343
"require-dev": {
4444
"doctrine/doctrine-fixtures-bundle": "^4.0",
45-
"ergebnis/phpstan-rules": "^2.5.2",
45+
"ergebnis/phpstan-rules": "^2.6.1",
4646
"friendsofphp/php-cs-fixer": "^3.68.1",
4747
"phpstan/extension-installer": "^1.4.3",
48-
"phpstan/phpstan": "^1.12.15",
49-
"phpstan/phpstan-deprecation-rules": "^1.2.1",
50-
"phpstan/phpstan-doctrine": "^1.5.7",
51-
"phpstan/phpstan-strict-rules": "^1.6.1",
52-
"phpstan/phpstan-symfony": "^1.4.13",
48+
"phpstan/phpstan": "^2.1.1",
49+
"phpstan/phpstan-deprecation-rules": "^2.0.1",
50+
"phpstan/phpstan-doctrine": "^2.0.1",
51+
"phpstan/phpstan-strict-rules": "^2.0.1",
52+
"phpstan/phpstan-symfony": "^2.0.1",
5353
"phpunit/phpunit": "^11.5.3",
54-
"rector/rector": "^1.2.10",
54+
"rector/rector": "^2.0.6",
5555
"symfony/browser-kit": "7.2.*",
5656
"symfony/css-selector": "7.2.*",
5757
"symfony/debug-bundle": "7.2.*",

composer.lock

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

phpstan.dist.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ parameters:
99
excludePaths:
1010
- config/bundles.php
1111
- config/preload.php
12-
- config/secrets
1312
scanDirectories:
1413
- var/cache/dev/Symfony/Config
1514
ergebnis:

0 commit comments

Comments
 (0)