Problem/Motivation
In #3314774: Skip PHPStan >=1.8.7 we added a conflict-section to our root composer.json to skip PHPStan versions >=1.8.7.
We need to update that section to close that open-ended section when a fix in PHPStan lands in a release.
Issue in PHPStan: https://github.com/phpstan/phpstan/issues/8139
Issue in PHPStan dependency Roave/BetterReflection: https://github.com/Roave/BetterReflection/issues/1278
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3314873-5.patch | 3.96 KB | spokje |
Comments
Comment #2
spokjePostponing on new release of PHPStan.
Comment #3
mondrakeThe upstreams should have fixed this in PHPStan 1.8.10 https://github.com/phpstan/phpstan/issues/8139#issuecomment-1280497560.
Once that release is available we can try to bump to it and see if that fits.
Comment #4
mondrakeComment #5
spokjePHPStan released 1.8.10 https://github.com/phpstan/phpstan/releases/tag/1.8.10
Let's see how it works out for us.
Comment #6
mondrakeNet of the javascript test fails, this looks fine now, PHPStan is no longer failing.
Comment #7
mondrakeComment #9
catchCommitted/pushed to 10.1.x and 10.0.x, thanks!