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
Found 1 dev dependency in production code!
(those should probably be moved to "require" section in composer.json)
• ext-mbstring
mb_strlen
My/File.php:10
Error while loading configuration from '.../composer-dependency-analyser.php':
ShipMonk\ComposerDependencyAnalyser\Exception\InvalidConfigException in .../vendor/shipmonk/composer-dependency-analyser/src/Config/Configuration.php:613
> Invalid package name 'ext-mbstring'
I think it would be relevant to update this regex to ~^(?:(?:[a-z0-9]([_.-]?[a-z0-9]+)*/)|ext-)[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$~
WDYT ?
The text was updated successfully, but these errors were encountered:
Hi.
I have this issue:
so I tried to add the following in my config :
but I get the following error :
I think it would be relevant to update this regex to
~^(?:(?:[a-z0-9]([_.-]?[a-z0-9]+)*/)|ext-)[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$~
WDYT ?
The text was updated successfully, but these errors were encountered: