Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prefixed] require compatible PHPStan with attribute phpdoc-parser #6181

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

TomasVotruba
Copy link
Member

@TomasVotruba TomasVotruba commented Apr 20, 2021

Closes #6180

@TomasVotruba TomasVotruba enabled auto-merge (squash) April 20, 2021 18:54
@TomasVotruba TomasVotruba changed the title prefixed - require compatible PHPStan with attribute phpdoc-parser [prefixed] require compatible PHPStan with attribute phpdoc-parser Apr 20, 2021
@TomasVotruba TomasVotruba merged commit aee2cb0 into main Apr 20, 2021
@TomasVotruba TomasVotruba deleted the fix-phpstan branch April 20, 2021 19:00
@@ -7,11 +7,15 @@
],
"require": {
"php": "^7.0|^8.0",
"phpstan/phpstan": "^0.9.3 || ^0.12.82"
"phpstan/phpstan": "^0.12.83"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TomasVotruba it seems will make not installable by require prefixed from php 7

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after installed on php 7.3, the phpstan should be removed from composer.json to make it installable from php 7

Copy link
Member Author

@TomasVotruba TomasVotruba Apr 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's correct.

The PHPStan for PHP 7.0 must be:

TomasVotruba added a commit that referenced this pull request Jul 24, 2024
rectorphp/rector-src@1aef755 [TypeDeclaration] Clean up get ClassReflection on loop on TypedPropertyFromCreateMockAssignRector (#6181)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants