-
- Downloads
Issue #3308427 by mondrake, Spokje: Update PHPStan to 1.8.5
parent
31916e9a
No related branches found
No related tags found
Showing
- composer.json 1 addition, 4 deletionscomposer.json
- composer.lock 11 additions, 11 deletionscomposer.lock
- composer/Metapackage/DevDependencies/composer.json 1 addition, 1 deletioncomposer/Metapackage/DevDependencies/composer.json
- composer/Metapackage/PinnedDevDependencies/composer.json 1 addition, 1 deletioncomposer/Metapackage/PinnedDevDependencies/composer.json
- core/phpstan-baseline.neon 11 additions, 29 deletionscore/phpstan-baseline.neon
... | ... | @@ -26,7 +26,7 @@ |
"phpunit/phpunit": "^9.5", | ||
"phpspec/prophecy-phpunit": "^2", | ||
"phpstan/extension-installer": "^1.1", | ||
"phpstan/phpstan": "^1.8", | ||
"phpstan/phpstan": "^1.8.5", | ||
"symfony/css-selector": "^6.1", | ||
"symfony/phpunit-bridge": "^6.1.2", | ||
"symfony/var-dumper": "^6.1", | ||
... | ... | @@ -38,9 +38,6 @@ |
"symfony/browser-kit": "^6.1", | ||
"symfony/dom-crawler": "^6.1" | ||
}, | ||
"conflict": { | ||
"phpstan/phpstan": "1.8.3" | ||
}, | ||
"replace": { | ||
"symfony/polyfill-php72": "*", | ||
"symfony/polyfill-php73": "*" | ||
... | ... |
Please register or sign in to comment