|
|
@@ -792,16 +792,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "jakub-onderka/php-console-color",
|
|
|
- "version": "0.1",
|
|
|
+ "version": "v0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
|
|
|
- "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
|
|
|
+ "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
|
|
|
- "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
|
|
|
+ "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
|
|
|
+ "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -811,19 +811,19 @@
|
|
|
]
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.3.2"
|
|
|
+ "php": ">=5.4.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"jakub-onderka/php-code-style": "1.0",
|
|
|
- "jakub-onderka/php-parallel-lint": "0.*",
|
|
|
+ "jakub-onderka/php-parallel-lint": "1.0",
|
|
|
"jakub-onderka/php-var-dump-check": "0.*",
|
|
|
- "phpunit/phpunit": "3.7.*",
|
|
|
+ "phpunit/phpunit": "~4.3",
|
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
- "psr-0": {
|
|
|
- "JakubOnderka\\PhpConsoleColor": "src/"
|
|
|
+ "psr-4": {
|
|
|
+ "JakubOnderka\\PhpConsoleColor\\": "src/"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
@@ -833,24 +833,23 @@
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "Jakub Onderka",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://www.acci.cz"
|
|
|
+ "email": "[email protected]"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2014-04-08T15:00:19+00:00"
|
|
|
+ "time": "2018-09-29T17:23:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "jakub-onderka/php-console-highlighter",
|
|
|
- "version": "v0.3.2",
|
|
|
+ "version": "v0.4",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
|
|
|
- "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
|
|
|
+ "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
|
|
|
- "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
|
|
|
+ "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
|
|
|
+ "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -860,20 +859,21 @@
|
|
|
]
|
|
|
},
|
|
|
"require": {
|
|
|
- "jakub-onderka/php-console-color": "~0.1",
|
|
|
- "php": ">=5.3.0"
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "jakub-onderka/php-console-color": "~0.2",
|
|
|
+ "php": ">=5.4.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"jakub-onderka/php-code-style": "~1.0",
|
|
|
- "jakub-onderka/php-parallel-lint": "~0.5",
|
|
|
+ "jakub-onderka/php-parallel-lint": "~1.0",
|
|
|
"jakub-onderka/php-var-dump-check": "~0.1",
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
"squizlabs/php_codesniffer": "~1.5"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
- "psr-0": {
|
|
|
- "JakubOnderka\\PhpConsoleHighlighter": "src/"
|
|
|
+ "psr-4": {
|
|
|
+ "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
@@ -887,20 +887,21 @@
|
|
|
"homepage": "http://www.acci.cz/"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2015-04-20T18:58:01+00:00"
|
|
|
+ "description": "Highlight PHP code in terminal",
|
|
|
+ "time": "2018-09-29T18:48:56+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "jaybizzle/crawler-detect",
|
|
|
- "version": "v1.2.66",
|
|
|
+ "version": "v1.2.72",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
|
|
|
- "reference": "55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1"
|
|
|
+ "reference": "92805a35b1fc0fbce7fe390df96891ba10e4a12e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1",
|
|
|
- "reference": "55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1",
|
|
|
+ "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/92805a35b1fc0fbce7fe390df96891ba10e4a12e",
|
|
|
+ "reference": "92805a35b1fc0fbce7fe390df96891ba10e4a12e",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -942,7 +943,7 @@
|
|
|
"crawlerdetect",
|
|
|
"php crawler detect"
|
|
|
],
|
|
|
- "time": "2018-07-30T20:23:10+00:00"
|
|
|
+ "time": "2018-10-23T19:00:40+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "jenssegers/agent",
|
|
|
@@ -1153,16 +1154,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/tinker",
|
|
|
- "version": "v1.0.7",
|
|
|
+ "version": "v1.0.8",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laravel/tinker.git",
|
|
|
- "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d"
|
|
|
+ "reference": "cafbf598a90acde68985660e79b2b03c5609a405"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/tinker/zipball/e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
|
|
|
- "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
|
|
|
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
|
|
|
+ "reference": "cafbf598a90acde68985660e79b2b03c5609a405",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1218,20 +1219,20 @@
|
|
|
"laravel",
|
|
|
"psysh"
|
|
|
],
|
|
|
- "time": "2018-05-17T13:42:07+00:00"
|
|
|
+ "time": "2018-10-12T19:39:35+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "league/flysystem",
|
|
|
- "version": "1.0.45",
|
|
|
+ "version": "1.0.48",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/thephpleague/flysystem.git",
|
|
|
- "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
|
|
|
+ "reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
|
|
|
- "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
|
|
|
+ "reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1241,15 +1242,15 @@
|
|
|
]
|
|
|
},
|
|
|
"require": {
|
|
|
+ "ext-fileinfo": "*",
|
|
|
"php": ">=5.5.9"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"league/flysystem-sftp": "<1.0.6"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "ext-fileinfo": "*",
|
|
|
"phpspec/phpspec": "^3.4",
|
|
|
- "phpunit/phpunit": "^5.7"
|
|
|
+ "phpunit/phpunit": "^5.7.10"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"ext-fileinfo": "Required for MimeType",
|
|
|
@@ -1308,20 +1309,20 @@
|
|
|
"sftp",
|
|
|
"storage"
|
|
|
],
|
|
|
- "time": "2018-05-07T08:44:23+00:00"
|
|
|
+ "time": "2018-10-15T13:53:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "markbaker/complex",
|
|
|
- "version": "1.4.6",
|
|
|
+ "version": "1.4.7",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
|
- "reference": "a78d82ae4e682c3809fc3023d1b0ce654f6ab12b"
|
|
|
+ "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/a78d82ae4e682c3809fc3023d1b0ce654f6ab12b",
|
|
|
- "reference": "a78d82ae4e682c3809fc3023d1b0ce654f6ab12b",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
|
|
|
+ "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1409,20 +1410,20 @@
|
|
|
"complex",
|
|
|
"mathematics"
|
|
|
],
|
|
|
- "time": "2018-07-31T08:38:40+00:00"
|
|
|
+ "time": "2018-10-13T23:28:42+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "mews/captcha",
|
|
|
- "version": "2.2.0",
|
|
|
+ "version": "2.2.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/mewebstudio/captcha.git",
|
|
|
- "reference": "c9885e31bb2c30fe185c1af6078a53a3bef5db8f"
|
|
|
+ "reference": "56b044e650a7f9b234f2262b9e377cfb66b94f03"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/mewebstudio/captcha/zipball/c9885e31bb2c30fe185c1af6078a53a3bef5db8f",
|
|
|
- "reference": "c9885e31bb2c30fe185c1af6078a53a3bef5db8f",
|
|
|
+ "url": "https://api.github.com/repos/mewebstudio/captcha/zipball/56b044e650a7f9b234f2262b9e377cfb66b94f03",
|
|
|
+ "reference": "56b044e650a7f9b234f2262b9e377cfb66b94f03",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1482,20 +1483,20 @@
|
|
|
"laravel5 Captcha",
|
|
|
"laravel5 Security"
|
|
|
],
|
|
|
- "time": "2018-04-25T13:44:49+00:00"
|
|
|
+ "time": "2018-10-05T19:58:36+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "mews/purifier",
|
|
|
- "version": "2.1.0",
|
|
|
+ "version": "2.1.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/mewebstudio/Purifier.git",
|
|
|
- "reference": "7333435c9842e207f3381b7319b63122f8c9403e"
|
|
|
+ "reference": "f46304fcfbd66d142e2c7caf9af7d8b19d6c656d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/mewebstudio/Purifier/zipball/7333435c9842e207f3381b7319b63122f8c9403e",
|
|
|
- "reference": "7333435c9842e207f3381b7319b63122f8c9403e",
|
|
|
+ "url": "https://api.github.com/repos/mewebstudio/Purifier/zipball/f46304fcfbd66d142e2c7caf9af7d8b19d6c656d",
|
|
|
+ "reference": "f46304fcfbd66d142e2c7caf9af7d8b19d6c656d",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1506,9 +1507,9 @@
|
|
|
},
|
|
|
"require": {
|
|
|
"ezyang/htmlpurifier": "4.10.*",
|
|
|
- "illuminate/config": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
|
|
|
- "illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
|
|
|
- "illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
|
|
|
+ "illuminate/config": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
|
|
|
+ "illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
|
|
|
+ "illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
|
|
|
"php": ">=5.5.9"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
@@ -1563,20 +1564,20 @@
|
|
|
"security",
|
|
|
"xss"
|
|
|
],
|
|
|
- "time": "2018-03-21T12:29:49+00:00"
|
|
|
+ "time": "2018-10-05T20:13:17+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "mobiledetect/mobiledetectlib",
|
|
|
- "version": "2.8.32",
|
|
|
+ "version": "2.8.33",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/serbanghita/Mobile-Detect.git",
|
|
|
- "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3"
|
|
|
+ "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/ec69a0c381b5fe44547680d3c7db6ced08e5abb3",
|
|
|
- "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3",
|
|
|
+ "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102",
|
|
|
+ "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1621,7 +1622,7 @@
|
|
|
"mobile detector",
|
|
|
"php mobile detect"
|
|
|
],
|
|
|
- "time": "2018-06-03T13:13:04+00:00"
|
|
|
+ "time": "2018-09-01T15:05:15+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
@@ -1759,16 +1760,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "nesbot/carbon",
|
|
|
- "version": "1.33.0",
|
|
|
+ "version": "1.34.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
- "reference": "55667c1007a99e82030874b1bb14d24d07108413"
|
|
|
+ "reference": "1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/55667c1007a99e82030874b1bb14d24d07108413",
|
|
|
- "reference": "55667c1007a99e82030874b1bb14d24d07108413",
|
|
|
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33",
|
|
|
+ "reference": "1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1816,20 +1817,20 @@
|
|
|
"datetime",
|
|
|
"time"
|
|
|
],
|
|
|
- "time": "2018-08-07T08:39:47+00:00"
|
|
|
+ "time": "2018-09-20T19:36:25+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "nikic/php-parser",
|
|
|
- "version": "v4.0.3",
|
|
|
+ "version": "v4.1.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
- "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d"
|
|
|
+ "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd088dc940a418f09cda079a9b5c7c478890fb8d",
|
|
|
- "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d",
|
|
|
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
|
|
|
+ "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1851,7 +1852,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "4.0-dev"
|
|
|
+ "dev-master": "4.1-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
@@ -1873,7 +1874,7 @@
|
|
|
"parser",
|
|
|
"php"
|
|
|
],
|
|
|
- "time": "2018-07-15T17:25:16+00:00"
|
|
|
+ "time": "2018-10-10T09:24:14+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "openlss/lib-array2xml",
|
|
|
@@ -1932,16 +1933,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "overtrue/laravel-lang",
|
|
|
- "version": "3.0.8",
|
|
|
+ "version": "3.0.13",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/overtrue/laravel-lang.git",
|
|
|
- "reference": "c49d5f86c2ab2302c06e10d7ebd66a1ac73e0bab"
|
|
|
+ "reference": "11d8386a5dee3cfedf4ee7e2da6af0d3b3fe268a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/overtrue/laravel-lang/zipball/c49d5f86c2ab2302c06e10d7ebd66a1ac73e0bab",
|
|
|
- "reference": "c49d5f86c2ab2302c06e10d7ebd66a1ac73e0bab",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/laravel-lang/zipball/11d8386a5dee3cfedf4ee7e2da6af0d3b3fe268a",
|
|
|
+ "reference": "11d8386a5dee3cfedf4ee7e2da6af0d3b3fe268a",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -1985,7 +1986,7 @@
|
|
|
"laravel",
|
|
|
"overtrue"
|
|
|
],
|
|
|
- "time": "2017-10-28T12:10:43+00:00"
|
|
|
+ "time": "2018-09-03T09:31:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "paragonie/random_compat",
|
|
|
@@ -2099,16 +2100,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpoffice/phpspreadsheet",
|
|
|
- "version": "1.4.0",
|
|
|
+ "version": "1.5.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
|
- "reference": "125f462a718956f37d81305ca0df4f17cef0f3b9"
|
|
|
+ "reference": "2dfd06c59825914a1a325f2a2ed13634b9d8c411"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/125f462a718956f37d81305ca0df4f17cef0f3b9",
|
|
|
- "reference": "125f462a718956f37d81305ca0df4f17cef0f3b9",
|
|
|
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2dfd06c59825914a1a325f2a2ed13634b9d8c411",
|
|
|
+ "reference": "2dfd06c59825914a1a325f2a2ed13634b9d8c411",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -2147,7 +2148,7 @@
|
|
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
|
|
"jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
|
- "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
|
|
|
+ "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
@@ -2188,7 +2189,7 @@
|
|
|
"xls",
|
|
|
"xlsx"
|
|
|
],
|
|
|
- "time": "2018-08-06T02:58:06+00:00"
|
|
|
+ "time": "2018-10-21T10:04:54+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/http-message",
|
|
|
@@ -2355,16 +2356,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "psy/psysh",
|
|
|
- "version": "v0.9.7",
|
|
|
+ "version": "v0.9.9",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/bobthecow/psysh.git",
|
|
|
- "reference": "4f5b6c090948773a8bfeea6a0f07ab7d0b24e932"
|
|
|
+ "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f5b6c090948773a8bfeea6a0f07ab7d0b24e932",
|
|
|
- "reference": "4f5b6c090948773a8bfeea6a0f07ab7d0b24e932",
|
|
|
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
|
|
|
+ "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -2377,7 +2378,7 @@
|
|
|
"dnoegel/php-xdg-base-dir": "0.1",
|
|
|
"ext-json": "*",
|
|
|
"ext-tokenizer": "*",
|
|
|
- "jakub-onderka/php-console-highlighter": "0.3.*",
|
|
|
+ "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
|
|
|
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
|
|
|
"php": ">=5.4.0",
|
|
|
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
|
|
|
@@ -2431,7 +2432,7 @@
|
|
|
"interactive",
|
|
|
"shell"
|
|
|
],
|
|
|
- "time": "2018-08-11T15:54:43+00:00"
|
|
|
+ "time": "2018-10-13T15:16:03+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "ramsey/uuid",
|
|
|
@@ -2644,16 +2645,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/class-loader",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/class-loader.git",
|
|
|
- "reference": "31db283fc86d3143e7ff87e922177b457d909c30"
|
|
|
+ "reference": "f31333bdff54c7595f834d510a6d2325573ddb36"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/class-loader/zipball/31db283fc86d3143e7ff87e922177b457d909c30",
|
|
|
- "reference": "31db283fc86d3143e7ff87e922177b457d909c30",
|
|
|
+ "url": "https://api.github.com/repos/symfony/class-loader/zipball/f31333bdff54c7595f834d510a6d2325573ddb36",
|
|
|
+ "reference": "f31333bdff54c7595f834d510a6d2325573ddb36",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -2702,20 +2703,20 @@
|
|
|
],
|
|
|
"description": "Symfony ClassLoader Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T11:19:56+00:00"
|
|
|
+ "time": "2018-10-02T12:28:39+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/console",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/console.git",
|
|
|
- "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73"
|
|
|
+ "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73",
|
|
|
- "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73",
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b",
|
|
|
+ "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -2777,20 +2778,20 @@
|
|
|
],
|
|
|
"description": "Symfony Console Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T11:19:56+00:00"
|
|
|
+ "time": "2018-10-02T16:33:53+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/css-selector",
|
|
|
- "version": "v4.1.3",
|
|
|
+ "version": "v4.1.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/css-selector.git",
|
|
|
- "reference": "2a4df7618f869b456f9096781e78c57b509d76c7"
|
|
|
+ "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/2a4df7618f869b456f9096781e78c57b509d76c7",
|
|
|
- "reference": "2a4df7618f869b456f9096781e78c57b509d76c7",
|
|
|
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/d67de79a70a27d93c92c47f37ece958bf8de4d8a",
|
|
|
+ "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -2836,20 +2837,20 @@
|
|
|
],
|
|
|
"description": "Symfony CssSelector Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T09:10:45+00:00"
|
|
|
+ "time": "2018-10-02T16:36:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/debug",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/debug.git",
|
|
|
- "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc"
|
|
|
+ "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/debug/zipball/d5a058ff6ecad26b30c1ba452241306ea34c65cc",
|
|
|
- "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc",
|
|
|
+ "url": "https://api.github.com/repos/symfony/debug/zipball/0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
|
|
|
+ "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -2898,11 +2899,11 @@
|
|
|
],
|
|
|
"description": "Symfony Debug Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T11:19:56+00:00"
|
|
|
+ "time": "2018-10-02T16:33:53+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
- "version": "v4.1.3",
|
|
|
+ "version": "v4.1.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
@@ -2971,16 +2972,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/finder",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/finder.git",
|
|
|
- "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a"
|
|
|
+ "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a",
|
|
|
- "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a",
|
|
|
+ "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
|
|
|
+ "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -3022,20 +3023,20 @@
|
|
|
],
|
|
|
"description": "Symfony Finder Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T11:19:56+00:00"
|
|
|
+ "time": "2018-10-03T08:46:40+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/http-foundation",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
|
|
- "reference": "19a3267828046a2a4a05e3dc2954bbd2e0ad9fa6"
|
|
|
+ "reference": "3a4498236ade473c52b92d509303e5fd1b211ab1"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/19a3267828046a2a4a05e3dc2954bbd2e0ad9fa6",
|
|
|
- "reference": "19a3267828046a2a4a05e3dc2954bbd2e0ad9fa6",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3a4498236ade473c52b92d509303e5fd1b211ab1",
|
|
|
+ "reference": "3a4498236ade473c52b92d509303e5fd1b211ab1",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -3082,20 +3083,20 @@
|
|
|
],
|
|
|
"description": "Symfony HttpFoundation Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-08-01T14:04:26+00:00"
|
|
|
+ "time": "2018-10-03T08:48:18+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/http-kernel",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/http-kernel.git",
|
|
|
- "reference": "8e84cc498f0ffecfbabdea78b87828fd66189544"
|
|
|
+ "reference": "a0944a9a1d8845da724236cde9a310964acadb1c"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8e84cc498f0ffecfbabdea78b87828fd66189544",
|
|
|
- "reference": "8e84cc498f0ffecfbabdea78b87828fd66189544",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a0944a9a1d8845da724236cde9a310964acadb1c",
|
|
|
+ "reference": "a0944a9a1d8845da724236cde9a310964acadb1c",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -3177,7 +3178,7 @@
|
|
|
],
|
|
|
"description": "Symfony HttpKernel Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-08-01T14:47:47+00:00"
|
|
|
+ "time": "2018-10-03T12:03:34+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-ctype",
|
|
|
@@ -3375,16 +3376,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/process",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/process.git",
|
|
|
- "reference": "0414db29bd770ec5a4152683e655f55efd4fa60f"
|
|
|
+ "reference": "1dc2977afa7d70f90f3fefbcd84152813558910e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/process/zipball/0414db29bd770ec5a4152683e655f55efd4fa60f",
|
|
|
- "reference": "0414db29bd770ec5a4152683e655f55efd4fa60f",
|
|
|
+ "url": "https://api.github.com/repos/symfony/process/zipball/1dc2977afa7d70f90f3fefbcd84152813558910e",
|
|
|
+ "reference": "1dc2977afa7d70f90f3fefbcd84152813558910e",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -3426,20 +3427,20 @@
|
|
|
],
|
|
|
"description": "Symfony Process Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T11:19:56+00:00"
|
|
|
+ "time": "2018-10-02T12:28:39+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/routing",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/routing.git",
|
|
|
- "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911"
|
|
|
+ "reference": "585f6e2d740393d546978769dd56e496a6233e0b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/routing/zipball/e20f4bb79502c3c0db86d572f7683a30d4143911",
|
|
|
- "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911",
|
|
|
+ "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
|
|
|
+ "reference": "585f6e2d740393d546978769dd56e496a6233e0b",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -3509,20 +3510,20 @@
|
|
|
"uri",
|
|
|
"url"
|
|
|
],
|
|
|
- "time": "2018-07-26T11:19:56+00:00"
|
|
|
+ "time": "2018-10-02T12:28:39+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/translation",
|
|
|
- "version": "v4.1.3",
|
|
|
+ "version": "v4.1.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/translation.git",
|
|
|
- "reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65"
|
|
|
+ "reference": "9f0b61e339160a466ebcde167a6c5521c810e304"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/translation/zipball/6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65",
|
|
|
- "reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65",
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation/zipball/9f0b61e339160a466ebcde167a6c5521c810e304",
|
|
|
+ "reference": "9f0b61e339160a466ebcde167a6c5521c810e304",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -3584,20 +3585,20 @@
|
|
|
],
|
|
|
"description": "Symfony Translation Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T11:24:31+00:00"
|
|
|
+ "time": "2018-10-02T16:36:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/var-dumper",
|
|
|
- "version": "v3.4.14",
|
|
|
+ "version": "v3.4.17",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
|
- "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3"
|
|
|
+ "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f62a394bd3de96f2f5e8f4c7d685035897fb3cb3",
|
|
|
- "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
|
|
|
+ "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -3659,7 +3660,7 @@
|
|
|
"debug",
|
|
|
"dump"
|
|
|
],
|
|
|
- "time": "2018-07-26T11:19:56+00:00"
|
|
|
+ "time": "2018-10-02T16:33:53+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "tijsverkoyen/css-to-inline-styles",
|
|
|
@@ -5359,16 +5360,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/yaml",
|
|
|
- "version": "v4.1.3",
|
|
|
+ "version": "v4.1.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
|
- "reference": "46bc69aa91fc4ab78a96ce67873a6b0c148fd48c"
|
|
|
+ "reference": "367e689b2fdc19965be435337b50bc8adf2746c9"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/yaml/zipball/46bc69aa91fc4ab78a96ce67873a6b0c148fd48c",
|
|
|
- "reference": "46bc69aa91fc4ab78a96ce67873a6b0c148fd48c",
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/367e689b2fdc19965be435337b50bc8adf2746c9",
|
|
|
+ "reference": "367e689b2fdc19965be435337b50bc8adf2746c9",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
|
@@ -5420,7 +5421,7 @@
|
|
|
],
|
|
|
"description": "Symfony Yaml Component",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "time": "2018-07-26T11:24:31+00:00"
|
|
|
+ "time": "2018-10-02T16:36:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "webmozart/assert",
|