Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-03 05:19:22 +0300
committerGit'Fellow (Rebase PR Action) <solracsf@users.noreply.github.com>2022-05-31 09:52:43 +0300
commit45111590f88449c8c2b65a3b302f9a5a061d386f (patch)
treee80f2f7893d1a9bf2e4b4b4026bbdfcf481234b2
parentfa00969c926db2e08fa8dea9d02818fece7e8d9f (diff)
Bump onelogin/php-saml from 3.4.1 to 4.0.0 in /3rdpartydependabot/composer/3rdparty/onelogin/php-saml-4.0.0
Bumps [onelogin/php-saml](https://github.com/onelogin/php-saml) from 3.4.1 to 4.0.0. - [Release notes](https://github.com/onelogin/php-saml/releases) - [Changelog](https://github.com/onelogin/php-saml/blob/4.0.0/CHANGELOG) - [Commits](https://github.com/onelogin/php-saml/compare/3.4.1...4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--3rdparty/composer.json2
-rw-r--r--3rdparty/composer.lock33
2 files changed, 18 insertions, 17 deletions
diff --git a/3rdparty/composer.json b/3rdparty/composer.json
index 8735f1f3..76a9eaee 100644
--- a/3rdparty/composer.json
+++ b/3rdparty/composer.json
@@ -4,7 +4,7 @@
"classmap-authoritative": true
},
"require": {
- "onelogin/php-saml": "^3.0",
+ "onelogin/php-saml": "^4.0",
"firebase/php-jwt": "^4.0"
}
}
diff --git a/3rdparty/composer.lock b/3rdparty/composer.lock
index 64e9ef98..166e0d69 100644
--- a/3rdparty/composer.lock
+++ b/3rdparty/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f3e661f8388070704bd9b01b48752bf0",
+ "content-hash": "336fcdc33374f6cd33617a34c4471bcb",
"packages": [
{
"name": "firebase/php-jwt",
@@ -51,34 +51,35 @@
},
{
"name": "onelogin/php-saml",
- "version": "3.4.1",
+ "version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/onelogin/php-saml.git",
- "reference": "5fbf3486704ac9835b68184023ab54862c95f213"
+ "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/onelogin/php-saml/zipball/5fbf3486704ac9835b68184023ab54862c95f213",
- "reference": "5fbf3486704ac9835b68184023ab54862c95f213",
+ "url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979",
+ "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979",
"shasum": ""
},
"require": {
- "php": ">=5.4",
- "robrichards/xmlseclibs": ">=3.0.4"
+ "php": ">=7.3",
+ "robrichards/xmlseclibs": ">=3.1.1"
},
"require-dev": {
- "pdepend/pdepend": "^2.5.0",
- "php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
- "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
- "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
- "squizlabs/php_codesniffer": "^3.1.1"
+ "pdepend/pdepend": "^2.8.0",
+ "php-coveralls/php-coveralls": "^2.0",
+ "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
+ "phpunit/phpunit": "^9.5",
+ "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
+ "squizlabs/php_codesniffer": "^3.5.8"
},
"suggest": {
"ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
- "ext-gettext": "Install gettext and php5-gettext libs to handle translations",
- "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
+ "ext-dom": "Install xml lib",
+ "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
+ "ext-zlib": "Install zlib"
},
"type": "library",
"autoload": {
@@ -97,7 +98,7 @@
"onelogin",
"saml"
],
- "time": "2019-11-25T17:30:07+00:00"
+ "time": "2021-03-02T10:19:19+00:00"
},
{
"name": "robrichards/xmlseclibs",