Skip to content
Snippets Groups Projects
Commit a82cf8c8 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3387656: Package name schema regex is not validated

parent efddc2c8
No related branches found
No related tags found
2 merge requests!989Issue #3356804 by phenaproxima: Flag a warning during status check if the...,!960Issue #3387656: Package name schema regex fails on 11.x
......@@ -4,7 +4,7 @@ package_name:
constraints:
Regex:
# @see https://getcomposer.org/schema.json
pattern: '/^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$/'
pattern: '/^[a-z0-9]([_.-]?[a-z0-9]+)*\/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$/'
package_manager.settings:
type: config_object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment