Обновлен Sculpin
This commit is contained in:
parent
8ca69da534
commit
2945d3f557
@ -13,7 +13,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"gajus/dindent": "^2.0",
|
"gajus/dindent": "^2.0",
|
||||||
"friendsofphp/php-cs-fixer": "^2.12",
|
"friendsofphp/php-cs-fixer": "^2.12",
|
||||||
"sculpin/sculpin": "3.0.0-rc1"
|
"sculpin/sculpin": "3.0.0-rc3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
242
composer.lock
generated
242
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "591326f8e57079d5932237ce9c7b01a6",
|
"content-hash": "a23d0f7b5e8c0414de9885d5aa4ffa6c",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
@ -71,16 +71,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/xdebug-handler",
|
"name": "composer/xdebug-handler",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/composer/xdebug-handler.git",
|
"url": "https://github.com/composer/xdebug-handler.git",
|
||||||
"reference": "dc523135366eb68f22268d069ea7749486458562"
|
"reference": "d17708133b6c276d6e42ef887a877866b909d892"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562",
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892",
|
||||||
"reference": "dc523135366eb68f22268d069ea7749486458562",
|
"reference": "d17708133b6c276d6e42ef887a877866b909d892",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -111,7 +111,7 @@
|
|||||||
"Xdebug",
|
"Xdebug",
|
||||||
"performance"
|
"performance"
|
||||||
],
|
],
|
||||||
"time": "2018-11-29T10:59:02+00:00"
|
"time": "2019-01-28T20:25:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dflydev/ant-path-matcher",
|
"name": "dflydev/ant-path-matcher",
|
||||||
@ -677,16 +677,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "friendsofphp/php-cs-fixer",
|
"name": "friendsofphp/php-cs-fixer",
|
||||||
"version": "v2.13.2",
|
"version": "v2.14.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
||||||
"reference": "ce6c4bbc24302f535c7bbf9ad35fbb0be4f5a4b2"
|
"reference": "ff401e58261ffc5934a58f795b3f95b355e276cb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ce6c4bbc24302f535c7bbf9ad35fbb0be4f5a4b2",
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ff401e58261ffc5934a58f795b3f95b355e276cb",
|
||||||
"reference": "ce6c4bbc24302f535c7bbf9ad35fbb0be4f5a4b2",
|
"reference": "ff401e58261ffc5934a58f795b3f95b355e276cb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -695,7 +695,7 @@
|
|||||||
"doctrine/annotations": "^1.2",
|
"doctrine/annotations": "^1.2",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
"php": "^5.6 || >=7.0 <7.3",
|
"php": "^5.6 || ^7.0",
|
||||||
"php-cs-fixer/diff": "^1.3",
|
"php-cs-fixer/diff": "^1.3",
|
||||||
"symfony/console": "^3.4.17 || ^4.1.6",
|
"symfony/console": "^3.4.17 || ^4.1.6",
|
||||||
"symfony/event-dispatcher": "^3.0 || ^4.0",
|
"symfony/event-dispatcher": "^3.0 || ^4.0",
|
||||||
@ -707,9 +707,6 @@
|
|||||||
"symfony/process": "^3.0 || ^4.0",
|
"symfony/process": "^3.0 || ^4.0",
|
||||||
"symfony/stopwatch": "^3.0 || ^4.0"
|
"symfony/stopwatch": "^3.0 || ^4.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
|
||||||
"hhvm": "*"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
|
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
|
||||||
"justinrainbow/json-schema": "^5.0",
|
"justinrainbow/json-schema": "^5.0",
|
||||||
@ -764,7 +761,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A tool to automatically fix PHP code style",
|
"description": "A tool to automatically fix PHP code style",
|
||||||
"time": "2019-01-01T20:26:47+00:00"
|
"time": "2019-02-17T17:44:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gajus/dindent",
|
"name": "gajus/dindent",
|
||||||
@ -859,16 +856,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "netcarver/textile",
|
"name": "netcarver/textile",
|
||||||
"version": "v3.7.0",
|
"version": "v3.7.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/textile/php-textile.git",
|
"url": "https://github.com/textile/php-textile.git",
|
||||||
"reference": "f1ae0073d2d72a32f4296741de9a14213da68e02"
|
"reference": "377933125dd30d708804c545bf33da87a3c1b0f4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/textile/php-textile/zipball/f1ae0073d2d72a32f4296741de9a14213da68e02",
|
"url": "https://api.github.com/repos/textile/php-textile/zipball/377933125dd30d708804c545bf33da87a3c1b0f4",
|
||||||
"reference": "f1ae0073d2d72a32f4296741de9a14213da68e02",
|
"reference": "377933125dd30d708804c545bf33da87a3c1b0f4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -908,7 +905,7 @@
|
|||||||
"plaintext",
|
"plaintext",
|
||||||
"textile"
|
"textile"
|
||||||
],
|
],
|
||||||
"time": "2018-12-15T01:06:16+00:00"
|
"time": "2019-01-26T17:03:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/random_compat",
|
"name": "paragonie/random_compat",
|
||||||
@ -1239,27 +1236,28 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/event-loop",
|
"name": "react/event-loop",
|
||||||
"version": "v1.0.0",
|
"version": "v1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/event-loop.git",
|
"url": "https://github.com/reactphp/event-loop.git",
|
||||||
"reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3"
|
"reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/0266aff7aa7b0613b1f38a723e14a0ebc55cfca3",
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
|
||||||
"reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3",
|
"reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~4.8.35 || ^5.7 || ^6.4"
|
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-event": "~1.0 for ExtEventLoop",
|
"ext-event": "~1.0 for ExtEventLoop",
|
||||||
"ext-pcntl": "For signal handling support when using the StreamSelectLoop"
|
"ext-pcntl": "For signal handling support when using the StreamSelectLoop",
|
||||||
|
"ext-uv": "* for ExtUvLoop"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1276,20 +1274,20 @@
|
|||||||
"asynchronous",
|
"asynchronous",
|
||||||
"event-loop"
|
"event-loop"
|
||||||
],
|
],
|
||||||
"time": "2018-07-11T14:37:46+00:00"
|
"time": "2019-02-07T16:19:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/http",
|
"name": "react/http",
|
||||||
"version": "v0.8.3",
|
"version": "v0.8.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/http.git",
|
"url": "https://github.com/reactphp/http.git",
|
||||||
"reference": "f8bcdab2dc0ecd94f35ff9657a263028b96f0c46"
|
"reference": "b29ab96557ac5c53e738fcb26f73f631a3f81f1a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/reactphp/http/zipball/f8bcdab2dc0ecd94f35ff9657a263028b96f0c46",
|
"url": "https://api.github.com/repos/reactphp/http/zipball/b29ab96557ac5c53e738fcb26f73f631a3f81f1a",
|
||||||
"reference": "f8bcdab2dc0ecd94f35ff9657a263028b96f0c46",
|
"reference": "b29ab96557ac5c53e738fcb26f73f631a3f81f1a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1324,20 +1322,20 @@
|
|||||||
"server",
|
"server",
|
||||||
"streaming"
|
"streaming"
|
||||||
],
|
],
|
||||||
"time": "2018-04-11T15:03:27+00:00"
|
"time": "2019-01-16T07:26:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/promise",
|
"name": "react/promise",
|
||||||
"version": "v2.7.0",
|
"version": "v2.7.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/promise.git",
|
"url": "https://github.com/reactphp/promise.git",
|
||||||
"reference": "f4edc2581617431aea50430749db55cc3fc031b3"
|
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3",
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
|
||||||
"reference": "f4edc2581617431aea50430749db55cc3fc031b3",
|
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1370,7 +1368,7 @@
|
|||||||
"promise",
|
"promise",
|
||||||
"promises"
|
"promises"
|
||||||
],
|
],
|
||||||
"time": "2018-06-13T15:59:06+00:00"
|
"time": "2019-01-07T21:25:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/promise-stream",
|
"name": "react/promise-stream",
|
||||||
@ -1483,16 +1481,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/socket",
|
"name": "react/socket",
|
||||||
"version": "v1.1.0",
|
"version": "v1.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/socket.git",
|
"url": "https://github.com/reactphp/socket.git",
|
||||||
"reference": "34381d9282d12670eb56b45981aad82e033ed58f"
|
"reference": "23b7372bb25cea934f6124f5bdac34e30161959e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/reactphp/socket/zipball/34381d9282d12670eb56b45981aad82e033ed58f",
|
"url": "https://api.github.com/repos/reactphp/socket/zipball/23b7372bb25cea934f6124f5bdac34e30161959e",
|
||||||
"reference": "34381d9282d12670eb56b45981aad82e033ed58f",
|
"reference": "23b7372bb25cea934f6124f5bdac34e30161959e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1502,7 +1500,7 @@
|
|||||||
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
|
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
|
||||||
"react/promise": "^2.6.0 || ^1.2.1",
|
"react/promise": "^2.6.0 || ^1.2.1",
|
||||||
"react/promise-timer": "^1.4.0",
|
"react/promise-timer": "^1.4.0",
|
||||||
"react/stream": "^1.0 || ^0.7.1"
|
"react/stream": "^1.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"clue/block-react": "^1.2",
|
"clue/block-react": "^1.2",
|
||||||
@ -1526,7 +1524,7 @@
|
|||||||
"reactphp",
|
"reactphp",
|
||||||
"stream"
|
"stream"
|
||||||
],
|
],
|
||||||
"time": "2018-10-01T12:20:53+00:00"
|
"time": "2019-01-07T14:10:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/stream",
|
"name": "react/stream",
|
||||||
@ -1634,16 +1632,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sculpin/sculpin",
|
"name": "sculpin/sculpin",
|
||||||
"version": "3.0.0-rc1",
|
"version": "3.0.0-rc3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sculpin/sculpin.git",
|
"url": "https://github.com/sculpin/sculpin.git",
|
||||||
"reference": "3a085337ad3a1a7f7449bcf93b880e8abe3a223d"
|
"reference": "2ddd5217d3c84c59c5a2ddcc7f733e34c3d5ef2e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sculpin/sculpin/zipball/3a085337ad3a1a7f7449bcf93b880e8abe3a223d",
|
"url": "https://api.github.com/repos/sculpin/sculpin/zipball/2ddd5217d3c84c59c5a2ddcc7f733e34c3d5ef2e",
|
||||||
"reference": "3a085337ad3a1a7f7449bcf93b880e8abe3a223d",
|
"reference": "2ddd5217d3c84c59c5a2ddcc7f733e34c3d5ef2e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1692,7 +1690,8 @@
|
|||||||
"symfony/process": "^4.1"
|
"symfony/process": "^4.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-iconv": "To convert non-UTF-8 strings to UTF-8."
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8.",
|
||||||
|
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/sculpin",
|
"bin/sculpin",
|
||||||
@ -1733,7 +1732,7 @@
|
|||||||
"site",
|
"site",
|
||||||
"static"
|
"static"
|
||||||
],
|
],
|
||||||
"time": "2018-11-16T05:23:37+00:00"
|
"time": "2019-03-07T05:17:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sculpin/sculpin-theme-composer-plugin",
|
"name": "sculpin/sculpin-theme-composer-plugin",
|
||||||
@ -1772,16 +1771,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/config",
|
"name": "symfony/config",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/config.git",
|
"url": "https://github.com/symfony/config.git",
|
||||||
"reference": "005d9a083d03f588677d15391a716b1ac9b887c0"
|
"reference": "7f70d79c7a24a94f8e98abb988049403a53d7b31"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/config/zipball/005d9a083d03f588677d15391a716b1ac9b887c0",
|
"url": "https://api.github.com/repos/symfony/config/zipball/7f70d79c7a24a94f8e98abb988049403a53d7b31",
|
||||||
"reference": "005d9a083d03f588677d15391a716b1ac9b887c0",
|
"reference": "7f70d79c7a24a94f8e98abb988049403a53d7b31",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1831,20 +1830,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Config Component",
|
"description": "Symfony Config Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-30T22:21:14+00:00"
|
"time": "2019-02-23T15:17:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/console.git",
|
"url": "https://github.com/symfony/console.git",
|
||||||
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
|
"reference": "9dc2299a016497f9ee620be94524e6c0af0280a9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
|
"url": "https://api.github.com/repos/symfony/console/zipball/9dc2299a016497f9ee620be94524e6c0af0280a9",
|
||||||
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
|
"reference": "9dc2299a016497f9ee620be94524e6c0af0280a9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1856,6 +1855,9 @@
|
|||||||
"symfony/dependency-injection": "<3.4",
|
"symfony/dependency-injection": "<3.4",
|
||||||
"symfony/process": "<3.3"
|
"symfony/process": "<3.3"
|
||||||
},
|
},
|
||||||
|
"provide": {
|
||||||
|
"psr/log-implementation": "1.0"
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"psr/log": "~1.0",
|
"psr/log": "~1.0",
|
||||||
"symfony/config": "~3.4|~4.0",
|
"symfony/config": "~3.4|~4.0",
|
||||||
@ -1865,7 +1867,7 @@
|
|||||||
"symfony/process": "~3.4|~4.0"
|
"symfony/process": "~3.4|~4.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"psr/log-implementation": "For using the console logger",
|
"psr/log": "For using the console logger",
|
||||||
"symfony/event-dispatcher": "",
|
"symfony/event-dispatcher": "",
|
||||||
"symfony/lock": "",
|
"symfony/lock": "",
|
||||||
"symfony/process": ""
|
"symfony/process": ""
|
||||||
@ -1900,7 +1902,7 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Console Component",
|
"description": "Symfony Console Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-27T07:40:44+00:00"
|
"time": "2019-02-23T15:17:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/contracts",
|
"name": "symfony/contracts",
|
||||||
@ -1972,16 +1974,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/debug",
|
"name": "symfony/debug",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/debug.git",
|
"url": "https://github.com/symfony/debug.git",
|
||||||
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276"
|
"reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276",
|
"url": "https://api.github.com/repos/symfony/debug/zipball/de73f48977b8eaf7ce22814d66e43a1662cc864f",
|
||||||
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276",
|
"reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2024,20 +2026,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Debug Component",
|
"description": "Symfony Debug Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-28T18:24:18+00:00"
|
"time": "2019-03-03T18:11:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/dependency-injection",
|
"name": "symfony/dependency-injection",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/dependency-injection.git",
|
"url": "https://github.com/symfony/dependency-injection.git",
|
||||||
"reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5"
|
"reference": "cdadb3765df7c89ac93628743913b92bb91f1704"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e4adc57a48d3fa7f394edfffa9e954086d7740e5",
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cdadb3765df7c89ac93628743913b92bb91f1704",
|
||||||
"reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5",
|
"reference": "cdadb3765df7c89ac93628743913b92bb91f1704",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2097,20 +2099,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony DependencyInjection Component",
|
"description": "Symfony DependencyInjection Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-12-02T15:59:36+00:00"
|
"time": "2019-02-23T15:17:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||||
"reference": "921f49c3158a276d27c0d770a5a347a3b718b328"
|
"reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/921f49c3158a276d27c0d770a5a347a3b718b328",
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3354d2e6af986dd71f68b4e5cf4a933ab58697fb",
|
||||||
"reference": "921f49c3158a276d27c0d770a5a347a3b718b328",
|
"reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2161,20 +2163,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony EventDispatcher Component",
|
"description": "Symfony EventDispatcher Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-12-01T08:52:38+00:00"
|
"time": "2019-02-23T15:17:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/filesystem.git",
|
"url": "https://github.com/symfony/filesystem.git",
|
||||||
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710"
|
"reference": "e16b9e471703b2c60b95f14d31c1239f68f11601"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710",
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601",
|
||||||
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710",
|
"reference": "e16b9e471703b2c60b95f14d31c1239f68f11601",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2211,20 +2213,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Filesystem Component",
|
"description": "Symfony Filesystem Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-11T19:52:12+00:00"
|
"time": "2019-02-07T11:40:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/finder",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/finder.git",
|
"url": "https://github.com/symfony/finder.git",
|
||||||
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d"
|
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
|
"url": "https://api.github.com/repos/symfony/finder/zipball/267b7002c1b70ea80db0833c3afe05f0fbde580a",
|
||||||
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
|
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2260,20 +2262,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Finder Component",
|
"description": "Symfony Finder Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-11T19:52:12+00:00"
|
"time": "2019-02-23T15:42:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-foundation",
|
"name": "symfony/http-foundation",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-foundation.git",
|
"url": "https://github.com/symfony/http-foundation.git",
|
||||||
"reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851"
|
"reference": "850a667d6254ccf6c61d853407b16f21c4579c77"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/850a667d6254ccf6c61d853407b16f21c4579c77",
|
||||||
"reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
|
"reference": "850a667d6254ccf6c61d853407b16f21c4579c77",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2314,20 +2316,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony HttpFoundation Component",
|
"description": "Symfony HttpFoundation Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-26T10:55:26+00:00"
|
"time": "2019-02-26T08:03:39+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-kernel",
|
"name": "symfony/http-kernel",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-kernel.git",
|
"url": "https://github.com/symfony/http-kernel.git",
|
||||||
"reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624"
|
"reference": "895ceccaa8149f9343e6134e607c21da42d73b7a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/b39ceffc0388232c309cbde3a7c3685f2ec0a624",
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/895ceccaa8149f9343e6134e607c21da42d73b7a",
|
||||||
"reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624",
|
"reference": "895ceccaa8149f9343e6134e607c21da42d73b7a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2403,20 +2405,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony HttpKernel Component",
|
"description": "Symfony HttpKernel Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-12-06T17:39:52+00:00"
|
"time": "2019-03-03T19:38:09+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/options-resolver",
|
"name": "symfony/options-resolver",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/options-resolver.git",
|
"url": "https://github.com/symfony/options-resolver.git",
|
||||||
"reference": "a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba"
|
"reference": "3896e5a7d06fd15fa4947694c8dcdd371ff147d1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba",
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/3896e5a7d06fd15fa4947694c8dcdd371ff147d1",
|
||||||
"reference": "a9c38e8a3da2c03b3e71fdffa6efb0bda51390ba",
|
"reference": "3896e5a7d06fd15fa4947694c8dcdd371ff147d1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2457,7 +2459,7 @@
|
|||||||
"configuration",
|
"configuration",
|
||||||
"options"
|
"options"
|
||||||
],
|
],
|
||||||
"time": "2018-11-11T19:52:12+00:00"
|
"time": "2019-02-23T15:17:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-ctype",
|
"name": "symfony/polyfill-ctype",
|
||||||
@ -2692,16 +2694,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/process",
|
"name": "symfony/process",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/process.git",
|
"url": "https://github.com/symfony/process.git",
|
||||||
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0"
|
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/process/zipball/2b341009ccec76837a7f46f59641b431e4d4c2b0",
|
"url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
|
||||||
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0",
|
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2737,20 +2739,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Process Component",
|
"description": "Symfony Process Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-20T16:22:05+00:00"
|
"time": "2019-01-24T22:05:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/stopwatch",
|
"name": "symfony/stopwatch",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/stopwatch.git",
|
"url": "https://github.com/symfony/stopwatch.git",
|
||||||
"reference": "ec076716412274e51f8a7ea675d9515e5c311123"
|
"reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/ec076716412274e51f8a7ea675d9515e5c311123",
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
|
||||||
"reference": "ec076716412274e51f8a7ea675d9515e5c311123",
|
"reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2787,20 +2789,20 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Stopwatch Component",
|
"description": "Symfony Stopwatch Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-11T19:52:12+00:00"
|
"time": "2019-01-16T20:31:39+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/yaml",
|
"name": "symfony/yaml",
|
||||||
"version": "v4.2.1",
|
"version": "v4.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/yaml.git",
|
"url": "https://github.com/symfony/yaml.git",
|
||||||
"reference": "c41175c801e3edfda90f32e292619d10c27103d7"
|
"reference": "761fa560a937fd7686e5274ff89dcfa87a5047df"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/c41175c801e3edfda90f32e292619d10c27103d7",
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/761fa560a937fd7686e5274ff89dcfa87a5047df",
|
||||||
"reference": "c41175c801e3edfda90f32e292619d10c27103d7",
|
"reference": "761fa560a937fd7686e5274ff89dcfa87a5047df",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2846,7 +2848,7 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony Yaml Component",
|
"description": "Symfony Yaml Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2018-11-11T19:52:12+00:00"
|
"time": "2019-02-23T15:17:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "twig/extensions",
|
"name": "twig/extensions",
|
||||||
@ -2905,16 +2907,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "twig/twig",
|
"name": "twig/twig",
|
||||||
"version": "v2.6.0",
|
"version": "v2.6.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/twigphp/Twig.git",
|
"url": "https://github.com/twigphp/Twig.git",
|
||||||
"reference": "a11dd39f5b6589e14f0ff3b36675d06047c589b1"
|
"reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a11dd39f5b6589e14f0ff3b36675d06047c589b1",
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
|
||||||
"reference": "a11dd39f5b6589e14f0ff3b36675d06047c589b1",
|
"reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2968,7 +2970,7 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"templating"
|
"templating"
|
||||||
],
|
],
|
||||||
"time": "2018-12-16T10:36:48+00:00"
|
"time": "2019-01-14T15:00:48+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webignition/disallowed-character-terminated-string",
|
"name": "webignition/disallowed-character-terminated-string",
|
||||||
|
Loading…
Reference in New Issue
Block a user