diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cb696a36aeb..73634fc57c2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,8 +6,6 @@ on: branches: - main - - env: # see https://github.com/composer/composer/issues/9368#issuecomment-718112361 COMPOSER_ROOT_VERSION: "dev-main" diff --git a/composer.json b/composer.json index 0685b56efa7..b35bd67c535 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nikic/php-parser": "^5.7", "ondram/ci-detector": "^4.2", "phpstan/phpdoc-parser": "^2.3", - "phpstan/phpstan": "^2.1.34", + "phpstan/phpstan": "2.1.34", "react/event-loop": "^1.6", "react/promise": "^3.3", "react/socket": "^1.17",