1
0
Fork 0

Fixed failing testcase

pull/4097/head
Rob Bast 2015-06-02 15:05:08 +02:00
parent 89885140d3
commit 0f04f97088
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ValidatingArrayLoader implements LoaderInterface
$this->validateArray('scripts'); // TODO validate event names & listener syntax
$this->validateString('description');
$this->validateUrl('homepage');
$this->validateFlatArray('keywords', '[A-Za-z0-9 ._-]+');
$this->validateFlatArray('keywords', '[\p{N}\p{L} ._-]+');
if (isset($this->config['license'])) {
if (is_string($this->config['license'])) {