Update lock
parent
a66a939b76
commit
29761cf78d
|
@ -137,6 +137,11 @@
|
||||||
"validation",
|
"validation",
|
||||||
"versioning"
|
"versioning"
|
||||||
],
|
],
|
||||||
|
"support": {
|
||||||
|
"irc": "irc://irc.freenode.org/composer",
|
||||||
|
"issues": "https://github.com/composer/semver/issues",
|
||||||
|
"source": "https://github.com/composer/semver/tree/3.0.0"
|
||||||
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://packagist.com",
|
"url": "https://packagist.com",
|
||||||
|
@ -337,6 +342,10 @@
|
||||||
"json",
|
"json",
|
||||||
"schema"
|
"schema"
|
||||||
],
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/justinrainbow/json-schema/issues",
|
||||||
|
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
|
||||||
|
},
|
||||||
"time": "2020-05-27T16:41:55+00:00"
|
"time": "2020-05-27T16:41:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -431,6 +440,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/reactphp/promise/issues",
|
||||||
|
"source": "https://github.com/reactphp/promise/tree/1.0"
|
||||||
|
},
|
||||||
"time": "2016-03-07T13:46:50+00:00"
|
"time": "2016-03-07T13:46:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -829,6 +842,9 @@
|
||||||
"polyfill",
|
"polyfill",
|
||||||
"portable"
|
"portable"
|
||||||
],
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.17.0"
|
||||||
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -902,6 +918,9 @@
|
||||||
"portable",
|
"portable",
|
||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.17.0"
|
||||||
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -1465,6 +1484,9 @@
|
||||||
],
|
],
|
||||||
"description": "Symfony PHPUnit Bridge",
|
"description": "Symfony PHPUnit Bridge",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/symfony/phpunit-bridge/tree/4.2"
|
||||||
|
},
|
||||||
"time": "2019-07-05T06:33:37+00:00"
|
"time": "2019-07-05T06:33:37+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -1480,5 +1502,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "5.3.9"
|
"php": "5.3.9"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "1.1.0"
|
"plugin-api-version": "2.0.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue