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 <[email protected]>
  • Loading branch information
ChristophWurst committed Dec 30, 2020
2 parents ff73290 + 3cf3dc9 commit efc5a1e
Show file tree
Hide file tree
Showing 142 changed files with 14,390 additions and 2,373 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.

16 changes: 8 additions & 8 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' => '80cbffbe19083ba1c5a707f8353c1736a14a9c2e',
'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' => '80cbffbe19083ba1c5a707f8353c1736a14a9c2e',
),
'nextcloud/lognormalizer' =>
array (
Expand All @@ -297,12 +297,12 @@ class InstalledVersions
),
'nikic/php-parser' =>
array (
'pretty_version' => 'v4.3.0',
'version' => '4.3.0.0',
'pretty_version' => 'v4.10.4',
'version' => '4.10.4.0',
'aliases' =>
array (
),
'reference' => '9a9981c347c5c49d6dfe5cf826bb882b824080dc',
'reference' => 'c6d052fc58cb876152f89f532b95a8d7907e7f0e',
),
'opis/closure' =>
array (
Expand Down
Loading

0 comments on commit efc5a1e

Please sign in to comment.