Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-server
Commits
1c14c9d1
Commit
1c14c9d1
authored
Jul 10, 2019
by
François Agneray
Browse files
#30
=> done
parent
56875e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
1c14c9d1
...
...
@@ -39,16 +39,16 @@
},
{
"name": "doctrine/annotations",
"version": "v1.6.
0
",
"version": "v1.6.
1
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "
c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5
"
"reference": "
53120e0eb10355388d6ccbe462f1fea34ddadb24
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/
c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5
",
"reference": "
c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5
",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/
53120e0eb10355388d6ccbe462f1fea34ddadb24
",
"reference": "
53120e0eb10355388d6ccbe462f1fea34ddadb24
",
"shasum": ""
},
"require": {
...
...
@@ -103,7 +103,7 @@
"docblock",
"parser"
],
"time": "201
7-12-06T07:11:4
2+00:00"
"time": "201
9-03-25T19:12:0
2+00:00"
},
{
"name": "doctrine/cache",
...
...
@@ -182,34 +182,36 @@
},
{
"name": "doctrine/collections",
"version": "v1.
5.0
",
"version": "v1.
6.2
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "
a01ee38fcd999f34d9bfbcee59dbda5105449cbf
"
"reference": "
c5e0bc17b1620e97c968ac409acbff28b8b850be
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
a01ee38fcd999f34d9bfbcee59dbda5105449cbf
",
"reference": "
a01ee38fcd999f34d9bfbcee59dbda5105449cbf
",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
c5e0bc17b1620e97c968ac409acbff28b8b850be
",
"reference": "
c5e0bc17b1620e97c968ac409acbff28b8b850be
",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.1
.3
"
},
"require-dev": {
"doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
3
.x-dev"
"dev-master": "1.
6
.x-dev"
}
},
"autoload": {
"psr-
0
": {
"Doctrine\\Common\\Collections\\": "lib/"
"psr-
4
": {
"Doctrine\\Common\\Collections\\": "lib/
Doctrine/Common/Collections
"
}
},
"notification-url": "https://packagist.org/downloads/",
...
...
@@ -238,14 +240,15 @@
"email": "schmittjoh@gmail.com"
}
],
"description": "
Collections Abstra
ction
li
brary
",
"homepage": "http://www.doctrine-project.org",
"description": "
PHP Doctrine Collections library that adds additional fun
ction
a
li
ty on top of PHP arrays.
",
"homepage": "http
s
://www.doctrine-project.org
/projects/collections.html
",
"keywords": [
"array",
"collections",
"iterator"
"iterators",
"php"
],
"time": "201
7
-0
7-22T10:37:32
+00:00"
"time": "201
9
-0
6-09T13:48:14
+00:00"
},
{
"name": "doctrine/common",
...
...
@@ -553,27 +556,29 @@
},
{
"name": "doctrine/instantiator",
"version": "1.
1
.0",
"version": "1.
2
.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "
185b8868aa9bf7159f5f953ed5afb2d7fcdc3bd
a"
"reference": "
a2c590166b2133a4633738648b6b064edae0814
a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/
185b8868aa9bf7159f5f953ed5afb2d7fcdc3bd
a",
"reference": "
185b8868aa9bf7159f5f953ed5afb2d7fcdc3bd
a",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/
a2c590166b2133a4633738648b6b064edae0814
a",
"reference": "
a2c590166b2133a4633738648b6b064edae0814
a",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"
athletic/athletic": "~0.1.8
",
"
doctrine/coding-standard": "^6.0
",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "^6.2.3",
"squizlabs/php_codesniffer": "^3.0.2"
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
...
...
@@ -598,30 +603,33 @@
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://
github.com/doctrine
/instantiator",
"homepage": "https://
www.doctrine-project.org/projects
/instantiator
.html
",
"keywords": [
"constructor",
"instantiate"
],
"time": "201
7
-0
7-22T11:58:36
+00:00"
"time": "201
9
-0
3-17T17:37:11
+00:00"
},
{
"name": "doctrine/lexer",
"version": "
v
1.0.
1
",
"version": "1.0.
2
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "
83893c552fd2045dd78aef794c31e694c37c0b8c
"
"reference": "
1febd6c3ef84253d7c815bed85fc622ad207a9f8
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
83893c552fd2045dd78aef794c31e694c37c0b8c
",
"reference": "
83893c552fd2045dd78aef794c31e694c37c0b8c
",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
1febd6c3ef84253d7c815bed85fc622ad207a9f8
",
"reference": "
1febd6c3ef84253d7c815bed85fc622ad207a9f8
",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "^4.5"
},
"type": "library",
"extra": {
"branch-alias": {
...
...
@@ -629,8 +637,8 @@
}
},
"autoload": {
"psr-
0
": {
"Doctrine\\Common\\Lexer\\": "lib/"
"psr-
4
": {
"Doctrine\\Common\\Lexer\\": "lib/
Doctrine/Common/Lexer
"
}
},
"notification-url": "https://packagist.org/downloads/",
...
...
@@ -651,13 +659,16 @@
"email": "schmittjoh@gmail.com"
}
],
"description": "
Ba
se library
for a lexer
that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"description": "
PHP Doctrine Lexer par
se
r
library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http
s
://www.doctrine-project.org
/projects/lexer.html
",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser"
"parser",
"php"
],
"time": "201
4
-0
9
-0
9
T1
3:34:57
+00:00"
"time": "201
9
-0
6
-0
8
T1
1:03:04
+00:00"
},
{
"name": "doctrine/orm",
...
...
@@ -743,16 +754,16 @@
},
{
"name": "doctrine/persistence",
"version": "
v
1.1.
0
",
"version": "1.1.
1
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "
c0f1c17602afc18b4cbd8e1c8125f264c9cf7d3
8"
"reference": "
3da7c9d125591ca83944f477e65ed3d7b4617c4
8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/
c0f1c17602afc18b4cbd8e1c8125f264c9cf7d3
8",
"reference": "
c0f1c17602afc18b4cbd8e1c8125f264c9cf7d3
8",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/
3da7c9d125591ca83944f477e65ed3d7b4617c4
8",
"reference": "
3da7c9d125591ca83944f477e65ed3d7b4617c4
8",
"shasum": ""
},
"require": {
...
...
@@ -821,7 +832,7 @@
"orm",
"persistence"
],
"time": "201
8-11
-2
1
T0
0:33:13
+00:00"
"time": "201
9-04
-2
3
T0
8:28:24
+00:00"
},
{
"name": "doctrine/reflection",
...
...
@@ -900,16 +911,16 @@
},
{
"name": "egulias/email-validator",
"version": "2.1.
7
",
"version": "2.1.
9
",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "
709f21f92707308cdf8f9bcfa1af4cb26586521e
"
"reference": "
128cc721d771ec2c46ce59698f4ca42b73f71b25
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/
709f21f92707308cdf8f9bcfa1af4cb26586521e
",
"reference": "
709f21f92707308cdf8f9bcfa1af4cb26586521e
",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/
128cc721d771ec2c46ce59698f4ca42b73f71b25
",
"reference": "
128cc721d771ec2c46ce59698f4ca42b73f71b25
",
"shasum": ""
},
"require": {
...
...
@@ -953,37 +964,34 @@
"validation",
"validator"
],
"time": "201
8-12-04T22:38
:2
4
+00:00"
"time": "201
9-06-23T10:14
:2
7
+00:00"
},
{
"name": "lcobucci/jwt",
"version": "3.
2.5
",
"version": "3.
3.1
",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "
82be0
4b475
3f8b7693b62852b7eab30f97524f9b
"
"reference": "
a11ec5f
4b4
d
75
d1fcd04e133dede4c317aac9e18
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/
82be0
4b475
3f8b7693b62852b7eab30f97524f9b
",
"reference": "
82be0
4b475
3f8b7693b62852b7eab30f97524f9b
",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/
a11ec5f
4b4
d
75
d1fcd04e133dede4c317aac9e18
",
"reference": "
a11ec5f
4b4
d
75
d1fcd04e133dede4c317aac9e18
",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-openssl": "*",
"php": "
>=5.5
"
"php": "
^5.6 || ^7.0
"
},
"require-dev": {
"mdanter/ecc": "~0.3.1",
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "
~4.5
",
"phpunit/phpunit": "
^5.7 || ^7.3
",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"mdanter/ecc": "Required to use Elliptic Curves based algorithms."
},
"type": "library",
"extra": {
"branch-alias": {
...
...
@@ -1011,7 +1019,7 @@
"JWS",
"jwt"
],
"time": "201
8-11-11T12:22:26
+00:00"
"time": "201
9-05-24T18:30:49
+00:00"
},
{
"name": "monolog/monolog",
...
...
@@ -1335,16 +1343,16 @@
},
{
"name": "slim/slim",
"version": "3.12.
0
",
"version": "3.12.
1
",
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
"reference": "
f4947cc900b6e51cbfda58b9f1247bca2f76f9f0
"
"reference": "
eaee12ef8d0750db62b8c548016d82fb33addb6b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/
f4947cc900b6e51cbfda58b9f1247bca2f76f9f0
",
"reference": "
f4947cc900b6e51cbfda58b9f1247bca2f76f9f0
",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/
eaee12ef8d0750db62b8c548016d82fb33addb6b
",
"reference": "
eaee12ef8d0750db62b8c548016d82fb33addb6b
",
"shasum": ""
},
"require": {
...
...
@@ -1402,29 +1410,32 @@
"micro",
"router"
],
"time": "2019-0
1
-1
5
T1
3:21
:2
5
+00:00"
"time": "2019-0
4
-1
6
T1
6:47
:2
9
+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.
1.3
",
"version": "v6.
2.1
",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "
8ddcb66ac10c392d3beb54829eef8ac1438595f4
"
"reference": "
5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/
8ddcb66ac10c392d3beb54829eef8ac1438595f4
",
"reference": "
8ddcb66ac10c392d3beb54829eef8ac1438595f4
",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/
5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a
",
"reference": "
5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a
",
"shasum": ""
},
"require": {
"egulias/email-validator": "~2.0",
"php": ">=7.0.0"
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "
~
3.
3@dev
"
"symfony/phpunit-bridge": "
^
3.
4.19|^4.1.8
"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
...
...
@@ -1433,7 +1444,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.
1
-dev"
"dev-master": "6.
2
-dev"
}
},
"autoload": {
...
...
@@ -1461,29 +1472,31 @@
"mail",
"mailer"
],
"time": "201
8
-0
9-11T07:12:52
+00:00"
"time": "201
9
-0
4-21T09:21:45
+00:00"
},
{
"name": "symfony/console",
"version": "v4.
2.3
",
"version": "v4.
3.2
",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "
1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4
"
"reference": "
b592b26a24265a35172d8a2094d8b10f22b7cc39
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4
",
"reference": "
1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4
",
"url": "https://api.github.com/repos/symfony/console/zipball/
b592b26a24265a35172d8a2094d8b10f22b7cc39
",
"reference": "
b592b26a24265a35172d8a2094d8b10f22b7cc39
",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/contracts": "^1.0",
"symfony/polyfill-mbstring": "~1.0"
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3",
"symfony/process": "<3.3"
},
"provide": {
...
...
@@ -1493,9 +1506,10 @@
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "
~3.4|~
4.
0
",
"symfony/event-dispatcher": "
^
4.
3
",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0"
"symfony/process": "~3.4|~4.0",
"symfony/var-dumper": "^4.3"
},
"suggest": {
"psr/log": "For using the console logger",
...
...
@@ -1506,7 +1520,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.
2
-dev"
"dev-master": "4.
3
-dev"
}
},
"autoload": {
...
...
@@ -1533,48 +1547,40 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-0
1-25T14:35
:1
6
+00:00"
"time": "2019-0
6-13T11:03
:1
8
+00:00"
},
{
"name": "symfony/
contracts
",
"version": "v1.
0.2
",
"name": "symfony/
polyfill-iconv
",
"version": "v1.
11.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/
contracts
.git",
"reference": "
1aa7ab2429c3d594dd70689604b5cf7421254cdf
"
"url": "https://github.com/symfony/
polyfill-iconv
.git",
"reference": "
f037ea22acfaee983e271dd9c3b8bb4150bd8ad7
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/
contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf
",
"reference": "
1aa7ab2429c3d594dd70689604b5cf7421254cdf
",
"url": "https://api.github.com/repos/symfony/
polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7
",
"reference": "
f037ea22acfaee983e271dd9c3b8bb4150bd8ad7
",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0"
"php": ">=5.3.3"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
0
-dev"
"dev-master": "1.
11
-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\
Contracts
\\": ""
"Symfony\\
Polyfill\\Iconv
\\": ""
},
"
exclude-from-classmap
": [
"
**/Tests/
"
"
files
": [
"
bootstrap.php
"
]
},
"notification-url": "https://packagist.org/downloads/",
...
...
@@ -1591,30 +1597,91 @@
"homepage": "https://symfony.com/contributors"
}
],
"description": "
A set of abstractions extracted out of the Symfony components
",
"description": "
Symfony polyfill for the Iconv extension
",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"time": "2018-12-05T08:06:11+00:00"
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2019-03-04T13:44:35+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.1
0
.0",
"version": "v1.1
1
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "
c79c051f5b3a46be09205c73b80b346e4153e494
"
"reference": "
fe5e94c604826c35a32fa832f35bd036b6799609
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
c79c051f5b3a46be09205c73b80b346e4153e494
",
"reference": "
c79c051f5b3a46be09205c73b80b346e4153e494
",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
fe5e94c604826c35a32fa832f35bd036b6799609
",
"reference": "
fe5e94c604826c35a32fa832f35bd036b6799609
",
"shasum": ""
},
"require": {
...
...
@@ -1626,7 +1693,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
9
-dev"
"dev-master": "1.
11
-dev"
}
},
"autoload": {
...
...
@@ -1660,22 +1727,193 @@
"portable",
"shim"
],
"time": "2018-09-21T13:07:52+00:00"
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",