Skip to content

Commit

Permalink
Merge pull request #571 from nextcloud/fix/missing-email-validator
Browse files Browse the repository at this point in the history
Require missing email validator

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 30, 2020
2 parents ff73290 + 3cf3dc9 commit 80cbffb
Show file tree
Hide file tree
Showing 144 changed files with 19,881 additions and 7,930 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"deepdiver/zipstreamer": "2.0.0",
"deepdiver1975/tarstreamer": "v2.0.0",
"doctrine/dbal": "2.12.0",
"egulias/email-validator": "2.1.25",
"guzzlehttp/guzzle": "6.5.2",
"icewind/searchdav": "^2.0.0",
"icewind/streams": "v0.7.2",
Expand Down
34 changes: 19 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @see https://www.php-fig.org/psr/psr-0/
* @see https://www.php-fig.org/psr/psr-4/
* @see http://www.php-fig.org/psr/psr-0/
* @see http://www.php-fig.org/psr/psr-4/
*/
class ClassLoader
{
Expand Down
10 changes: 5 additions & 5 deletions composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '3a98f51c7293a2559b6ff31ffba4ab7571be9992',
'reference' => '47d9890329b4e3a19ead2a3c90727963bcd1cca3',
'name' => 'nextcloud/3rdparty',
),
'versions' =>
Expand Down Expand Up @@ -126,12 +126,12 @@ class InstalledVersions
),
'egulias/email-validator' =>
array (
'pretty_version' => '2.1.24',
'version' => '2.1.24.0',
'pretty_version' => '2.1.25',
'version' => '2.1.25.0',
'aliases' =>
array (
),
'reference' => 'ca90a3291eee1538cd48ff25163240695bd95448',
'reference' => '0dbf5d78455d4d6a41d186da50adc1122ec066f4',
),
'fgrosse/phpasn1' =>
array (
Expand Down Expand Up @@ -284,7 +284,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '3a98f51c7293a2559b6ff31ffba4ab7571be9992',
'reference' => '47d9890329b4e3a19ead2a3c90727963bcd1cca3',
),
'nextcloud/lognormalizer' =>
array (
Expand Down
Loading

0 comments on commit 80cbffb

Please sign in to comment.