From 48d54636e2065669c245ede8b56f2423e0d31020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 03:56:40 +0000 Subject: [PATCH] Bump icanhazstring/composer-unused from 0.8.6 to 0.8.7 Bumps [icanhazstring/composer-unused](https://github.com/composer-unused/composer-unused) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/composer-unused/composer-unused/releases) - [Changelog](https://github.com/composer-unused/composer-unused/blob/main/CHANGELOG.md) - [Commits](https://github.com/composer-unused/composer-unused/compare/0.8.6...0.8.7) --- updated-dependencies: - dependency-name: icanhazstring/composer-unused dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 131 +++++++++++++++++++++++++++----------------------- 2 files changed, 71 insertions(+), 62 deletions(-) diff --git a/composer.json b/composer.json index 5792b949..fbdb3974 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.2", "ergebnis/composer-normalize": "^2.29.0", - "icanhazstring/composer-unused": "^0.8.6", + "icanhazstring/composer-unused": "^0.8.7", "infection/infection": "^0.26.16", "jakobbuis/simple-slow-test-reporter": "^1.0", "maglnet/composer-require-checker": "^4.5.0", diff --git a/composer.lock b/composer.lock index a15f193a..b7ea9fde 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "aa8176289dd289cd5e02441ae92161f7", + "content-hash": "4a16aa5e714f8d418b0d0a995e291ad0", "packages": [ { "name": "amphp/amp", @@ -452,33 +452,34 @@ }, { "name": "composer-unused/symbol-parser", - "version": "0.1.11", + "version": "0.1.13", "source": { "type": "git", "url": "https://github.com/composer-unused/symbol-parser.git", - "reference": "b65491f9e1535c54fa7c2dd25d2c4ea232128bca" + "reference": "7d95ce3283e922c1ca39110197401e5812c1a13c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer-unused/symbol-parser/zipball/b65491f9e1535c54fa7c2dd25d2c4ea232128bca", - "reference": "b65491f9e1535c54fa7c2dd25d2c4ea232128bca", + "url": "https://api.github.com/repos/composer-unused/symbol-parser/zipball/7d95ce3283e922c1ca39110197401e5812c1a13c", + "reference": "7d95ce3283e922c1ca39110197401e5812c1a13c", "shasum": "" }, "require": { "composer-unused/contracts": "^0.1 || ^0.2", "nikic/php-parser": "^4.15", "php": "^7.4 || ^8.0", - "phpstan/phpdoc-parser": "^1.12", + "phpstan/phpdoc-parser": "^1.16", "psr/container": "^1.0 || ^2.0", "psr/log": "^1.1 || ^2 || ^3", "symfony/finder": "^4.4 || ^5.3 || ^6.0" }, "require-dev": { + "ergebnis/composer-normalize": "^2.28", "ext-ds": "*", - "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^9.5.27", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.6.5", "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.7.1", + "squizlabs/php_codesniffer": "^3.7.2", "symfony/serializer": "^5.4" }, "type": "library", @@ -518,7 +519,7 @@ "type": "other" } ], - "time": "2022-12-15T15:54:49+00:00" + "time": "2023-03-16T08:54:29+00:00" }, { "name": "composer/ca-bundle", @@ -2292,21 +2293,21 @@ }, { "name": "icanhazstring/composer-unused", - "version": "0.8.6", + "version": "0.8.7", "source": { "type": "git", "url": "https://github.com/composer-unused/composer-unused.git", - "reference": "4d5ba999f365b9d5f1b474516c004d150915ba9b" + "reference": "2fce1ea1121a2aa9ba93cfe58d965f368b69f795" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer-unused/composer-unused/zipball/4d5ba999f365b9d5f1b474516c004d150915ba9b", - "reference": "4d5ba999f365b9d5f1b474516c004d150915ba9b", + "url": "https://api.github.com/repos/composer-unused/composer-unused/zipball/2fce1ea1121a2aa9ba93cfe58d965f368b69f795", + "reference": "2fce1ea1121a2aa9ba93cfe58d965f368b69f795", "shasum": "" }, "require": { "composer-unused/contracts": "^0.2", - "composer-unused/symbol-parser": "^0.1.11", + "composer-unused/symbol-parser": "^0.1.12", "ext-json": "*", "nikic/php-parser": "^4.15", "ondram/ci-detector": "^4.1", @@ -2323,15 +2324,17 @@ "webmozart/glob": "^4.4" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.8", "dg/bypass-finals": "^1.4", + "ergebnis/composer-normalize": "^2.28", "ext-ds": "*", "ext-zend-opcache": "*", "jangregor/phpstan-prophecy": "^1.0", "phpspec/prophecy-phpunit": "^2.0.1", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9", + "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.28", + "phpunit/phpunit": "^9.6.5", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7" }, @@ -2339,6 +2342,11 @@ "bin/composer-unused" ], "type": "library", + "extra": { + "bamarni-bin": { + "forward-command": true + } + }, "autoload": { "psr-4": { "ComposerUnused\\ComposerUnused\\": "src" @@ -2359,6 +2367,7 @@ "keywords": [ "composer", "php-parser", + "static analysis", "unused" ], "support": { @@ -2375,7 +2384,7 @@ "type": "other" } ], - "time": "2023-02-03T13:47:20+00:00" + "time": "2023-03-15T15:23:34+00:00" }, { "name": "infection/abstract-testframework-adapter", @@ -4479,16 +4488,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.16.0", + "version": "1.16.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "57090cfccbfaa639e703c007486d605a6e80f56d" + "reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/57090cfccbfaa639e703c007486d605a6e80f56d", - "reference": "57090cfccbfaa639e703c007486d605a6e80f56d", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e27e92d939e2e3636f0a1f0afaba59692c0bf571", + "reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571", "shasum": "" }, "require": { @@ -4518,9 +4527,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.16.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.16.1" }, - "time": "2023-01-29T14:41:23+00:00" + "time": "2023-02-07T18:11:17+00:00" }, { "name": "phpstan/phpstan", @@ -7393,16 +7402,16 @@ }, { "name": "symfony/config", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "f31b3c78a3650157188a240695e688d6a182aa91" + "reference": "249271da6f545d6579e0663374f8249a80be2893" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/f31b3c78a3650157188a240695e688d6a182aa91", - "reference": "f31b3c78a3650157188a240695e688d6a182aa91", + "url": "https://api.github.com/repos/symfony/config/zipball/249271da6f545d6579e0663374f8249a80be2893", + "reference": "249271da6f545d6579e0663374f8249a80be2893", "shasum": "" }, "require": { @@ -7450,7 +7459,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.2.5" + "source": "https://github.com/symfony/config/tree/v6.2.7" }, "funding": [ { @@ -7466,7 +7475,7 @@ "type": "tidelift" } ], - "time": "2023-01-09T04:38:22+00:00" + "time": "2023-02-14T08:44:56+00:00" }, { "name": "symfony/console", @@ -7566,16 +7575,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.2.6", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "2a6dd148589b9db59717db8b75f8d9fbb2ae714f" + "reference": "83369dd4ec84bba9673524d25b79dfbde9e6e84c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2a6dd148589b9db59717db8b75f8d9fbb2ae714f", - "reference": "2a6dd148589b9db59717db8b75f8d9fbb2ae714f", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/83369dd4ec84bba9673524d25b79dfbde9e6e84c", + "reference": "83369dd4ec84bba9673524d25b79dfbde9e6e84c", "shasum": "" }, "require": { @@ -7583,7 +7592,7 @@ "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.1|^3", "symfony/service-contracts": "^1.1.6|^2.0|^3.0", - "symfony/var-exporter": "^6.2" + "symfony/var-exporter": "^6.2.7" }, "conflict": { "ext-psr": "<1.1|>=2", @@ -7633,7 +7642,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.2.6" + "source": "https://github.com/symfony/dependency-injection/tree/v6.2.7" }, "funding": [ { @@ -7649,7 +7658,7 @@ "type": "tidelift" } ], - "time": "2023-01-30T15:46:28+00:00" + "time": "2023-02-16T14:11:02+00:00" }, { "name": "symfony/deprecation-contracts", @@ -8479,16 +8488,16 @@ }, { "name": "symfony/property-access", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "cfd63e46c8b8a97f05353fb9341bfa75a62184e1" + "reference": "5a389172011e2c37b47c896d0b156549126690a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/cfd63e46c8b8a97f05353fb9341bfa75a62184e1", - "reference": "cfd63e46c8b8a97f05353fb9341bfa75a62184e1", + "url": "https://api.github.com/repos/symfony/property-access/zipball/5a389172011e2c37b47c896d0b156549126690a1", + "reference": "5a389172011e2c37b47c896d0b156549126690a1", "shasum": "" }, "require": { @@ -8539,7 +8548,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v6.2.5" + "source": "https://github.com/symfony/property-access/tree/v6.2.7" }, "funding": [ { @@ -8555,20 +8564,20 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:38:09+00:00" + "time": "2023-02-14T08:44:56+00:00" }, { "name": "symfony/property-info", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "267c798e87dc56dd0832c29cf9012ac983ed7194" + "reference": "5cf906918ea0f74032ffc5c0b85def246ce409df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/267c798e87dc56dd0832c29cf9012ac983ed7194", - "reference": "267c798e87dc56dd0832c29cf9012ac983ed7194", + "url": "https://api.github.com/repos/symfony/property-info/zipball/5cf906918ea0f74032ffc5c0b85def246ce409df", + "reference": "5cf906918ea0f74032ffc5c0b85def246ce409df", "shasum": "" }, "require": { @@ -8628,7 +8637,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.2.5" + "source": "https://github.com/symfony/property-info/tree/v6.2.7" }, "funding": [ { @@ -8644,20 +8653,20 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:45:48+00:00" + "time": "2023-02-14T08:53:37+00:00" }, { "name": "symfony/serializer", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "dec3263bd7399f85cc54ea51a019e60b085759f0" + "reference": "df9599873fdc2540e6f4291f49be4fcc167e9cbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/dec3263bd7399f85cc54ea51a019e60b085759f0", - "reference": "dec3263bd7399f85cc54ea51a019e60b085759f0", + "url": "https://api.github.com/repos/symfony/serializer/zipball/df9599873fdc2540e6f4291f49be4fcc167e9cbf", + "reference": "df9599873fdc2540e6f4291f49be4fcc167e9cbf", "shasum": "" }, "require": { @@ -8729,7 +8738,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.2.5" + "source": "https://github.com/symfony/serializer/tree/v6.2.7" }, "funding": [ { @@ -8745,7 +8754,7 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:45:48+00:00" + "time": "2023-02-24T10:42:00+00:00" }, { "name": "symfony/service-contracts", @@ -8982,16 +8991,16 @@ }, { "name": "symfony/var-exporter", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "108f9c6451eea8e04a7fb83bbacb5b812ef30e35" + "reference": "86062dd0103530e151588c8f60f5b85a139f1442" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/108f9c6451eea8e04a7fb83bbacb5b812ef30e35", - "reference": "108f9c6451eea8e04a7fb83bbacb5b812ef30e35", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/86062dd0103530e151588c8f60f5b85a139f1442", + "reference": "86062dd0103530e151588c8f60f5b85a139f1442", "shasum": "" }, "require": { @@ -9036,7 +9045,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.2.5" + "source": "https://github.com/symfony/var-exporter/tree/v6.2.7" }, "funding": [ { @@ -9052,7 +9061,7 @@ "type": "tidelift" } ], - "time": "2023-01-13T08:35:57+00:00" + "time": "2023-02-24T10:42:00+00:00" }, { "name": "symfony/yaml",