diff --git a/composer.lock b/composer.lock index 78b2bf3c728aa672a3c7cd344f13b8dbb041274a..636f4f0256abf519bdbfe429db1c1e5c03766218 100644 --- a/composer.lock +++ b/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": "4c6f368f5eb94ed5024ce013e375ee2e", + "content-hash": "f153b252c9ac50942a4a9f4a09607400", "packages": [ { "name": "gettext/gettext", @@ -583,6 +583,52 @@ "description": "SAML2 PHP library from SimpleSAMLphp", "time": "2019-03-13T20:18:30+00:00" }, + { + "name": "simplesamlphp/simplesamlphp-module-adfs", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git", + "reference": "9c1083e413c10d8ea3888c93daba39771c4b8717" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/9c1083e413c10d8ea3888c93daba39771c4b8717", + "reference": "9c1083e413c10d8ea3888c93daba39771c4b8717", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.36", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\modules\\adfs\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that implements the WS-federation IDP", + "keywords": [ + "adfs", + "simplesamlphp" + ], + "time": "2019-03-13T18:47:47+00:00" + }, { "name": "simplesamlphp/simplesamlphp-module-authfacebook", "version": "v1.0.2", @@ -788,21 +834,22 @@ }, { "name": "simplesamlphp/simplesamlphp-module-authx509", - "version": "v1.0.0", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git", - "reference": "9ce76a31f2f3899ed8798eabfc1877fe445a315a" + "reference": "220f95aa22601f121fbea209a89f9b0e79cabd11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/9ce76a31f2f3899ed8798eabfc1877fe445a315a", - "reference": "9ce76a31f2f3899ed8798eabfc1877fe445a315a", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/220f95aa22601f121fbea209a89f9b0e79cabd11", + "reference": "220f95aa22601f121fbea209a89f9b0e79cabd11", "shasum": "" }, "require": { "php": ">=5.5", "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-ldap": "^1.0", "webmozart/assert": "~1.4" }, "require-dev": { @@ -810,9 +857,12 @@ "simplesamlphp/simplesamlphp": "^1.17" }, "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "authX509" + }, "autoload": { "psr-4": { - "SimpleSAML\\modules\\authX509\\": "lib/" + "SimpleSAML\\Module\\authX509\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -834,7 +884,7 @@ "simplesamlphp", "x509" ], - "time": "2019-03-11T14:43:32+00:00" + "time": "2019-03-25T20:05:44+00:00" }, { "name": "simplesamlphp/simplesamlphp-module-cdc", @@ -885,6 +935,195 @@ ], "time": "2019-03-09T10:39:59+00:00" }, + { + "name": "simplesamlphp/simplesamlphp-module-consent", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git", + "reference": "0bac78e47b5ef4952ffd52e63127793dec607e21" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/0bac78e47b5ef4952ffd52e63127793dec607e21", + "reference": "0bac78e47b5ef4952ffd52e63127793dec607e21", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.36", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\consent\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "lavmrk@gmail.com" + } + ], + "description": "A module that will ask for user consent before releasing attributes", + "keywords": [ + "consent", + "simplesamlphp" + ], + "time": "2019-03-13T22:03:13+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-consentadmin", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git", + "reference": "d4f27db476cabec26a7cc6b2f0a7f63d6c278e9f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/d4f27db476cabec26a7cc6b2f0a7f63d6c278e9f", + "reference": "d4f27db476cabec26a7cc6b2f0a7f63d6c278e9f", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-consent": "^1.0", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "consentAdmin" + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + } + ], + "description": "A module that allows users to manage their consent", + "keywords": [ + "consentadmin", + "simplesamlphp" + ], + "time": "2019-03-25T19:32:26+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-ldap", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git", + "reference": "4a0115eca781e4f5c6928d41c15e0767a400d2b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/4a0115eca781e4f5c6928d41c15e0767a400d2b1", + "reference": "4a0115eca781e4f5c6928d41c15e0767a400d2b1", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\ldap\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + }, + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "A module that provides authentication against LDAP stores", + "keywords": [ + "ldap", + "simplesamlphp" + ], + "time": "2019-03-25T21:01:13+00:00" + }, + { + "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git", + "reference": "43bee9c498c5f9064f3e219b091d0c3a0f787404" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/43bee9c498c5f9064f3e219b091d0c3a0f787404", + "reference": "43bee9c498c5f9064f3e219b091d0c3a0f787404", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "memcacheMonitor" + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Andreas Ă…kre Solberg", + "email": "andreas.solberg@uninett.no" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able display usage statistics of a memcache(d) store", + "keywords": [ + "memcachemonitor", + "simplesamlphp" + ], + "time": "2019-03-25T19:31:22+00:00" + }, { "name": "simplesamlphp/simplesamlphp-module-memcookie", "version": "v1.2.1", @@ -976,6 +1215,52 @@ ], "time": "2019-03-09T12:51:42+00:00" }, + { + "name": "simplesamlphp/simplesamlphp-module-radius", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git", + "reference": "73181fd7b61d6de14f7c3086417a0b07adfa379f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/73181fd7b61d6de14f7c3086417a0b07adfa379f", + "reference": "73181fd7b61d6de14f7c3086417a0b07adfa379f", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\radius\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + } + ], + "description": "A module that is able perform authentication against a RADIUS server", + "keywords": [ + "radius", + "simplesamlphp" + ], + "time": "2019-03-25T20:50:15+00:00" + }, { "name": "simplesamlphp/simplesamlphp-module-riak", "version": "v1.0.1", @@ -2059,12 +2344,12 @@ "version": "v1.6.5", "source": { "type": "git", - "url": "https://github.com/mikey179/vfsStream.git", + "url": "https://github.com/bovigo/vfsStream.git", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "shasum": "" }, @@ -3278,8 +3563,5 @@ }, "platform-dev": { "ext-curl": "*" - }, - "platform-overrides": { - "php": "5.6.40" } }