Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
ae6fe6c6
Commit
ae6fe6c6
authored
5 years ago
by
Jaime Pérez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Update composer.lock
Signed-off-by:
Jaime Pérez Crespo
<
jaime.perez@uninett.no
>
parent
9cae1ffe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
composer.lock
+44
-44
44 additions, 44 deletions
composer.lock
with
44 additions
and
44 deletions
composer.lock
+
44
−
44
View file @
ae6fe6c6
...
...
@@ -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": "
08b02a270eb1563dd03141828ef5b66
0",
"content-hash": "
90a6a3ef320ecf27be8189c628767d9
0",
"packages": [
{
"name": "gettext/gettext",
...
...
@@ -252,16 +252,16 @@
},
{
"name": "phpmailer/phpmailer",
"version": "v6.1.
2
",
"version": "v6.1.
3
",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "
0ae8505d26fa7fa15d3d2d5ec1e695e854bb1538
"
"reference": "
a25ae38e03de4ee4031725498a600012364787c7
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/
0ae8505d26fa7fa15d3d2d5ec1e695e854bb1538
",
"reference": "
0ae8505d26fa7fa15d3d2d5ec1e695e854bb1538
",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/
a25ae38e03de4ee4031725498a600012364787c7
",
"reference": "
a25ae38e03de4ee4031725498a600012364787c7
",
"shasum": ""
},
"require": {
...
...
@@ -270,13 +270,9 @@
"php": ">=5.5.0"
},
"require-dev": {
"doctrine/annotations": "1.2
.*
",
"doctrine/annotations": "
^
1.2",
"friendsofphp/php-cs-fixer": "^2.2",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "^4.8 || ^5.7",
"zendframework/zend-eventmanager": "3.0.*",
"zendframework/zend-i18n": "2.7.3",
"zendframework/zend-serializer": "2.7.*"
"phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset",
...
...
@@ -314,7 +310,7 @@
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2019-11-
13T20:09:28
+00:00"
"time": "2019-11-
21T09:37:46
+00:00"
},
{
"name": "psr/container",
...
...
@@ -1259,28 +1255,29 @@
},
{
"name": "simplesamlphp/simplesamlphp-module-ldap",
"version": "v0.9.
1
",
"version": "v0.9.
3
",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git",
"reference": "
6945bfde7f91527240a5151674247c83c347506c
"
"reference": "
e783f9ed29e4e324e402546c8fe90e0e6d87ba69
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/
6945bfde7f91527240a5151674247c83c347506c
",
"reference": "
6945bfde7f91527240a5151674247c83c347506c
",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/
e783f9ed29e4e324e402546c8fe90e0e6d87ba69
",
"reference": "
e783f9ed29e4e324e402546c8fe90e0e6d87ba69
",
"shasum": ""
},
"require": {
"ext-ldap": "*",
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"suggest": {
"ext-ldap": "Needed when using LDAP authentication in SimpleSAMLphp"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
...
...
@@ -1292,13 +1289,13 @@
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
},
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
},
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
}
],
"description": "A module that provides authentication against LDAP stores",
...
...
@@ -1306,7 +1303,7 @@
"ldap",
"simplesamlphp"
],
"time": "2019-
07-13T12:07:27
+00:00"
"time": "2019-
11-20T08:40:54
+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-memcachemonitor",
...
...
@@ -1405,16 +1402,16 @@
},
{
"name": "simplesamlphp/simplesamlphp-module-metarefresh",
"version": "v0.9.
1
",
"version": "v0.9.
2
",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git",
"reference": "
567ef07a0908745810180ee4cd237a996e0d76ba
"
"reference": "
df31188e47c45c91c592a465c6e2ad8ef57b05f3
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/
567ef07a0908745810180ee4cd237a996e0d76ba
",
"reference": "
567ef07a0908745810180ee4cd237a996e0d76ba
",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/
df31188e47c45c91c592a465c6e2ad8ef57b05f3
",
"reference": "
df31188e47c45c91c592a465c6e2ad8ef57b05f3
",
"shasum": ""
},
"require": {
...
...
@@ -1446,20 +1443,20 @@
"metarefresh",
"simplesamlphp"
],
"time": "2019-1
0-04T21:12
:3
1
+00:00"
"time": "2019-1
1-25T13:30
:3
2
+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-negotiate",
"version": "v0.9.
3
",
"version": "v0.9.
4
",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git",
"reference": "
c370d7fc2229fe7bec93c380e529b67
25
7
b3
7a23
"
"reference": "
08998d51b38592c5e90bfdcb61c91a8
25
5
b3
5f5f
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/
c370d7fc2229fe7bec93c380e529b67
25
7
b3
7a23
",
"reference": "
c370d7fc2229fe7bec93c380e529b67
25
7
b3
7a23
",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/
08998d51b38592c5e90bfdcb61c91a8
25
5
b3
5f5f
",
"reference": "
08998d51b38592c5e90bfdcb61c91a8
25
5
b3
5f5f
",
"shasum": ""
},
"require": {
...
...
@@ -1472,6 +1469,9 @@
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"suggest": {
"ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
...
...
@@ -1493,7 +1493,7 @@
"negotiate",
"simplesamlphp"
],
"time": "2019-1
0-03T20:08:32
+00:00"
"time": "2019-1
1-20T08:50:01
+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-oauth",
...
...
@@ -3584,16 +3584,16 @@
},
{
"name": "php-coveralls/php-coveralls",
"version": "v2.
1
.0",
"version": "v2.
2
.0",
"source": {
"type": "git",
"url": "https://github.com/php-coveralls/php-coveralls.git",
"reference": "3
b00c229726f892bfdadeaf01ea430ffd04a939d
"
"reference": "3
e6420fa666ef7bae5e750ddeac903153e193bae
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3
b00c229726f892bfdadeaf01ea430ffd04a939d
",
"reference": "3
b00c229726f892bfdadeaf01ea430ffd04a939d
",
"url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3
e6420fa666ef7bae5e750ddeac903153e193bae
",
"reference": "3
e6420fa666ef7bae5e750ddeac903153e193bae
",
"shasum": ""
},
"require": {
...
...
@@ -3602,10 +3602,10 @@
"guzzlehttp/guzzle": "^6.0",
"php": "^5.5 || ^7.0",
"psr/log": "^1.0",
"symfony/config": "^2.1 || ^3.0 || ^4.0",
"symfony/console": "^2.1 || ^3.0 || ^4.0",
"symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
"symfony/yaml": "^2.0 || ^3.0 || ^4.0"
"symfony/config": "^2.1 || ^3.0 || ^4.0
|| ^5.0
",
"symfony/console": "^2.1 || ^3.0 || ^4.0
|| ^5.0
",
"symfony/stopwatch": "^2.0 || ^3.0 || ^4.0
|| ^5.0
",
"symfony/yaml": "^2.0
.5
|| ^3.0 || ^4.0
|| ^5.0
"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
...
...
@@ -3619,7 +3619,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.
1
-dev"
"dev-master": "2.
2
-dev"
}
},
"autoload": {
...
...
@@ -3663,7 +3663,7 @@
"github",
"test"
],
"time": "201
8-05-22T23:11:08
+00:00"
"time": "201
9-11-20T16:29:20
+00:00"
},
{
"name": "php-cs-fixer/diff",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment