Skip to content

Commit d18ce59

Browse files
committed
Stricter phpstan
1 parent b2225d5 commit d18ce59

27 files changed

+822
-254
lines changed

.scenarios.lock/symfony4/composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
"require-dev": {
2424
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
2525
"phpunit/phpunit": "^10.0",
26-
"phpstan/phpstan": "^1.10",
2726
"mapado/php-cs-fixer-config": "^3.2",
2827
"g1a/composer-test-scenarios": "^3.0",
2928
"giggsey/libphonenumber-for-php": "^8.0",
30-
"friendsofphp/php-cs-fixer": "^3.0.0"
29+
"friendsofphp/php-cs-fixer": "^3.0.0",
30+
"phpstan/phpstan": "^1.10",
31+
"phpstan/phpstan-phpunit": "^1.3",
32+
"phpstan/extension-installer": "^1.3"
3133
},
3234
"suggest": {
3335
"giggsey/libphonenumber-for-php": "^1.1 to manage integration with phone number bundle"

.scenarios.lock/symfony4/composer.lock

+97-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scenarios.lock/symfony5/composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
"require-dev": {
2424
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
2525
"phpunit/phpunit": "^10.0",
26-
"phpstan/phpstan": "^1.10",
2726
"mapado/php-cs-fixer-config": "^3.2",
2827
"g1a/composer-test-scenarios": "^3.0",
2928
"giggsey/libphonenumber-for-php": "^8.0",
30-
"friendsofphp/php-cs-fixer": "^3.0.0"
29+
"friendsofphp/php-cs-fixer": "^3.0.0",
30+
"phpstan/phpstan": "^1.10",
31+
"phpstan/phpstan-phpunit": "^1.3",
32+
"phpstan/extension-installer": "^1.3"
3133
},
3234
"suggest": {
3335
"giggsey/libphonenumber-for-php": "^1.1 to manage integration with phone number bundle"

.scenarios.lock/symfony5/composer.lock

+97-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scenarios.lock/symfony6/composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
"require-dev": {
2424
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
2525
"phpunit/phpunit": "^10.0",
26-
"phpstan/phpstan": "^1.10",
2726
"mapado/php-cs-fixer-config": "^3.2",
2827
"g1a/composer-test-scenarios": "^3.0",
2928
"giggsey/libphonenumber-for-php": "^8.0",
30-
"friendsofphp/php-cs-fixer": "^3.0.0"
29+
"friendsofphp/php-cs-fixer": "^3.0.0",
30+
"phpstan/phpstan": "^1.10",
31+
"phpstan/phpstan-phpunit": "^1.3",
32+
"phpstan/extension-installer": "^1.3"
3133
},
3234
"suggest": {
3335
"giggsey/libphonenumber-for-php": "^1.1 to manage integration with phone number bundle"

0 commit comments

Comments
 (0)