Issue #3285061 by mondrake, mallezie, alexpott: Prevent installation of phpstan/phpstan >=1.7

merge-requests/2333/merge
Alex Pott 2022-06-11 11:33:07 +01:00
parent c5512bcf48
commit 42be883eb6
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
"phpunit/phpunit": "^9.5",
"phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.4.0",
"phpstan/phpstan": "^1.4.0 <1.7",
"symfony/css-selector": "^6.1",
"symfony/phpunit-bridge": "^6.1",
"symfony/var-dumper": "^6.1",

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "51798fd5747a866cd96514b422a9f3a1",
"content-hash": "f5e667e8be791206678780f2c5f84c61",
"packages": [
{
"name": "asm89/stack-cors",

View File

@ -19,7 +19,7 @@
"mikey179/vfsstream": "^1.6.8",
"phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.4.0",
"phpstan/phpstan": "^1.4.0 <1.7",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^6.1",
"symfony/css-selector": "^6.1",