Task #42319

Make PATTERN_MATCH_PACKAGEKEY more strict (again)

Added by Karsten Dambekalns almost 3 years ago. Updated almost 3 years ago.

Status:Resolved Start date:2012-10-23
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Package
Target version:TYPO3 Flow Base Distribution - 2.0 beta 1
Sprint: Has patch:No
PHP Version: Complexity:

Description

The pattern used to check for a valid package key was made less strict during composer integration. Although composer itself imposes almost no restrictions, packagist requires a "vendor/name" format. Our pattern should thus at least ensure the key contains a dot (translated from the slash).


Related issues

related to TYPO3 Flow Base Distribution - Story #41031: Composer support for packaging Resolved 2012-09-17

Associated revisions

Revision 9762f627
Added by Karsten Dambekalns almost 3 years ago

[TASK] Tighten package key check a little

The pattern used to check for a valid package key was made less strict
during composer integration. Although composer itself imposes almost no
restrictions, packagist requires a "vendor/name" format.

This changes thus adjusts the PATTERN_MATCH_PACKAGEKEY constant to
require a dot in the package key.

Change-Id: I483cae772574c90036e73c5caa4744e9b055ed9a
Resolves: #42319
Releases: 1.2

History

#1 Updated by Gerrit Code Review almost 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15910

#2 Updated by Gerrit Code Review almost 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15910

#3 Updated by Karsten Dambekalns almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF