Skip to content

Commit

Permalink
Merge pull request #1153 from nextcloud/dependabot/composer/egulias/e…
Browse files Browse the repository at this point in the history
…mail-validator/guzzlehttp/guzzle-7.5.0

Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 in /egulias/email-validator
  • Loading branch information
PVince81 committed Jan 17, 2023
2 parents fe2df9d + 07227c1 commit 5e0dab1
Show file tree
Hide file tree
Showing 65 changed files with 169 additions and 5,192 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -24,10 +24,10 @@
"deepdiver/zipstreamer": "2.0.0",
"deepdiver1975/tarstreamer": "v2.0.0",
"doctrine/dbal": "3.3.8",
"egulias/email-validator": "^3.2.1",
"egulias/email-validator": "^3.2.5",
"fusonic/opengraph": "^2.2",
"giggsey/libphonenumber-for-php": "^8.12.37",
"guzzlehttp/guzzle": "^7.4.0",
"guzzlehttp/guzzle": "^7.5.0",
"icewind/searchdav": "^3.0",
"icewind/streams": "v0.7.5",
"laravel/serializable-closure": "^1.2.2",
Expand Down
17 changes: 8 additions & 9 deletions composer.lock

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

19 changes: 9 additions & 10 deletions composer/installed.json
Expand Up @@ -955,33 +955,32 @@
},
{
"name": "egulias/email-validator",
"version": "3.2.1",
"version_normalized": "3.2.1.0",
"version": "3.2.5",
"version_normalized": "3.2.5.0",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
"reference": "b531a2311709443320c786feb4519cfaf94af796"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796",
"reference": "b531a2311709443320c786feb4519cfaf94af796",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.2",
"doctrine/lexer": "^1.2|^2",
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"time": "2022-06-18T20:57:19+00:00",
"time": "2023-01-02T17:26:14+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -1014,7 +1013,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
"source": "https://github.com/egulias/EmailValidator/tree/3.2.5"
},
"funding": [
{
Expand Down Expand Up @@ -6993,6 +6992,6 @@
"install-path": "../web-auth/webauthn-lib"
}
],
"dev": true,
"dev": false,
"dev-package-names": []
}
12 changes: 6 additions & 6 deletions composer/installed.php
Expand Up @@ -3,11 +3,11 @@
'name' => 'nextcloud/3rdparty',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4634bdbb964a10ee590cc3e96103e8e74d5aa81a',
'reference' => 'e6a429dcd19e45c9c81528bf96a604f391519a85',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
'dev' => true,
'dev' => false,
),
'versions' => array(
'aws/aws-crt-php' => array(
Expand Down Expand Up @@ -137,9 +137,9 @@
'dev_requirement' => false,
),
'egulias/email-validator' => array(
'pretty_version' => '3.2.1',
'version' => '3.2.1.0',
'reference' => 'f88dcf4b14af14a98ad96b14b2b317969eab6715',
'pretty_version' => '3.2.5',
'version' => '3.2.5.0',
'reference' => 'b531a2311709443320c786feb4519cfaf94af796',
'type' => 'library',
'install_path' => __DIR__ . '/../egulias/email-validator',
'aliases' => array(),
Expand Down Expand Up @@ -328,7 +328,7 @@
'nextcloud/3rdparty' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4634bdbb964a10ee590cc3e96103e8e74d5aa81a',
'reference' => 'e6a429dcd19e45c9c81528bf96a604f391519a85',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down
2 changes: 1 addition & 1 deletion egulias/email-validator/LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013-2021 Eduardo Gulias Davis
Copyright (c) 2013-2022 Eduardo Gulias Davis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 5e0dab1

Please sign in to comment.