diff --git a/composer.lock b/composer.lock index 572137f..eaa95dc 100644 --- a/composer.lock +++ b/composer.lock @@ -191,6 +191,71 @@ ], "time": "2019-08-02T18:55:33+00:00" }, + { + "name": "composer/package-versions-deprecated", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/composer/package-versions-deprecated.git", + "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/98df7f1b293c0550bd5b1ce6b60b59bdda23aa47", + "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1.0 || ^2.0", + "php": "^7" + }, + "replace": { + "ocramius/package-versions": "1.2 - 1.8.99" + }, + "require-dev": { + "composer/composer": "^1.9.3 || ^2.0@dev", + "ext-zip": "^1.13", + "phpunit/phpunit": "^6.5 || ^7" + }, + "type": "composer-plugin", + "extra": { + "class": "PackageVersions\\Installer", + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "PackageVersions\\": "src/PackageVersions" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2020-04-23T11:49:37+00:00" + }, { "name": "composer/semver", "version": "1.5.0", @@ -1325,59 +1390,9 @@ "MIT" ], "description": "PHP CodeSniffer Object Calisthenics rules/sniffs", + "abandoned": "symplify/coding-standard", "time": "2019-05-15T17:09:16+00:00" }, - { - "name": "ocramius/package-versions", - "version": "1.5.1", - "source": { - "type": "git", - "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "1d32342b8c1eb27353c8887c366147b4c2da673c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c", - "reference": "1d32342b8c1eb27353c8887c366147b4c2da673c", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0.0", - "php": "^7.3.0" - }, - "require-dev": { - "composer/composer": "^1.8.6", - "doctrine/coding-standard": "^6.0.0", - "ext-zip": "*", - "infection/infection": "^0.13.4", - "phpunit/phpunit": "^8.2.5", - "vimeo/psalm": "^3.4.9" - }, - "type": "composer-plugin", - "extra": { - "class": "PackageVersions\\Installer", - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, - "autoload": { - "psr-4": { - "PackageVersions\\": "src/PackageVersions" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "time": "2019-07-17T15:49:50+00:00" - }, { "name": "padraic/humbug_get_contents", "version": "1.1.2", @@ -1497,6 +1512,7 @@ "self-update", "update" ], + "abandoned": true, "time": "2018-03-30T12:52:15+00:00" }, { @@ -2258,6 +2274,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-07-25T05:29:42+00:00" }, { @@ -2906,6 +2923,7 @@ ], "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", "homepage": "https://github.com/sebastianbergmann/finder-facade", + "abandoned": true, "time": "2017-11-18T17:31:49+00:00" }, { @@ -5017,30 +5035,25 @@ }, { "name": "symfony/var-exporter", - "version": "v4.3.3", + "version": "v4.4.17", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb" + "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", - "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f04b7d187b120e0a44c18a2d479c2dd0abe99d9c", + "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.1.3" }, "require-dev": { - "symfony/var-dumper": "^4.1.1" + "symfony/var-dumper": "^4.4.9|^5.0.9" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" @@ -5073,7 +5086,21 @@ "instantiate", "serialize" ], - "time": "2019-06-22T08:39:44+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-28T20:42:29+00:00" }, { "name": "symfony/yaml", @@ -5139,13 +5166,13 @@ "version": "v6.0.5", "source": { "type": "git", - "url": "https://github.com/Symplify/CodingStandard.git", - "reference": "0b54e62481f3edc843e1cd5b6d36a6f3b3742c5e" + "url": "https://github.com/symplify/coding-standard.git", + "reference": "d16273e5e71960f49e448300fbe44d6f5292aeee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/CodingStandard/zipball/0b54e62481f3edc843e1cd5b6d36a6f3b3742c5e", - "reference": "0b54e62481f3edc843e1cd5b6d36a6f3b3742c5e", + "url": "https://api.github.com/repos/symplify/coding-standard/zipball/d16273e5e71960f49e448300fbe44d6f5292aeee", + "reference": "d16273e5e71960f49e448300fbe44d6f5292aeee", "shasum": "" }, "require": { @@ -5180,6 +5207,16 @@ "MIT" ], "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", + "funding": [ + { + "url": "https://github.com/tomasvotruba", + "type": "github" + }, + { + "url": "https://www.patreon.com/rectorphp", + "type": "patreon" + } + ], "time": "2019-07-26T14:48:44+00:00" }, { @@ -5187,13 +5224,13 @@ "version": "v6.0.5", "source": { "type": "git", - "url": "https://github.com/Symplify/EasyCodingStandard.git", - "reference": "d4d9c0f4a7bda18b97c98588fbdc9c4715b07981" + "url": "https://github.com/symplify/easy-coding-standard.git", + "reference": "5893608bde2bf5bd5f48d977481582e3d2f90daa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/EasyCodingStandard/zipball/d4d9c0f4a7bda18b97c98588fbdc9c4715b07981", - "reference": "d4d9c0f4a7bda18b97c98588fbdc9c4715b07981", + "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/5893608bde2bf5bd5f48d977481582e3d2f90daa", + "reference": "5893608bde2bf5bd5f48d977481582e3d2f90daa", "shasum": "" }, "require": { @@ -5244,6 +5281,16 @@ "MIT" ], "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.", + "funding": [ + { + "url": "https://github.com/tomasvotruba", + "type": "github" + }, + { + "url": "https://www.patreon.com/rectorphp", + "type": "patreon" + } + ], "time": "2019-07-26T14:48:44+00:00" }, { @@ -5251,13 +5298,13 @@ "version": "v6.0.5", "source": { "type": "git", - "url": "https://github.com/Symplify/PackageBuilder.git", - "reference": "bd961b17c8e5467940c47836666d921bce17d1dd" + "url": "https://github.com/symplify/package-builder.git", + "reference": "f531e03f87c89b26605f1cc1022160e398108ba1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/PackageBuilder/zipball/bd961b17c8e5467940c47836666d921bce17d1dd", - "reference": "bd961b17c8e5467940c47836666d921bce17d1dd", + "url": "https://api.github.com/repos/symplify/package-builder/zipball/f531e03f87c89b26605f1cc1022160e398108ba1", + "reference": "f531e03f87c89b26605f1cc1022160e398108ba1", "shasum": "" }, "require": { @@ -5291,6 +5338,16 @@ "MIT" ], "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.", + "funding": [ + { + "url": "https://github.com/tomasvotruba", + "type": "github" + }, + { + "url": "https://www.patreon.com/rectorphp", + "type": "patreon" + } + ], "time": "2019-07-22T21:06:43+00:00" }, { @@ -5434,5 +5491,6 @@ "php": ">=7.2", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }