PMCORE-502 Update the composer and solving some warnings

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-01-09 15:54:35 -04:00
parent 8aead448ec
commit a8107ce008
2 changed files with 190 additions and 182 deletions

View File

@@ -31,9 +31,9 @@
"laravel/framework": "5.7.*", "laravel/framework": "5.7.*",
"luracast/restler": "^3.0", "luracast/restler": "^3.0",
"bshaffer/oauth2-server-php": "v1.0", "bshaffer/oauth2-server-php": "v1.0",
"colosa/pmUI": "release/3.4.0-dev", "colosa/pmui": "release/3.4.5-dev",
"colosa/MichelangeloFE": "release/3.4.0-dev", "colosa/michelangelofe": "release/3.4.5-dev",
"colosa/pmdynaform": "release/3.4.0-dev", "colosa/pmdynaform": "release/3.4.5-dev",
"google/apiclient": "1.1.6", "google/apiclient": "1.1.6",
"dapphp/securimage": "^3.6", "dapphp/securimage": "^3.6",
"psr/log": "1.0.0", "psr/log": "1.0.0",

364
composer.lock generated
View File

@@ -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": "36d34338bfb6bf607e6d36bb33fc174f", "content-hash": "eee667b895a3ee9b1e8e9206d83e2a4f",
"packages": [ "packages": [
{ {
"name": "bshaffer/oauth2-server-php", "name": "bshaffer/oauth2-server-php",
@@ -111,14 +111,14 @@
}, },
{ {
"name": "colosa/MichelangeloFE", "name": "colosa/MichelangeloFE",
"version": "dev-release/3.4.0", "version": "dev-release/3.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@bitbucket.org:colosa/michelangelofe.git", "url": "git@bitbucket.org:colosa/michelangelofe.git",
"reference": "a4508a2eaa99d44d6f0fc086f8929b6ac3a514ba" "reference": "b3c4019192a89cc6d412b92e7eb535f810a3c0bd"
}, },
"require": { "require": {
"colosa/pmui": "release/3.4.0-dev" "colosa/pmui": "release/3.4.5-dev"
}, },
"type": "library", "type": "library",
"description": "ProcessMaker Michelangelo Front End", "description": "ProcessMaker Michelangelo Front End",
@@ -126,15 +126,15 @@
"keywords": [ "keywords": [
"js app ProcessMaker" "js app ProcessMaker"
], ],
"time": "2019-09-16T16:17:40+00:00" "time": "2020-01-08T18:12:56+00:00"
}, },
{ {
"name": "colosa/pmDynaform", "name": "colosa/pmDynaform",
"version": "dev-release/3.4.0", "version": "dev-release/3.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@bitbucket.org:colosa/pmdynaform.git", "url": "git@bitbucket.org:colosa/pmdynaform.git",
"reference": "0f453865c0725e6a1fa99e72f46bf36a177c0707" "reference": "8a6f2648d400fa94223b3fe4cb5a2d62238e508e"
}, },
"type": "library", "type": "library",
"description": "JS Library to render ProcessMaker Dynaforms", "description": "JS Library to render ProcessMaker Dynaforms",
@@ -142,11 +142,11 @@
"keywords": [ "keywords": [
"js lib ProcessMaker Dynaforms" "js lib ProcessMaker Dynaforms"
], ],
"time": "2019-09-16T16:17:36+00:00" "time": "2020-01-07T13:41:45+00:00"
}, },
{ {
"name": "colosa/pmUI", "name": "colosa/pmUI",
"version": "dev-release/3.4.0", "version": "dev-release/3.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@bitbucket.org:colosa/pmui.git", "url": "git@bitbucket.org:colosa/pmui.git",
@@ -311,28 +311,30 @@
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
"version": "1.0.2", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/lexer.git", "url": "https://github.com/doctrine/lexer.git",
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^7.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.5" "doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -345,14 +347,14 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{ {
"name": "Guilherme Blanco", "name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com" "email": "guilhermeblanco@gmail.com"
}, },
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{ {
"name": "Johannes Schmitt", "name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com" "email": "schmittjoh@gmail.com"
@@ -367,7 +369,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2019-06-08T11:03:04+00:00" "time": "2019-10-30T14:39:59+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
@@ -425,16 +427,16 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "2.1.11", "version": "2.1.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23" "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c4b8d12921999d8a561004371701dbc2e05b5ece",
"reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23", "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -442,10 +444,9 @@
"php": ">=5.5" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
"dominicsayers/isemail": "dev-master", "dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0", "phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1", "satooshi/php-coveralls": "^1.0.1"
"symfony/phpunit-bridge": "^4.4@dev"
}, },
"suggest": { "suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
@@ -479,20 +480,20 @@
"validation", "validation",
"validator" "validator"
], ],
"time": "2019-08-13T17:33:27+00:00" "time": "2020-01-05T14:11:20+00:00"
}, },
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
"version": "1.7.3", "version": "1.7.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/erusev/parsedown.git", "url": "https://github.com/erusev/parsedown.git",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7" "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7", "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -525,7 +526,7 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2019-03-17T18:48:37+00:00" "time": "2019-12-30T22:54:17+00:00"
}, },
{ {
"name": "geshi/geshi", "name": "geshi/geshi",
@@ -612,16 +613,16 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.5.0", "version": "6.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5" "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
"reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5", "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -675,7 +676,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2019-12-07T18:20:45+00:00" "time": "2019-12-23T11:57:10+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@@ -1312,16 +1313,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.61", "version": "1.0.63",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9" "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4fb13c01784a6c9f165a351e996871488ca2d8c9", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8132daec326565036bc8e8d1876f77ec183a7bd6",
"reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9", "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1392,7 +1393,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2019-12-08T21:46:50+00:00" "time": "2020-01-04T16:30:31+00:00"
}, },
{ {
"name": "libchart/libchart", "name": "libchart/libchart",
@@ -1420,7 +1421,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Jean-Marc Tr??meaux", "name": "Jean-Marc Trémeaux",
"homepage": "http://naku.dohcrew.com/", "homepage": "http://naku.dohcrew.com/",
"role": "Developer" "role": "Developer"
}, },
@@ -1517,7 +1518,7 @@
"rest", "rest",
"server" "server"
], ],
"time": "2017-01-11T03:42:36+00:00" "time": "2019-05-12T15:05:48+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@@ -1910,23 +1911,23 @@
}, },
{ {
"name": "pdepend/pdepend", "name": "pdepend/pdepend",
"version": "2.6.0", "version": "2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pdepend/pdepend.git", "url": "https://github.com/pdepend/pdepend.git",
"reference": "713e14e401d174882a5980446db1ba427922310b" "reference": "395b0f356bc0881ef88864bffb4ba1423ca0d111"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/713e14e401d174882a5980446db1ba427922310b", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/395b0f356bc0881ef88864bffb4ba1423ca0d111",
"reference": "713e14e401d174882a5980446db1ba427922310b", "reference": "395b0f356bc0881ef88864bffb4ba1423ca0d111",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.7", "php": ">=5.3.7",
"symfony/config": "^2.3.0|^3|^4", "symfony/config": "^2.3.0|^3|^4|^5",
"symfony/dependency-injection": "^2.3.0|^3|^4", "symfony/dependency-injection": "^2.3.0|^3|^4|^5",
"symfony/filesystem": "^2.3.0|^3|^4" "symfony/filesystem": "^2.3.0|^3|^4|^5"
}, },
"require-dev": { "require-dev": {
"easy-doc/easy-doc": "0.0.0 || ^1.2.3", "easy-doc/easy-doc": "0.0.0 || ^1.2.3",
@@ -1938,6 +1939,11 @@
"src/bin/pdepend" "src/bin/pdepend"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PDepend\\": "src/main/php/PDepend" "PDepend\\": "src/main/php/PDepend"
@@ -1948,7 +1954,7 @@
"BSD-3-Clause" "BSD-3-Clause"
], ],
"description": "Official version of pdepend to be handled with Composer", "description": "Official version of pdepend to be handled with Composer",
"time": "2019-12-14T09:25:03+00:00" "time": "2019-12-21T16:33:56+00:00"
}, },
{ {
"name": "pear/archive_tar", "name": "pear/archive_tar",
@@ -2811,22 +2817,22 @@
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
"version": "3.9.1", "version": "3.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/uuid.git", "url": "https://github.com/ramsey/uuid.git",
"reference": "5ac2740e0c8c599d2bbe7f113a939f2b5b216c67" "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/5ac2740e0c8c599d2bbe7f113a939f2b5b216c67", "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
"reference": "5ac2740e0c8c599d2bbe7f113a939f2b5b216c67", "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
"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", "php": "^5.4 | ^7 | ^8",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"replace": { "replace": {
@@ -2836,13 +2842,13 @@
"codeception/aspect-mock": "^1 | ^2", "codeception/aspect-mock": "^1 | ^2",
"doctrine/annotations": "^1.2", "doctrine/annotations": "^1.2",
"goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
"jakub-onderka/php-parallel-lint": "^0.9.0", "jakub-onderka/php-parallel-lint": "^1",
"mockery/mockery": "^0.9.9", "mockery/mockery": "^0.9.11 | ^1",
"moontoast/math": "^1.1", "moontoast/math": "^1.1",
"paragonie/random-lib": "^2", "paragonie/random-lib": "^2",
"php-mock/php-mock-phpunit": "^0.3 | ^1.1", "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
"phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
"squizlabs/php_codesniffer": "^2.3" "squizlabs/php_codesniffer": "^3.5"
}, },
"suggest": { "suggest": {
"ext-ctype": "Provides support for PHP Ctype functions", "ext-ctype": "Provides support for PHP Ctype functions",
@@ -2894,7 +2900,7 @@
"identifier", "identifier",
"uuid" "uuid"
], ],
"time": "2019-12-01T04:55:27+00:00" "time": "2019-12-17T08:18:51+00:00"
}, },
{ {
"name": "smarty/smarty", "name": "smarty/smarty",
@@ -2945,7 +2951,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-07-19T18:31:12+00:00" "time": "2017-11-03T06:39:13+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
@@ -3011,16 +3017,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c" "reference": "6911d432edd5b50822986604fd5a5be3af856d30"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c", "url": "https://api.github.com/repos/symfony/config/zipball/6911d432edd5b50822986604fd5a5be3af856d30",
"reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c", "reference": "6911d432edd5b50822986604fd5a5be3af856d30",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3071,20 +3077,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-12-01T10:50:45+00:00" "time": "2019-12-18T12:00:29+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201" "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201", "url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0",
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201", "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3147,7 +3153,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-12-01T10:06:17+00:00" "time": "2019-12-17T10:32:23+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@@ -3204,16 +3210,16 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e" "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/b8600a1d7d20b0e80906398bb1f50612fa074a8e", "url": "https://api.github.com/repos/symfony/debug/zipball/5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
"reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e", "reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3256,20 +3262,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-28T13:33:56+00:00" "time": "2019-12-16T14:46:54+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "ad46a4def1325befab696b49c839dffea3fc92bd" "reference": "79b0358207a3571cc3af02a57d0321927921f539"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ad46a4def1325befab696b49c839dffea3fc92bd", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/79b0358207a3571cc3af02a57d0321927921f539",
"reference": "ad46a4def1325befab696b49c839dffea3fc92bd", "reference": "79b0358207a3571cc3af02a57d0321927921f539",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3329,20 +3335,20 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-12-01T10:19:36+00:00" "time": "2019-12-19T16:00:02+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b" "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b", "url": "https://api.github.com/repos/symfony/error-handler/zipball/6d7d7712a6ff5215ec26215672293b154f1db8c1",
"reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b", "reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3385,11 +3391,11 @@
], ],
"description": "Symfony ErrorHandler Component", "description": "Symfony ErrorHandler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-12-01T08:46:01+00:00" "time": "2019-12-16T14:46:54+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@@ -3517,26 +3523,26 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v4.4.1", "version": "v5.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "40c2606131d56eff6f193b6e2ceb92414653b591" "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/40c2606131d56eff6f193b6e2ceb92414653b591", "url": "https://api.github.com/repos/symfony/filesystem/zipball/1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
"reference": "40c2606131d56eff6f193b6e2ceb92414653b591", "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8" "symfony/polyfill-ctype": "~1.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.4-dev" "dev-master": "5.0-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3563,11 +3569,11 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-26T23:16:41+00:00" "time": "2019-11-26T23:25:11+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@@ -3616,16 +3622,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5" "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fcae1cff5b57b2a9c3aabefeb1527678705ddb62",
"reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5", "reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3667,20 +3673,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-28T13:33:56+00:00" "time": "2019-12-19T15:57:49+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "e4187780ed26129ee86d5234afbebf085e144f88" "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e4187780ed26129ee86d5234afbebf085e144f88", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fe310d2e95cd4c356836c8ecb0895a46d97fede2",
"reference": "e4187780ed26129ee86d5234afbebf085e144f88", "reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3757,24 +3763,24 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-12-01T14:06:38+00:00" "time": "2019-12-19T16:23:40+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v4.4.1", "version": "v5.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "010cc488e56cafe5f7494dea70aea93100c234df" "reference": "0e6a4ced216e49d457eddcefb61132173a876d79"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df", "url": "https://api.github.com/repos/symfony/mime/zipball/0e6a4ced216e49d457eddcefb61132173a876d79",
"reference": "010cc488e56cafe5f7494dea70aea93100c234df", "reference": "0e6a4ced216e49d457eddcefb61132173a876d79",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.2.5",
"symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0" "symfony/polyfill-mbstring": "^1.0"
}, },
@@ -3783,12 +3789,12 @@
}, },
"require-dev": { "require-dev": {
"egulias/email-validator": "^2.1.10", "egulias/email-validator": "^2.1.10",
"symfony/dependency-injection": "^3.4|^4.1|^5.0" "symfony/dependency-injection": "^4.4|^5.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.4-dev" "dev-master": "5.0-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3819,7 +3825,7 @@
"mime", "mime",
"mime-type" "mime-type"
], ],
"time": "2019-11-30T08:27:26+00:00" "time": "2019-11-30T14:12:50+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@@ -4174,16 +4180,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726" "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/51c0135ef3f44c5803b33dc60e96bf4f77752726", "url": "https://api.github.com/repos/symfony/process/zipball/b84501ad50adb72a94fb460a5b5c91f693e99c9b",
"reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726", "reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4219,20 +4225,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-28T13:33:56+00:00" "time": "2019-12-06T10:06:46+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "51f3f20ad29329a0bdf5c0e2f722d3764b065273" "reference": "628bcafae1b2043969378dcfbf9c196539a38722"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/51f3f20ad29329a0bdf5c0e2f722d3764b065273", "url": "https://api.github.com/repos/symfony/routing/zipball/628bcafae1b2043969378dcfbf9c196539a38722",
"reference": "51f3f20ad29329a0bdf5c0e2f722d3764b065273", "reference": "628bcafae1b2043969378dcfbf9c196539a38722",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4295,24 +4301,24 @@
"uri", "uri",
"url" "url"
], ],
"time": "2019-12-01T08:39:58+00:00" "time": "2019-12-12T12:53:52+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v1.1.8", "version": "v2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf" "reference": "144c5e51266b281231e947b51223ba14acf1a749"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf", "reference": "144c5e51266b281231e947b51223ba14acf1a749",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.2.5",
"psr/container": "^1.0" "psr/container": "^1.0"
}, },
"suggest": { "suggest": {
@@ -4321,7 +4327,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
@@ -4353,20 +4359,20 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"time": "2019-10-14T12:27:06+00:00" "time": "2019-11-18T17:27:11+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40" "reference": "f7669f48a9633bf8139bc026c755e894b7206677"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/897fb68ee7933372517b551d6f08c6d4bb0b8c40", "url": "https://api.github.com/repos/symfony/translation/zipball/f7669f48a9633bf8139bc026c755e894b7206677",
"reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40", "reference": "f7669f48a9633bf8139bc026c755e894b7206677",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4429,24 +4435,24 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-12T17:18:47+00:00" "time": "2019-12-12T12:53:52+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
"version": "v1.1.7", "version": "v2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation-contracts.git", "url": "https://github.com/symfony/translation-contracts.git",
"reference": "364518c132c95642e530d9b2d217acbc2ccac3e6" "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"reference": "364518c132c95642e530d9b2d217acbc2ccac3e6", "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3" "php": "^7.2.5"
}, },
"suggest": { "suggest": {
"symfony/translation-implementation": "" "symfony/translation-implementation": ""
@@ -4454,7 +4460,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
@@ -4486,20 +4492,20 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"time": "2019-09-17T11:12:18+00:00" "time": "2019-11-18T17:27:11+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a" "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
"reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a", "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4562,7 +4568,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2019-11-28T13:33:56+00:00" "time": "2019-12-18T13:41:29+00:00"
}, },
{ {
"name": "tecnickcom/tcpdf", "name": "tecnickcom/tcpdf",
@@ -4849,6 +4855,7 @@
"psr", "psr",
"psr-7" "psr-7"
], ],
"abandoned": "laminas/laminas-diactoros",
"time": "2019-11-13T19:16:13+00:00" "time": "2019-11-13T19:16:13+00:00"
} }
], ],
@@ -5512,16 +5519,16 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "4.3.2", "version": "4.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5533,6 +5540,7 @@
"require-dev": { "require-dev": {
"doctrine/instantiator": "^1.0.5", "doctrine/instantiator": "^1.0.5",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"phpdocumentor/type-resolver": "0.4.*",
"phpunit/phpunit": "^6.4" "phpunit/phpunit": "^6.4"
}, },
"type": "library", "type": "library",
@@ -5559,7 +5567,7 @@
} }
], ],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2019-09-12T14:27:41+00:00" "time": "2019-12-28T18:55:12+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
@@ -5610,33 +5618,33 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "1.9.0", "version": "1.10.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203" "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203", "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0", "php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.1|^2.0|^3.0", "sebastian/comparator": "^1.2.3|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0" "sebastian/recursion-context": "^1.0|^2.0|^3.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.5|^3.2", "phpspec/phpspec": "^2.5 || ^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.8.x-dev" "dev-master": "1.10.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -5669,7 +5677,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2019-10-03T11:07:50+00:00" "time": "2019-12-22T21:05:45+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -5721,8 +5729,8 @@
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de", "role": "lead",
"role": "lead" "email": "sb@sebastian-bergmann.de"
} }
], ],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
@@ -5989,8 +5997,8 @@
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de", "role": "lead",
"role": "lead" "email": "sebastian@phpunit.de"
} }
], ],
"description": "The PHP Unit Testing framework.", "description": "The PHP Unit Testing framework.",
@@ -6684,16 +6692,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.4.1", "version": "v4.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "76de473358fe802578a415d5bb43c296cf09d211" "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211", "url": "https://api.github.com/repos/symfony/yaml/zipball/a08832b974dd5fafe3085a66d41fe4c84bb2628c",
"reference": "76de473358fe802578a415d5bb43c296cf09d211", "reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6739,7 +6747,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-12T14:51:11+00:00" "time": "2019-12-10T10:33:21+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@@ -6791,16 +6799,16 @@
}, },
{ {
"name": "wimg/php-compatibility", "name": "wimg/php-compatibility",
"version": "9.3.4", "version": "9.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
"reference": "1f37659196e4f3113ea506a7efba201c52303bf1" "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/1f37659196e4f3113ea506a7efba201c52303bf1", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
"reference": "1f37659196e4f3113ea506a7efba201c52303bf1", "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6846,7 +6854,7 @@
"standards" "standards"
], ],
"abandoned": "phpcompatibility/php-compatibility", "abandoned": "phpcompatibility/php-compatibility",
"time": "2019-11-15T04:12:02+00:00" "time": "2019-12-27T09:44:58+00:00"
} }
], ],
"aliases": [], "aliases": [],