Skip to content
Snippets Groups Projects

Issue #3387656: Package name schema regex fails on 11.x

2 unresolved threads
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading