requirements icon indicating copy to clipboard operation
requirements copied to clipboard

Requirements checker

Results 8 requirements issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. Release notes Sourced from vimeo/psalm's releases. 5.7.1 What's Changed Fixes Always use 0x7FFEBFFF opcache optimization level (fixes #9340) by @​danog...

dependencies
php

Added composer-require-checker according to https://github.com/yiisoft/actions/pull/9

From the experience, Symfony Expression Language component could be useful for this purpose. https://github.com/symfony/expression-language Right now it's just a simple `eval` and we all know how dangerous it could be....

type:enhancement

Added rector/rector to CI and composer.json. Mass creation refers to https://github.com/yiisoft/yii-dev-tool/pull/232

Looking at the code, it's not really needed for the API, and it has the drawback of being Yii specific (for a non-Yii specific package). Should we consider removing it...

help wanted
status:ready for adoption