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
Nice piece of code. I think i have spotted a typoe in the readme file :
You can see the list of configs and files that plugin has detected and uses to build configs. It is located in vendor/hiqdev/composer-config-plugin/output/__files.php
It should be 'composer-config-plugin-output' and not 'composer-config-plugin/output'
NB : I think you should also add a check for illegal characters used in the filename for the config-plugin parameter, because if you use a name like this (using a '/' character) :
"config-plugin": { "foo/bar": [xxxxx
This will create a folder.
The text was updated successfully, but these errors were encountered:
It should be 'composer-config-plugin-output' and not 'composer-config-plugin/output'
Fixed
NB : I think you should also add a check for illegal characters used in the filename for the config-plugin parameter, because if you use a name like this (using a '/' character) :
Hi,
Nice piece of code. I think i have spotted a typoe in the readme file :
You can see the list of configs and files that plugin has detected and uses to build configs. It is located in vendor/hiqdev/composer-config-plugin/output/__files.php
It should be 'composer-config-plugin-output' and not 'composer-config-plugin/output'
NB : I think you should also add a check for illegal characters used in the filename for the config-plugin parameter, because if you use a name like this (using a '/' character) :
"config-plugin": { "foo/bar": [xxxxx
This will create a folder.
The text was updated successfully, but these errors were encountered: