Announcing bitexpert/phpstan-sylius 0.3.0
· One min read
As I prepared for my live coding demo at the E-Commerce Open Source Summit in Paris later this week, I stumbled upon an interesting challenge: Our phpstan-sylius extension was not fully compatible with the latest features of the Sylius Stack release.
To fully leverage the principles of conference-driven development, I chose to launch a new version of the phpstan-sylius extension.
Key enhancements in the latest release
The newest version of the extension introduces several notable improvements:
- Supports for the
#[AsGrid]attribute: This includes considering the resourceClass configuration option to map grids to their corresponding resource classes - Check the enum grid filter for the resource class properties
To try out the extension, you can install the latest version via Composer:
composer.phar require --dev bitexpert/phpstan-sylius
