Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
a757953c
Commit
a757953c
authored
Sep 13, 2021
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Update Composer
parent
a15577e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
composer.lock
+159
-138
159 additions, 138 deletions
composer.lock
with
159 additions
and
138 deletions
composer.lock
+
159
−
138
View file @
a757953c
...
@@ -95,28 +95,30 @@
...
@@ -95,28 +95,30 @@
},
},
{
{
"name": "doctrine/annotations",
"name": "doctrine/annotations",
"version": "1.1
2.1
",
"version": "1.1
3.2
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "
b17c5014ef81d212ac539f07a1001832df1b6d3b
"
"reference": "
5b668aef16090008790395c02c893b1ba13f7e08
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/
b17c5014ef81d212ac539f07a1001832df1b6d3b
",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/
5b668aef16090008790395c02c893b1ba13f7e08
",
"reference": "
b17c5014ef81d212ac539f07a1001832df1b6d3b
",
"reference": "
5b668aef16090008790395c02c893b1ba13f7e08
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/lexer": "1.*",
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0"
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
},
"require-dev": {
"require-dev": {
"doctrine/cache": "1.
*
",
"doctrine/cache": "
^
1.
11 || ^2.0
",
"doctrine/coding-standard": "^6.0 || ^8.1",
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20",
"phpstan/phpstan": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^9.1.5"
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -157,28 +159,27 @@
...
@@ -157,28 +159,27 @@
"docblock",
"docblock",
"parser"
"parser"
],
],
"time": "2021-0
2-21T21
:00:
45
+00:00"
"time": "2021-0
8-05T19
:00:
23
+00:00"
},
},
{
{
"name": "doctrine/cache",
"name": "doctrine/cache",
"version": "1.1
1.0
",
"version": "1.1
2.1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"url": "https://github.com/doctrine/cache.git",
"reference": "
a9c1b59eba5a08ca2770a76eddb88922f504e8e0
"
"reference": "
4cf401d14df219fa6f38b671f5493449151c9ad8
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/
a9c1b59eba5a08ca2770a76eddb88922f504e8e0
",
"url": "https://api.github.com/repos/doctrine/cache/zipball/
4cf401d14df219fa6f38b671f5493449151c9ad8
",
"reference": "
a9c1b59eba5a08ca2770a76eddb88922f504e8e0
",
"reference": "
4cf401d14df219fa6f38b671f5493449151c9ad8
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "~7.1 || ^8.0"
"php": "~7.1 || ^8.0"
},
},
"conflict": {
"conflict": {
"doctrine/common": ">2.2,<2.4",
"doctrine/common": ">2.2,<2.4"
"psr/cache": ">=3"
},
},
"require-dev": {
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"alcaeus/mongo-php-adapter": "^1.1",
...
@@ -187,8 +188,9 @@
...
@@ -187,8 +188,9 @@
"mongodb/mongodb": "^1.1",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "~1.0",
"predis/predis": "~1.0",
"psr/cache": "^1.0 || ^2.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.2"
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
},
},
"suggest": {
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
...
@@ -252,30 +254,30 @@
...
@@ -252,30 +254,30 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
4
-1
3
T14:
46:17
+00:00"
"time": "2021-0
7
-1
7
T14:
39:21
+00:00"
},
},
{
{
"name": "doctrine/collections",
"name": "doctrine/collections",
"version": "1.6.
7
",
"version": "1.6.
8
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"url": "https://github.com/doctrine/collections.git",
"reference": "
55f8b799269a1a472457bd1a41b4f379d4cfba4a
"
"reference": "
1958a744696c6bb3bb0d28db2611dc11610e78af
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
55f8b799269a1a472457bd1a41b4f379d4cfba4a
",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
1958a744696c6bb3bb0d28db2611dc11610e78af
",
"reference": "
55f8b799269a1a472457bd1a41b4f379d4cfba4a
",
"reference": "
1958a744696c6bb3bb0d28db2611dc11610e78af
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.1.3 || ^8.0"
"php": "^7.1.3 || ^8.0"
},
},
"require-dev": {
"require-dev": {
"doctrine/coding-standard": "^
6
.0",
"doctrine/coding-standard": "^
9
.0",
"phpstan/phpstan
-shim
": "^0.
9.
2",
"phpstan/phpstan": "^0.
1
2",
"phpunit/phpunit": "^7.
0
",
"phpunit/phpunit": "^7.
5 || ^8.5 || ^9.1.5
",
"vimeo/psalm": "^
3.8
.1"
"vimeo/psalm": "^
4.2
.1"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -317,7 +319,7 @@
...
@@ -317,7 +319,7 @@
"iterators",
"iterators",
"php"
"php"
],
],
"time": "202
0
-0
7-27
T1
7
:5
3:49
+00:00"
"time": "202
1
-0
8-10
T1
8
:5
1:53
+00:00"
},
},
{
{
"name": "doctrine/common",
"name": "doctrine/common",
...
@@ -418,33 +420,35 @@
...
@@ -418,33 +420,35 @@
},
},
{
{
"name": "doctrine/dbal",
"name": "doctrine/dbal",
"version": "2.13.
1
",
"version": "2.13.
3
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "
c800380457948e65bbd30ba92cc17cda108bf8c9
"
"reference": "
0d7adf4cadfee6f70850e5b163e6cdd706417838
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/
c800380457948e65bbd30ba92cc17cda108bf8c9
",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/
0d7adf4cadfee6f70850e5b163e6cdd706417838
",
"reference": "
c800380457948e65bbd30ba92cc17cda108bf8c9
",
"reference": "
0d7adf4cadfee6f70850e5b163e6cdd706417838
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/cache": "^1.0",
"doctrine/cache": "^1.0
|^2.0
",
"doctrine/deprecations": "^0.5.3",
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"ext-pdo": "*",
"php": "^7.1 || ^8"
"php": "^7.1 || ^8"
},
},
"require-dev": {
"require-dev": {
"doctrine/coding-standard": "8.2.0",
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2020.2",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "0.12.81",
"phpstan/phpstan": "0.12.96",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.0",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.
6.4
"
"vimeo/psalm": "4.
10.0
"
},
},
"suggest": {
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
"symfony/console": "For helpful console commands such as SQL execution and import of files."
...
@@ -517,7 +521,7 @@
...
@@ -517,7 +521,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
4
-1
7
T1
7:30:19
+00:00"
"time": "2021-0
9
-1
2
T1
9:11:48
+00:00"
},
},
{
{
"name": "doctrine/deprecations",
"name": "doctrine/deprecations",
...
@@ -1402,21 +1406,21 @@
...
@@ -1402,21 +1406,21 @@
},
},
{
{
"name": "jasig/phpcas",
"name": "jasig/phpcas",
"version": "1.
3.9
",
"version": "1.
4.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/apereo/phpCAS.git",
"url": "https://github.com/apereo/phpCAS.git",
"reference": "
7325865c4cfb5005ed4e4c5cf01823be1726a2a0
"
"reference": "
ea27d122c4c7114006b33d15668c90f1904d53df
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/apereo/phpCAS/zipball/
7325865c4cfb5005ed4e4c5cf01823be1726a2a0
",
"url": "https://api.github.com/repos/apereo/phpCAS/zipball/
ea27d122c4c7114006b33d15668c90f1904d53df
",
"reference": "
7325865c4cfb5005ed4e4c5cf01823be1726a2a0
",
"reference": "
ea27d122c4c7114006b33d15668c90f1904d53df
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"ext-curl": "*",
"ext-curl": "*",
"php": ">=
5.4
.0",
"php": ">=
7.0
.0",
"psr/log": "^1.0.0"
"psr/log": "^1.0.0"
},
},
"require-dev": {
"require-dev": {
...
@@ -1441,11 +1445,16 @@
...
@@ -1441,11 +1445,16 @@
"authors": [
"authors": [
{
{
"name": "Joachim Fritschi",
"name": "Joachim Fritschi",
"homepage": "https://wiki.jasig.org/display/~fritschi"
"email": "jfritschi@freenet.de",
"homepage": "https://github.com/jfritschi"
},
},
{
{
"name": "Adam Franco",
"name": "Adam Franco",
"homepage": "https://wiki.jasig.org/display/~adamfranco"
"homepage": "https://github.com/adamfranco"
},
{
"name": "Henry Pan",
"homepage": "https://github.com/phy25"
}
}
],
],
"description": "Provides a simple API for authenticating users against a CAS server",
"description": "Provides a simple API for authenticating users against a CAS server",
...
@@ -1455,7 +1464,7 @@
...
@@ -1455,7 +1464,7 @@
"cas",
"cas",
"jasig"
"jasig"
],
],
"time": "2021-0
1
-3
1T21:13:59
+00:00"
"time": "2021-0
5
-3
0T19:53:34
+00:00"
},
},
{
{
"name": "mpdf/mpdf",
"name": "mpdf/mpdf",
...
@@ -1848,16 +1857,16 @@
...
@@ -1848,16 +1857,16 @@
},
},
{
{
"name": "psr/log",
"name": "psr/log",
"version": "1.1.
3
",
"version": "1.1.
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/php-fig/log.git",
"url": "https://github.com/php-fig/log.git",
"reference": "
0f73288fd15629204f9d42b7055f72dacbe811fc
"
"reference": "
d49695b909c3b7628b6289db5479a1c204601f11
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/
0f73288fd15629204f9d42b7055f72dacbe811fc
",
"url": "https://api.github.com/repos/php-fig/log/zipball/
d49695b909c3b7628b6289db5479a1c204601f11
",
"reference": "
0f73288fd15629204f9d42b7055f72dacbe811fc
",
"reference": "
d49695b909c3b7628b6289db5479a1c204601f11
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1881,7 +1890,7 @@
...
@@ -1881,7 +1890,7 @@
"authors": [
"authors": [
{
{
"name": "PHP-FIG",
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "http
s
://www.php-fig.org/"
}
}
],
],
"description": "Common interface for logging libraries",
"description": "Common interface for logging libraries",
...
@@ -1891,7 +1900,7 @@
...
@@ -1891,7 +1900,7 @@
"psr",
"psr",
"psr-3"
"psr-3"
],
],
"time": "202
0
-0
3-23T09:12:05
+00:00"
"time": "202
1
-0
5-03T11:20:27
+00:00"
},
},
{
{
"name": "psr/simple-cache",
"name": "psr/simple-cache",
...
@@ -1943,21 +1952,21 @@
...
@@ -1943,21 +1952,21 @@
},
},
{
{
"name": "ramsey/uuid",
"name": "ramsey/uuid",
"version": "3.9.
3
",
"version": "3.9.
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "
7e1633a6964b48589b142d60542f9ed31bd37a92
"
"reference": "
be2451bef8147b7352a28fb4cddb08adc497ada3
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/
7e1633a6964b48589b142d60542f9ed31bd37a92
",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/
be2451bef8147b7352a28fb4cddb08adc497ada3
",
"reference": "
7e1633a6964b48589b142d60542f9ed31bd37a92
",
"reference": "
be2451bef8147b7352a28fb4cddb08adc497ada3
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"ext-json": "*",
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | 9.99.99",
"paragonie/random_compat": "^1 | ^2 |
^
9.99.99",
"php": "^5.4 | ^7 | ^8",
"php": "^5.4 | ^7 | ^8",
"symfony/polyfill-ctype": "^1.8"
"symfony/polyfill-ctype": "^1.8"
},
},
...
@@ -2026,7 +2035,17 @@
...
@@ -2026,7 +2035,17 @@
"identifier",
"identifier",
"uuid"
"uuid"
],
],
"time": "2020-02-21T04:36:14+00:00"
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
}
],
"time": "2021-08-06T20:32:15+00:00"
},
},
{
{
"name": "setasign/fpdi",
"name": "setasign/fpdi",
...
@@ -2098,36 +2117,37 @@
...
@@ -2098,36 +2117,37 @@
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
"version": "v4.4.
21
",
"version": "v4.4.
30
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/console.git",
"url": "https://github.com/symfony/console.git",
"reference": "
1ba4560dbbb9fcf5ae28b61f71f49c678086cf23
"
"reference": "
a3f7189a0665ee33b50e9e228c46f50f5acbed22
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
1ba4560dbbb9fcf5ae28b61f71f49c678086cf23
",
"url": "https://api.github.com/repos/symfony/console/zipball/
a3f7189a0665ee33b50e9e228c46f50f5acbed22
",
"reference": "
1ba4560dbbb9fcf5ae28b61f71f49c678086cf23
",
"reference": "
a3f7189a0665ee33b50e9e228c46f50f5acbed22
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.1.3",
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.1
5
",
"symfony/polyfill-php80": "^1.1
6
",
"symfony/service-contracts": "^1.1|^2"
"symfony/service-contracts": "^1.1|^2"
},
},
"conflict": {
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
"symfony/process": "<3.3"
},
},
"provide": {
"provide": {
"psr/log-implementation": "1.0"
"psr/log-implementation": "1.0
|2.0
"
},
},
"require-dev": {
"require-dev": {
"psr/log": "
~1.0
",
"psr/log": "
^1|^2
",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/event-dispatcher": "^4.3",
...
@@ -2180,20 +2200,20 @@
...
@@ -2180,20 +2200,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
3
-2
6T0
9:2
3
:2
4
+00:00"
"time": "2021-0
8
-2
5T1
9:2
7
:2
6
+00:00"
},
},
{
{
"name": "symfony/polyfill-ctype",
"name": "symfony/polyfill-ctype",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "
c
6c
942b1ac76c82448322025e084cadc56048b4
e"
"reference": "
4
6c
d95797e9df938fdd2b03693b5fca5e64b01c
e"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
c
6c
942b1ac76c82448322025e084cadc56048b4
e",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
4
6c
d95797e9df938fdd2b03693b5fca5e64b01c
e",
"reference": "
c
6c
942b1ac76c82448322025e084cadc56048b4
e",
"reference": "
4
6c
d95797e9df938fdd2b03693b5fca5e64b01c
e",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2205,7 +2225,7 @@
...
@@ -2205,7 +2225,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
...
@@ -2256,20 +2276,20 @@
...
@@ -2256,20 +2276,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-07T16:49:33
+00:00"
"time": "2021-0
2-19T12:13:01
+00:00"
},
},
{
{
"name": "symfony/polyfill-mbstring",
"name": "symfony/polyfill-mbstring",
"version": "v1.2
2
.1",
"version": "v1.2
3
.1",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "
5232de97ee3b75b0360528dae24e73db49566ab1
"
"reference": "
9174a3d80210dca8daa7f31fec659150bbeabfc6
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
5232de97ee3b75b0360528dae24e73db49566ab1
",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
9174a3d80210dca8daa7f31fec659150bbeabfc6
",
"reference": "
5232de97ee3b75b0360528dae24e73db49566ab1
",
"reference": "
9174a3d80210dca8daa7f31fec659150bbeabfc6
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2281,7 +2301,7 @@
...
@@ -2281,7 +2301,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
...
@@ -2333,20 +2353,20 @@
...
@@ -2333,20 +2353,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1
-2
2T09:19
:4
7
+00:00"
"time": "2021-0
5
-2
7T12:26
:4
8
+00:00"
},
},
{
{
"name": "symfony/polyfill-php73",
"name": "symfony/polyfill-php73",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "
a678b42e92f86eca04b7fa4c0f6f19d097fb69e2
"
"reference": "
fba8933c384d6476ab14fb7b8526e5287ca7e010
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/
a678b42e92f86eca04b7fa4c0f6f19d097fb69e2
",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/
fba8933c384d6476ab14fb7b8526e5287ca7e010
",
"reference": "
a678b42e92f86eca04b7fa4c0f6f19d097fb69e2
",
"reference": "
fba8933c384d6476ab14fb7b8526e5287ca7e010
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2355,7 +2375,7 @@
...
@@ -2355,7 +2375,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
...
@@ -2409,20 +2429,20 @@
...
@@ -2409,20 +2429,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-07T16:49:33
+00:00"
"time": "2021-0
2-19T12:13:01
+00:00"
},
},
{
{
"name": "symfony/polyfill-php80",
"name": "symfony/polyfill-php80",
"version": "v1.2
2
.1",
"version": "v1.2
3
.1",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "
dc3063ba22c2a1fd2f45ed856374d79114998f91
"
"reference": "
1100343ed1a92e3a38f9ae122fc0eb21602547be
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
dc3063ba22c2a1fd2f45ed856374d79114998f91
",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
1100343ed1a92e3a38f9ae122fc0eb21602547be
",
"reference": "
dc3063ba22c2a1fd2f45ed856374d79114998f91
",
"reference": "
1100343ed1a92e3a38f9ae122fc0eb21602547be
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2431,7 +2451,7 @@
...
@@ -2431,7 +2451,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
...
@@ -2489,7 +2509,7 @@
...
@@ -2489,7 +2509,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-07
T1
6
:4
9:33
+00:00"
"time": "2021-0
7-28
T1
3
:4
1:28
+00:00"
},
},
{
{
"name": "symfony/service-contracts",
"name": "symfony/service-contracts",
...
@@ -6067,20 +6087,20 @@
...
@@ -6067,20 +6087,20 @@
},
},
{
{
"name": "felixfbecker/advanced-json-rpc",
"name": "felixfbecker/advanced-json-rpc",
"version": "v3.2.
0
",
"version": "v3.2.
1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
"reference": "
06f0b06043c7438959dbdeed8bb3f699a19be22e
"
"reference": "
b5f37dbff9a8ad360ca341f3240dc1c168b45447
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/
06f0b06043c7438959dbdeed8bb3f699a19be22e
",
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/
b5f37dbff9a8ad360ca341f3240dc1c168b45447
",
"reference": "
06f0b06043c7438959dbdeed8bb3f699a19be22e
",
"reference": "
b5f37dbff9a8ad360ca341f3240dc1c168b45447
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"netresearch/jsonmapper": "^1.0 || ^2.0",
"netresearch/jsonmapper": "^1.0 || ^2.0
|| ^3.0 || ^4.0
",
"php": "^7.1 || ^8.0",
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
},
},
...
@@ -6104,7 +6124,7 @@
...
@@ -6104,7 +6124,7 @@
}
}
],
],
"description": "A more advanced JSONRPC implementation",
"description": "A more advanced JSONRPC implementation",
"time": "2021-0
1
-1
0T17:48
:4
7
+00:00"
"time": "2021-0
6
-1
1T22:34
:4
4
+00:00"
},
},
{
{
"name": "microsoft/tolerant-php-parser",
"name": "microsoft/tolerant-php-parser",
...
@@ -6149,16 +6169,16 @@
...
@@ -6149,16 +6169,16 @@
},
},
{
{
"name": "netresearch/jsonmapper",
"name": "netresearch/jsonmapper",
"version": "v
2.1
.0",
"version": "v
4.0
.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
"url": "https://github.com/cweiske/jsonmapper.git",
"reference": "
e0f1e33a71587aca81be5cffbb9746510e1fe04e
"
"reference": "
8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/
e0f1e33a71587aca81be5cffbb9746510e1fe04e
",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/
8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d
",
"reference": "
e0f1e33a71587aca81be5cffbb9746510e1fe04e
",
"reference": "
8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6166,10 +6186,10 @@
...
@@ -6166,10 +6186,10 @@
"ext-pcre": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-reflection": "*",
"ext-spl": "*",
"ext-spl": "*",
"php": ">=
5.6
"
"php": ">=
7.1
"
},
},
"require-dev": {
"require-dev": {
"phpunit/phpunit": "~
4.8.3
5 || ~
5.7
|| ~
6.4 || ~7
.0",
"phpunit/phpunit": "~
7.
5 || ~
8.0
|| ~
9
.0",
"squizlabs/php_codesniffer": "~3.5"
"squizlabs/php_codesniffer": "~3.5"
},
},
"type": "library",
"type": "library",
...
@@ -6191,7 +6211,7 @@
...
@@ -6191,7 +6211,7 @@
}
}
],
],
"description": "Map nested JSON structures onto PHP classes",
"description": "Map nested JSON structures onto PHP classes",
"time": "2020-
04-16
T1
8
:48:
43
+00:00"
"time": "2020-
12-01
T1
9
:48:
11
+00:00"
},
},
{
{
"name": "phan/phan",
"name": "phan/phan",
...
@@ -6264,16 +6284,16 @@
...
@@ -6264,16 +6284,16 @@
},
},
{
{
"name": "phar-io/manifest",
"name": "phar-io/manifest",
"version": "2.0.
1
",
"version": "2.0.
3
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "
85265efd3af7ba3ca4b2a2c34dbfc5788dd2913
3"
"reference": "
97803eca37d319dfa7826cc2437fc020857acb5
3"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/
85265efd3af7ba3ca4b2a2c34dbfc5788dd2913
3",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/
97803eca37d319dfa7826cc2437fc020857acb5
3",
"reference": "
85265efd3af7ba3ca4b2a2c34dbfc5788dd2913
3",
"reference": "
97803eca37d319dfa7826cc2437fc020857acb5
3",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6316,7 +6336,7 @@
...
@@ -6316,7 +6336,7 @@
}
}
],
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "202
0
-0
6
-2
7
T1
4:33:11
+00:00"
"time": "202
1
-0
7
-2
0
T1
1:28:43
+00:00"
},
},
{
{
"name": "phar-io/version",
"name": "phar-io/version",
...
@@ -6571,33 +6591,33 @@
...
@@ -6571,33 +6591,33 @@
},
},
{
{
"name": "phpspec/prophecy",
"name": "phpspec/prophecy",
"version": "1.1
3
.0",
"version": "1.1
4
.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "
be1996ed8adc35c3fd795488a653f4b518be7
0e
a
"
"reference": "
d86dfc2e2a3cd366cee475e52c6bb3bbc371aa
0e"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/
be1996ed8adc35c3fd795488a653f4b518be7
0e
a
",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/
d86dfc2e2a3cd366cee475e52c6bb3bbc371aa
0e",
"reference": "
be1996ed8adc35c3fd795488a653f4b518be7
0e
a
",
"reference": "
d86dfc2e2a3cd366cee475e52c6bb3bbc371aa
0e",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/instantiator": "^1.2",
"doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.
1
",
"php": "^7.2 || ~8.0, <8.
2
",
"phpdocumentor/reflection-docblock": "^5.2",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
"sebastian/recursion-context": "^3.0 || ^4.0"
},
},
"require-dev": {
"require-dev": {
"phpspec/phpspec": "^6.0",
"phpspec/phpspec": "^6.0
|| ^7.0
",
"phpunit/phpunit": "^8.0 || ^9.0"
"phpunit/phpunit": "^8.0 || ^9.0"
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "1.
11.
x-dev"
"dev-master": "1.x-dev"
}
}
},
},
"autoload": {
"autoload": {
...
@@ -6630,20 +6650,20 @@
...
@@ -6630,20 +6650,20 @@
"spy",
"spy",
"stub"
"stub"
],
],
"time": "2021-0
3
-1
7T13:4
2:1
8
+00:00"
"time": "2021-0
9
-1
0T09:0
2:1
2
+00:00"
},
},
{
{
"name": "phpunit/php-code-coverage",
"name": "phpunit/php-code-coverage",
"version": "7.0.1
4
",
"version": "7.0.1
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "
bb7c9a210c72e4709cdde67f8b7362f672f
2225
c
"
"reference": "
819f92bba8b001d4363065928088de
22
f
25
a3a48
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
bb7c9a210c72e4709cdde67f8b7362f672f
2225
c
",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
819f92bba8b001d4363065928088de
22
f
25
a3a48
",
"reference": "
bb7c9a210c72e4709cdde67f8b7362f672f
2225
c
",
"reference": "
819f92bba8b001d4363065928088de
22
f
25
a3a48
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6652,7 +6672,7 @@
...
@@ -6652,7 +6672,7 @@
"php": ">=7.2",
"php": ">=7.2",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.1.
1
|| ^4.0",
"phpunit/php-token-stream": "^3.1.
3
|| ^4.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^4.2.2",
"sebastian/environment": "^4.2.2",
"sebastian/version": "^2.0.1",
"sebastian/version": "^2.0.1",
...
@@ -6699,20 +6719,20 @@
...
@@ -6699,20 +6719,20 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "202
0-12-02T13:39
:0
3
+00:00"
"time": "202
1-07-26T12:20
:0
9
+00:00"
},
},
{
{
"name": "phpunit/php-file-iterator",
"name": "phpunit/php-file-iterator",
"version": "2.0.
3
",
"version": "2.0.
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "
4b49fb70f067272b659ef0174ff9ca40fdaa6357
"
"reference": "
28af674ff175d0768a5a978e6de83f697d4a7f05
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/
4b49fb70f067272b659ef0174ff9ca40fdaa6357
",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/
28af674ff175d0768a5a978e6de83f697d4a7f05
",
"reference": "
4b49fb70f067272b659ef0174ff9ca40fdaa6357
",
"reference": "
28af674ff175d0768a5a978e6de83f697d4a7f05
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6755,7 +6775,7 @@
...
@@ -6755,7 +6775,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "202
0-11-30T08:25:2
1+00:00"
"time": "202
1-07-19T06:46:0
1+00:00"
},
},
{
{
"name": "phpunit/php-text-template",
"name": "phpunit/php-text-template",
...
@@ -6911,16 +6931,16 @@
...
@@ -6911,16 +6931,16 @@
},
},
{
{
"name": "phpunit/phpunit",
"name": "phpunit/phpunit",
"version": "8.5.
15
",
"version": "8.5.
20
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "
038d4196d8e8cb405cd5e82cedfe413ad6eef9ef
"
"reference": "
9deefba183198398a09b927a6ac6bc1feb0b7b70
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
038d4196d8e8cb405cd5e82cedfe413ad6eef9ef
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
9deefba183198398a09b927a6ac6bc1feb0b7b70
",
"reference": "
038d4196d8e8cb405cd5e82cedfe413ad6eef9ef
",
"reference": "
9deefba183198398a09b927a6ac6bc1feb0b7b70
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6932,12 +6952,12 @@
...
@@ -6932,12 +6952,12 @@
"ext-xml": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.0",
"myclabs/deep-copy": "^1.10.0",
"phar-io/manifest": "^2.0.
1
",
"phar-io/manifest": "^2.0.
3
",
"phar-io/version": "^3.0.2",
"phar-io/version": "^3.0.2",
"php": ">=7.2",
"php": ">=7.2",
"phpspec/prophecy": "^1.10.3",
"phpspec/prophecy": "^1.10.3",
"phpunit/php-code-coverage": "^7.0.12",
"phpunit/php-code-coverage": "^7.0.12",
"phpunit/php-file-iterator": "^2.0.
2
",
"phpunit/php-file-iterator": "^2.0.
4
",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.2",
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/comparator": "^3.0.2",
...
@@ -7000,7 +7020,7 @@
...
@@ -7000,7 +7020,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2021-0
3-17T07:27:54
+00:00"
"time": "2021-0
8-31T06:44:38
+00:00"
},
},
{
{
"name": "sabre/event",
"name": "sabre/event",
...
@@ -7647,6 +7667,7 @@
...
@@ -7647,6 +7667,7 @@
"type": "github"
"type": "github"
}
}
],
],
"abandoned": true,
"time": "2020-11-30T07:30:19+00:00"
"time": "2020-11-30T07:30:19+00:00"
},
},
{
{
...
@@ -7836,16 +7857,16 @@
...
@@ -7836,16 +7857,16 @@
},
},
{
{
"name": "theseer/tokenizer",
"name": "theseer/tokenizer",
"version": "1.2.
0
",
"version": "1.2.
1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "
75a63c33a8577608444246075ea0af0d052e452a
"
"reference": "
34a41e998c2183e22995f158c581e7b5e755ab9e
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/
75a63c33a8577608444246075ea0af0d052e452a
",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/
34a41e998c2183e22995f158c581e7b5e755ab9e
",
"reference": "
75a63c33a8577608444246075ea0af0d052e452a
",
"reference": "
34a41e998c2183e22995f158c581e7b5e755ab9e
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -7878,7 +7899,7 @@
...
@@ -7878,7 +7899,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "202
0
-07-
12T23:59:07
+00:00"
"time": "202
1
-07-
28T10:34:58
+00:00"
},
},
{
{
"name": "unicaen/php-compat",
"name": "unicaen/php-compat",
...
...
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