diff --git a/composer.json b/composer.json index bdcbbaac8..37a0bc1a9 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "laminas/laminas-router": "^3.0.1", "laminas/laminas-servicemanager": "^3.4", "laminas/laminas-uri": "^2.5", + "maglnet/composer-require-checker": "^3.8", "phpspec/prophecy": "^1.12", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5.5", diff --git a/composer.lock b/composer.lock index bad80597e..daaa4462a 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": "3052afdac31561cdc43064a657f79b64", + "content-hash": "da1f35751772e557f5a14bc9717d8c54", "packages": [ { "name": "laminas/laminas-eventmanager", @@ -2663,6 +2663,86 @@ ], "time": "2021-12-21T14:34:37+00:00" }, + { + "name": "maglnet/composer-require-checker", + "version": "3.8.0", + "source": { + "type": "git", + "url": "https://github.com/maglnet/ComposerRequireChecker.git", + "reference": "537138b833ab0f9ad72b667a72bece2a765e88ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/537138b833ab0f9ad72b667a72bece2a765e88ab", + "reference": "537138b833ab0f9ad72b667a72bece2a765e88ab", + "shasum": "" + }, + "require": { + "composer-runtime-api": "^2.0.0", + "ext-json": "*", + "ext-phar": "*", + "nikic/php-parser": "^4.13.0", + "php": "^7.4 || ^8.0", + "symfony/console": "^5.4.0", + "webmozart/assert": "^1.9.1", + "webmozart/glob": "^4.4.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9.0.0", + "ext-zend-opcache": "*", + "mikey179/vfsstream": "^1.6.10", + "phing/phing": "^2.17.0", + "phpstan/phpstan": "^1.2.0", + "phpunit/phpunit": "^9.5.10", + "vimeo/psalm": "^4.14.0" + }, + "bin": [ + "bin/composer-require-checker" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, + "autoload": { + "psr-4": { + "ComposerRequireChecker\\": "src/ComposerRequireChecker" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.io/" + }, + { + "name": "Matthias Glaub", + "email": "magl@magl.net", + "homepage": "http://magl.net" + } + ], + "description": "CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package", + "homepage": "https://github.com/maglnet/ComposerRequireChecker", + "keywords": [ + "analysis", + "cli", + "composer", + "dependency", + "imports", + "require", + "requirements" + ], + "support": { + "issues": "https://github.com/maglnet/ComposerRequireChecker/issues", + "source": "https://github.com/maglnet/ComposerRequireChecker/tree/3.8.0" + }, + "time": "2021-12-07T14:25:47+00:00" + }, { "name": "myclabs/deep-copy", "version": "1.10.2", @@ -6135,6 +6215,56 @@ }, "time": "2021-03-09T10:59:23+00:00" }, + { + "name": "webmozart/glob", + "version": "4.4.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/glob.git", + "reference": "539b5dbc10021d3f9242e7a9e9b6b37843179e83" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/glob/zipball/539b5dbc10021d3f9242e7a9e9b6b37843179e83", + "reference": "539b5dbc10021d3f9242e7a9e9b6b37843179e83", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8.0.0", + "webmozart/path-util": "^2.2" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "symfony/filesystem": "^5.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Glob\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "A PHP implementation of Ant's glob.", + "support": { + "issues": "https://github.com/webmozarts/glob/issues", + "source": "https://github.com/webmozarts/glob/tree/4.4.0" + }, + "time": "2021-10-07T16:13:08+00:00" + }, { "name": "webmozart/path-util", "version": "2.3.0",