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
No related merge requests found
...@@ -4,7 +4,7 @@ package_name: ...@@ -4,7 +4,7 @@ package_name:
constraints: constraints:
Regex: Regex:
# @see https://getcomposer.org/schema.json # @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: package_manager.settings:
type: config_object 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