You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running anything with Composer e.g. composer require x/y I get an error craftcms/ecs and craftcms/phpstan mainly because I opted out of these when using the generator. I resolved this by just removing it from require-dev in composer.json but obviously the generator doesn't need to add this in.
Steps to reproduce
Run generator to make a plugin
Opt out of ecs and phpstan
Try installing any composer package
Additional info
Craft version: 4.3.6.1
PHP version: 8.1.12
Database driver & version: MySQL 5.7
Plugins & versions: n/a
The text was updated successfully, but these errors were encountered:
Description
When running anything with Composer e.g.
composer require x/y
I get an errorcraftcms/ecs
andcraftcms/phpstan
mainly because I opted out of these when using the generator. I resolved this by just removing it fromrequire-dev
incomposer.json
but obviously the generator doesn't need to add this in.Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: