{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "08d98c7e917722decaf841e9fa7b2a16", "packages": [ { "name": "amphp/amp", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/amp/zipball/efca2b32a7580087adb8aabbff6be1dc1bb924a9", "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9" }, "require": { "php": ">=7" }, "type": "library", "autoload": { "psr-4": { "Amp\\": "lib" }, "files": [ "lib/functions.php", "lib/Internal/functions.php" ] }, "license": [ "MIT" ], "description": "A non-blocking concurrency framework for PHP applications." }, { "name": "amphp/byte-stream", "version": "v1.8.1", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd", "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" }, "require": { "amphp/amp": "^2", "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Amp\\ByteStream\\": "lib" }, "files": [ "lib/functions.php" ] }, "license": [ "MIT" ], "description": "A stream abstraction to make working with non-blocking I/O simple." }, { "name": "composer/package-versions-deprecated", "version": "1.11.99.1", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6", "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6" }, "require": { "composer-plugin-api": "^1.1.0 || ^2.0", "php": "^7 || ^8" }, "replace": { "ocramius/package-versions": "1.11.99" }, "type": "composer-plugin", "extra": { "class": "PackageVersions\\Installer" }, "autoload": { "psr-4": { "PackageVersions\\": "src/PackageVersions" } }, "license": [ "MIT" ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)" }, { "name": "composer/semver", "version": "3.2.4", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464", "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "license": [ "MIT" ], "description": "Semver library that offers utilities, version constraint parsing and validation." }, { "name": "composer/xdebug-handler", "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "f27e06cd9675801df441b3656569b328e04aa37c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c", "reference": "f27e06cd9675801df441b3656569b328e04aa37c" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "license": [ "MIT" ], "description": "Restarts a process without Xdebug." }, { "name": "dnoegel/php-xdg-base-dir", "version": "v0.1.1", "source": { "type": "git", "url": "https://github.com/dnoegel/php-xdg-base-dir.git", "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-4": { "XdgBaseDir\\": "src/" } }, "license": [ "MIT" ], "description": "implementation of xdg base directory specification for php" }, { "name": "doctrine/annotations", "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b", "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "license": [ "MIT" ], "description": "Docblock Annotations Parser" }, { "name": "doctrine/lexer", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "license": [ "MIT" ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers." }, { "name": "ergebnis/composer-normalize", "version": "2.13.3", "source": { "type": "git", "url": "https://github.com/ergebnis/composer-normalize.git", "reference": "eff003890c655ee0e4b6ac5d4c5b40ce61247f7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/eff003890c655ee0e4b6ac5d4c5b40ce61247f7c", "reference": "eff003890c655ee0e4b6ac5d4c5b40ce61247f7c" }, "require": { "composer-plugin-api": "^1.1.0 || ^2.0.0", "ergebnis/json-normalizer": "^1.0.3", "ergebnis/json-printer": "^3.1.1", "justinrainbow/json-schema": "^5.2.10", "localheinz/diff": "^1.1.1", "php": "^7.2 || ^8.0" }, "type": "composer-plugin", "extra": { "class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin" }, "autoload": { "psr-4": { "Ergebnis\\Composer\\Normalize\\": "src/" } }, "license": [ "MIT" ], "description": "Provides a composer plugin for normalizing composer.json." }, { "name": "ergebnis/json-normalizer", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/ergebnis/json-normalizer.git", "reference": "4a7f064ce34d5a2e382564565cdd433dbc5b9494" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/4a7f064ce34d5a2e382564565cdd433dbc5b9494", "reference": "4a7f064ce34d5a2e382564565cdd433dbc5b9494" }, "require": { "ergebnis/json-printer": "^3.1.1", "ext-json": "*", "justinrainbow/json-schema": "^5.2.10", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Ergebnis\\Json\\Normalizer\\": "src/" } }, "license": [ "MIT" ], "description": "Provides generic and vendor-specific normalizers for normalizing JSON documents." }, { "name": "ergebnis/json-printer", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/ergebnis/json-printer.git", "reference": "e4190dadd9937a77d8afcaf2b6c42a528ab367d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/e4190dadd9937a77d8afcaf2b6c42a528ab367d6", "reference": "e4190dadd9937a77d8afcaf2b6c42a528ab367d6" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Ergebnis\\Json\\Printer\\": "src/" } }, "license": [ "MIT" ], "description": "Provides a JSON printer, allowing for flexible indentation." }, { "name": "felixfbecker/advanced-json-rpc", "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git", "reference": "06f0b06043c7438959dbdeed8bb3f699a19be22e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/06f0b06043c7438959dbdeed8bb3f699a19be22e", "reference": "06f0b06043c7438959dbdeed8bb3f699a19be22e" }, "require": { "netresearch/jsonmapper": "^1.0 || ^2.0", "php": "^7.1 || ^8.0", "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0" }, "type": "library", "autoload": { "psr-4": { "AdvancedJsonRpc\\": "lib/" } }, "license": [ "ISC" ], "description": "A more advanced JSONRPC implementation" }, { "name": "felixfbecker/language-server-protocol", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/felixfbecker/php-language-server-protocol.git", "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/9d846d1f5cf101deee7a61c8ba7caa0a975cd730", "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "LanguageServerProtocol\\": "src/" } }, "license": [ "ISC" ], "description": "PHP classes for the Language Server Protocol" }, { "name": "friendsofphp/php-cs-fixer", "version": "v2.19.0", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5b8a9d852b292c2f8a035200fa6844b1f82300b", "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b" }, "require": { "composer/semver": "^1.4 || ^2.0 || ^3.0", "composer/xdebug-handler": "^1.2 || ^2.0", "doctrine/annotations": "^1.2", "ext-json": "*", "ext-tokenizer": "*", "php": "^5.6 || ^7.0 || ^8.0", "php-cs-fixer/diff": "^1.3", "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", "symfony/filesystem": "^3.0 || ^4.0 || ^5.0", "symfony/finder": "^3.0 || ^4.0 || ^5.0", "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0", "symfony/polyfill-php70": "^1.0", "symfony/polyfill-php72": "^1.4", "symfony/process": "^3.0 || ^4.0 || ^5.0", "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" }, "bin": [ "php-cs-fixer" ], "type": "application", "autoload": { "psr-4": { "PhpCsFixer\\": "src/" }, "classmap": [ "tests/Test/AbstractFixerTestCase.php", "tests/Test/AbstractIntegrationCaseFactory.php", "tests/Test/AbstractIntegrationTestCase.php", "tests/Test/Assert/AssertTokensTrait.php", "tests/Test/IntegrationCase.php", "tests/Test/IntegrationCaseFactory.php", "tests/Test/IntegrationCaseFactoryInterface.php", "tests/Test/InternalIntegrationCaseFactory.php", "tests/Test/IsIdenticalConstraint.php", "tests/Test/TokensWithObservedTransformers.php", "tests/TestCase.php" ] }, "license": [ "MIT" ], "description": "A tool to automatically fix PHP code style" }, { "name": "infection/abstract-testframework-adapter", "version": "0.3.1", "source": { "type": "git", "url": "https://github.com/infection/abstract-testframework-adapter.git", "reference": "c52539339f28d6b67625ff24496289b3e6d66025" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/infection/abstract-testframework-adapter/zipball/c52539339f28d6b67625ff24496289b3e6d66025", "reference": "c52539339f28d6b67625ff24496289b3e6d66025" }, "require": { "php": "^7.3 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Infection\\AbstractTestFramework\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Abstract Test Framework Adapter for Infection" }, { "name": "infection/extension-installer", "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/infection/extension-installer.git", "reference": "ff30c0adffcdbc747c96adf92382ccbe271d0afd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/infection/extension-installer/zipball/ff30c0adffcdbc747c96adf92382ccbe271d0afd", "reference": "ff30c0adffcdbc747c96adf92382ccbe271d0afd" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" }, "type": "composer-plugin", "extra": { "class": "Infection\\ExtensionInstaller\\Plugin" }, "autoload": { "psr-4": { "Infection\\ExtensionInstaller\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Infection Extension Installer" }, { "name": "infection/include-interceptor", "version": "0.2.4", "source": { "type": "git", "url": "https://github.com/infection/include-interceptor.git", "reference": "e3cf9317a7fd554ab60a5587f028b16418cc4264" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/infection/include-interceptor/zipball/e3cf9317a7fd554ab60a5587f028b16418cc4264", "reference": "e3cf9317a7fd554ab60a5587f028b16418cc4264" }, "type": "library", "autoload": { "psr-4": { "Infection\\StreamWrapper\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Stream Wrapper: Include Interceptor. Allows to replace included (autoloaded) file with another one." }, { "name": "infection/infection", "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/infection/infection.git", "reference": "d72c1f0959d7302f53580d6ed0f297d88268bc5c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/infection/infection/zipball/d72c1f0959d7302f53580d6ed0f297d88268bc5c", "reference": "d72c1f0959d7302f53580d6ed0f297d88268bc5c" }, "require": { "composer/xdebug-handler": "^1.3.3", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "infection/abstract-testframework-adapter": "^0.3.1", "infection/extension-installer": "^0.1.0", "infection/include-interceptor": "^0.2.4", "justinrainbow/json-schema": "^5.2", "nikic/php-parser": "^4.10.3", "ocramius/package-versions": "^1.11.0 || ^2.0", "ondram/ci-detector": "^3.3.0", "php": "^7.4.7 || ^8.0", "sanmai/later": "^0.1.1", "sanmai/pipeline": "^5.1", "sebastian/diff": "^3.0.2 || ^4.0", "seld/jsonlint": "^1.7", "symfony/console": "^3.4.29 || ^4.1.19 || ^5.0", "symfony/filesystem": "^3.4.29 || ^4.1.19 || ^5.0", "symfony/finder": "^3.4.29 || ^4.1.19 || ^5.0", "symfony/process": "^3.4.29 || ^4.1.19 || ^5.0", "thecodingmachine/safe": "^1.0", "webmozart/assert": "^1.3", "webmozart/path-util": "^2.3" }, "bin": [ "bin/infection" ], "type": "library", "autoload": { "psr-4": { "Infection\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults." }, { "name": "jean85/pretty-package-versions", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", "reference": "b2c4ec2033a0196317a467cb197c7c843b794ddf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/b2c4ec2033a0196317a467cb197c7c843b794ddf", "reference": "b2c4ec2033a0196317a467cb197c7c843b794ddf" }, "require": { "composer-runtime-api": "^2.0.0", "php": "^7.1|^8.0" }, "type": "library", "autoload": { "psr-4": { "Jean85\\": "src/" } }, "license": [ "MIT" ], "description": "A library to get pretty versions strings of installed dependencies" }, { "name": "justinrainbow/json-schema", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" }, "require": { "php": ">=5.3.3" }, "bin": [ "bin/validate-json" ], "type": "library", "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "license": [ "MIT" ], "description": "A library to validate a json schema." }, { "name": "kubawerlos/composer-smaller-lock", "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/kubawerlos/composer-smaller-lock.git", "reference": "f698dfd2a5d167428e37ef72a169fd5346bb7299" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kubawerlos/composer-smaller-lock/zipball/f698dfd2a5d167428e37ef72a169fd5346bb7299", "reference": "f698dfd2a5d167428e37ef72a169fd5346bb7299" }, "require": { "composer-plugin-api": "^2.0.0", "ext-json": "*", "php": "^7.4 || ^8.0" }, "type": "composer-plugin", "extra": { "class": "ComposerSmallerLock\\Plugin" }, "autoload": { "psr-4": { "ComposerSmallerLock\\": "./src" } }, "license": [ "MIT" ], "description": "Plugin to keep composer.lock smaller and readable" }, { "name": "kubawerlos/php-cs-fixer-config", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/kubawerlos/php-cs-fixer-config.git", "reference": "a2991b3b43b3d8f50f5324cdd74152d3c111d996" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-config/zipball/a2991b3b43b3d8f50f5324cdd74152d3c111d996", "reference": "a2991b3b43b3d8f50f5324cdd74152d3c111d996" }, "require": { "friendsofphp/php-cs-fixer": "^2.19.0", "kubawerlos/php-cs-fixer-custom-fixers": "^2.4.0", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "PhpCsFixerConfig\\": "./src/" } }, "license": [ "MIT" ], "description": "Provides configuration for PHP CS Fixer" }, { "name": "kubawerlos/php-cs-fixer-custom-fixers", "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git", "reference": "748c0bbb4237b177a05af5a99936eb74cc88dec5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/748c0bbb4237b177a05af5a99936eb74cc88dec5", "reference": "748c0bbb4237b177a05af5a99936eb74cc88dec5" }, "require": { "ext-tokenizer": "*", "friendsofphp/php-cs-fixer": "^2.17", "php": "^7.2 || ^8.0", "symfony/finder": "^3.0 || ^4.0 || ^5.0" }, "type": "library", "autoload": { "psr-4": { "PhpCsFixerCustomFixers\\": "./src" } }, "license": [ "MIT" ], "description": "A set of custom fixers for PHP CS Fixer" }, { "name": "kubawerlos/types-checker", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/kubawerlos/types-checker.git", "reference": "12327113d78a324b317be5f0f4a31e13f827f1ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kubawerlos/types-checker/zipball/12327113d78a324b317be5f0f4a31e13f827f1ca", "reference": "12327113d78a324b317be5f0f4a31e13f827f1ca" }, "require": { "ext-tokenizer": "*", "php": "^7.2 || ^8.0", "symfony/console": "^3.4 || ^4.0 || ^5.0", "symfony/finder": "^3.4 || ^4.0 || ^5.0" }, "bin": [ "types-checker" ], "type": "library", "autoload": { "psr-4": { "TypesChecker\\": "./src/" } }, "license": [ "MIT" ], "description": "A tool to find missing type declarations in PHP 7 code" }, { "name": "localheinz/diff", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/localheinz/diff.git", "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/localheinz/diff/zipball/851bb20ea8358c86f677f5f111c4ab031b1c764c", "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "license": [ "BSD-3-Clause" ], "description": "Fork of sebastian/diff for use with ergebnis/composer-normalize" }, { "name": "maglnet/composer-require-checker", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/maglnet/ComposerRequireChecker.git", "reference": "cd6c6b91ee3c065e60a35ca1a67becb0ae86dbb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/cd6c6b91ee3c065e60a35ca1a67becb0ae86dbb7", "reference": "cd6c6b91ee3c065e60a35ca1a67becb0ae86dbb7" }, "require": { "composer-runtime-api": "^2.0.0", "ext-json": "*", "ext-phar": "*", "nikic/php-parser": "^4.10.2", "php": "^7.4 || ^8.0", "symfony/console": "^5.1.8", "webmozart/assert": "^1.9.1", "webmozart/glob": "^4.2.0" }, "bin": [ "bin/composer-require-checker" ], "type": "library", "autoload": { "psr-4": { "ComposerRequireChecker\\": "src/ComposerRequireChecker" } }, "license": [ "MIT" ], "description": "CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package" }, { "name": "mi-schi/phpmd-extension", "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/mi-schi/phpmd-extension.git", "reference": "52e3eeaf6aaefaca16dbe296372158eb00430e93" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mi-schi/phpmd-extension/zipball/52e3eeaf6aaefaca16dbe296372158eb00430e93", "reference": "52e3eeaf6aaefaca16dbe296372158eb00430e93" }, "require": { "phpmd/phpmd": "^2.3" }, "type": "library", "autoload": { "psr-4": { "MS\\PHPMD\\": "src/" } }, "license": [ "MIT" ], "description": "Contains extra phpmd rules from clean code book and the best practices of my experiences." }, { "name": "netresearch/jsonmapper", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/cweiske/jsonmapper.git", "reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/e0f1e33a71587aca81be5cffbb9746510e1fe04e", "reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e" }, "require": { "ext-json": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "php": ">=5.6" }, "type": "library", "autoload": { "psr-0": { "JsonMapper": "src/" } }, "license": [ "OSL-3.0" ], "description": "Map nested JSON structures onto PHP classes" }, { "name": "nette/neon", "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/nette/neon.git", "reference": "e4ca6f4669121ca6876b1d048c612480e39a28d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/neon/zipball/e4ca6f4669121ca6876b1d048c612480e39a28d5", "reference": "e4ca6f4669121ca6876b1d048c612480e39a28d5" }, "require": { "ext-json": "*", "php": ">=7.1" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "license": [ "BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only" ], "description": "🍸 Nette NEON: encodes and decodes NEON file format." }, { "name": "nette/utils", "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/nette/utils.git", "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/utils/zipball/967cfc4f9a1acd5f1058d76715a424c53343c20c", "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c" }, "require": { "php": ">=7.2 <8.1" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "license": [ "BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only" ], "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc." }, { "name": "nikic/php-parser", "version": "v4.10.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" }, "require": { "ext-tokenizer": "*", "php": ">=7.0" }, "bin": [ "bin/php-parse" ], "type": "library", "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "license": [ "BSD-3-Clause" ], "description": "A PHP parser written in PHP" }, { "name": "ondram/ci-detector", "version": "3.5.1", "source": { "type": "git", "url": "https://github.com/OndraM/ci-detector.git", "reference": "594e61252843b68998bddd48078c5058fe9028bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/OndraM/ci-detector/zipball/594e61252843b68998bddd48078c5058fe9028bd", "reference": "594e61252843b68998bddd48078c5058fe9028bd" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "OndraM\\CiDetector\\": "src/" } }, "license": [ "MIT" ], "description": "Detect continuous integration environment and provide unified access to properties of current build" }, { "name": "openlss/lib-array2xml", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/nullivex/lib-array2xml.git", "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "LSS": "" } }, "license": [ "Apache-2.0" ], "description": "Array2XML conversion library credit to lalit.org" }, { "name": "pdepend/pdepend", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1632f0cee84512ffd6dde71e58536b3b06528c41", "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41" }, "require": { "php": ">=5.3.7", "symfony/config": "^2.3.0|^3|^4|^5", "symfony/dependency-injection": "^2.3.0|^3|^4|^5", "symfony/filesystem": "^2.3.0|^3|^4|^5" }, "bin": [ "src/bin/pdepend" ], "type": "library", "autoload": { "psr-4": { "PDepend\\": "src/main/php/PDepend" } }, "license": [ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer" }, { "name": "php-cs-fixer/diff", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/diff.git", "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759", "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759" }, "require": { "php": "^5.6 || ^7.0 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "license": [ "BSD-3-Clause" ], "description": "sebastian/diff v2 backport support for PHP5.6" }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src/" } }, "license": [ "MIT" ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure" }, { "name": "phpdocumentor/reflection-docblock", "version": "5.2.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" }, "require": { "ext-filter": "*", "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.3", "webmozart/assert": "^1.9.1" }, "type": "library", "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "license": [ "MIT" ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." }, { "name": "phpdocumentor/type-resolver", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" }, "require": { "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "type": "library", "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "license": [ "MIT" ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names" }, { "name": "phpmd/phpmd", "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "58ef9e746a1ab50ad3360d5d301e1229ed2612cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/58ef9e746a1ab50ad3360d5d301e1229ed2612cb", "reference": "58ef9e746a1ab50ad3360d5d301e1229ed2612cb" }, "require": { "composer/xdebug-handler": "^1.0", "ext-xml": "*", "pdepend/pdepend": "^2.9.1", "php": ">=5.3.9" }, "bin": [ "src/bin/phpmd" ], "type": "library", "autoload": { "psr-0": { "PHPMD\\": "src/main/php" } }, "license": [ "BSD-3-Clause" ], "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD." }, { "name": "phpstan/phpdoc-parser", "version": "0.5.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e352d065af1ae9b41c12d1dfd309e90f7b1f55c9", "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "src/" ] } }, "license": [ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types" }, { "name": "phpstan/phpstan", "version": "0.12.85", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/20e6333c0067875ad7697cd8acdf245c6ef69d03", "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03" }, "require": { "php": "^7.1|^8.0" }, "bin": [ "phpstan", "phpstan.phar" ], "type": "library", "autoload": { "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool" }, { "name": "phpstan/phpstan-strict-rules", "version": "0.12.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", "reference": "0705fefc7c9168529fd130e341428f5f10f4f01d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/0705fefc7c9168529fd130e341428f5f10f4f01d", "reference": "0705fefc7c9168529fd130e341428f5f10f4f01d" }, "require": { "php": "^7.1 || ^8.0", "phpstan/phpstan": "^0.12.66" }, "type": "phpstan-extension", "autoload": { "psr-4": { "PHPStan\\": "src/" } }, "license": [ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan" }, { "name": "psr/container", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "require": { "php": ">=7.2.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "license": [ "MIT" ], "description": "Common Container Interface (PHP FIG PSR-11)" }, { "name": "psr/event-dispatcher", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/event-dispatcher.git", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "require": { "php": ">=7.2.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\EventDispatcher\\": "src/" } }, "license": [ "MIT" ], "description": "Standard interfaces for event handling." }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "license": [ "MIT" ], "description": "Common interface for logging libraries" }, { "name": "sanmai/later", "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/sanmai/later.git", "reference": "9b659fecef2030193fd02402955bc39629d5606f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sanmai/later/zipball/9b659fecef2030193fd02402955bc39629d5606f", "reference": "9b659fecef2030193fd02402955bc39629d5606f" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Later\\": "src/" }, "files": [ "src/functions.php" ] }, "license": [ "Apache-2.0" ], "description": "Later: deferred wrapper object" }, { "name": "sanmai/pipeline", "version": "v5.1.0", "source": { "type": "git", "url": "https://github.com/sanmai/pipeline.git", "reference": "f935e10ddcb758c89829e7b69cfb1dc2b2638518" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sanmai/pipeline/zipball/f935e10ddcb758c89829e7b69cfb1dc2b2638518", "reference": "f935e10ddcb758c89829e7b69cfb1dc2b2638518" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Pipeline\\": "src/" }, "files": [ "src/functions.php" ] }, "license": [ "Apache-2.0" ], "description": "General-purpose collections pipeline" }, { "name": "sebastian/diff", "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" }, "require": { "php": ">=7.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "license": [ "BSD-3-Clause" ], "description": "Diff implementation" }, { "name": "seld/jsonlint", "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "license": [ "MIT" ], "description": "JSON Linter" }, { "name": "squizlabs/php_codesniffer", "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "license": [ "BSD-3-Clause" ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards." }, { "name": "symfony/config", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "3817662ada105c8c4d1afdb4ec003003efd1d8d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/3817662ada105c8c4d1afdb4ec003003efd1d8d8", "reference": "3817662ada105c8c4d1afdb4ec003003efd1d8d8" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/filesystem": "^4.4|^5.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Helps you find, load, combine, autofill and validate configuration values of any kind" }, { "name": "symfony/console", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629", "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2", "symfony/string": "^5.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Eases the creation of beautiful and testable command line interfaces" }, { "name": "symfony/dependency-injection", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "6ca378b99e3c9ba6127eb43b68389fb2b7348577" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6ca378b99e3c9ba6127eb43b68389fb2b7348577", "reference": "6ca378b99e3c9ba6127eb43b68389fb2b7348577" }, "require": { "php": ">=7.2.5", "psr/container": "^1.0", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.6|^2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Allows you to standardize and centralize the way objects are constructed in your application" }, { "name": "symfony/deprecation-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "files": [ "function.php" ] }, "license": [ "MIT" ], "description": "A generic function and convention to trigger deprecation notices" }, { "name": "symfony/error-handler", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", "reference": "ea3ddbf67615e883ca7c33a4de61213789846782" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/error-handler/zipball/ea3ddbf67615e883ca7c33a4de61213789846782", "reference": "ea3ddbf67615e883ca7c33a4de61213789846782" }, "require": { "php": ">=7.2.5", "psr/log": "^1.0", "symfony/polyfill-php80": "^1.15", "symfony/var-dumper": "^4.4|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides tools to manage errors and ease debugging PHP code" }, { "name": "symfony/event-dispatcher", "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "d08d6ec121a425897951900ab692b612a61d6240" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240", "reference": "d08d6ec121a425897951900ab692b612a61d6240" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^2", "symfony/polyfill-php80": "^1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them" }, { "name": "symfony/event-dispatcher-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11", "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11" }, "require": { "php": ">=7.2.5", "psr/event-dispatcher": "^1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Contracts\\EventDispatcher\\": "" } }, "license": [ "MIT" ], "description": "Generic abstractions related to dispatching event" }, { "name": "symfony/filesystem", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0", "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides basic utilities for the filesystem" }, { "name": "symfony/finder", "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "0d639a0943822626290d169965804f79400e6a04" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04", "reference": "0d639a0943822626290d169965804f79400e6a04" }, "require": { "php": ">=7.2.5" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Finds files and directories via an intuitive fluent interface" }, { "name": "symfony/http-client-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4", "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4" }, "require": { "php": ">=7.2.5" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Contracts\\HttpClient\\": "" } }, "license": [ "MIT" ], "description": "Generic abstractions related to HTTP clients" }, { "name": "symfony/http-foundation", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f", "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Defines an object-oriented layer for the HTTP specification" }, { "name": "symfony/http-kernel", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1e9f6879f070f718e0055fbac232a56f67b8b6bd", "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd" }, "require": { "php": ">=7.2.5", "psr/log": "~1.0", "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4|^5.0", "symfony/event-dispatcher": "^5.0", "symfony/http-client-contracts": "^1.1|^2", "symfony/http-foundation": "^4.4|^5.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides a structured process for converting a Request into a Response" }, { "name": "symfony/options-resolver", "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides an improved replacement for the array_replace PHP function" }, { "name": "symfony/polyfill-ctype", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "Symfony polyfill for ctype functions" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170", "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "Symfony polyfill for intl's grapheme_* functions" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "license": [ "MIT" ], "description": "Symfony polyfill for intl's Normalizer class and related functions" }, { "name": "symfony/polyfill-mbstring", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "Symfony polyfill for the Mbstring extension" }, { "name": "symfony/polyfill-php70", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" }, "require": { "php": ">=7.1" }, "type": "metapackage", "license": [ "MIT" ], "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions" }, { "name": "symfony/polyfill-php72", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions" }, { "name": "symfony/polyfill-php73", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "license": [ "MIT" ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions" }, { "name": "symfony/polyfill-php80", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" }, "require": { "php": ">=7.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "license": [ "MIT" ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" }, { "name": "symfony/process", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e", "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Executes commands in sub-processes" }, { "name": "symfony/service-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "license": [ "MIT" ], "description": "Generic abstractions related to writing services" }, { "name": "symfony/stopwatch", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "d99310c33e833def36419c284f60e8027d359678" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678", "reference": "d99310c33e833def36419c284f60e8027d359678" }, "require": { "php": ">=7.2.5", "symfony/service-contracts": "^1.0|^2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides a way to profile code" }, { "name": "symfony/string", "version": "v5.2.6", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572", "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" }, "files": [ "Resources/functions.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way" }, { "name": "symfony/var-dumper", "version": "v5.2.7", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/27cb9f7cfa3853c736425c7233a8f68814b19636", "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.15" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "description": "Provides mechanisms for walking through any arbitrary PHP variable" }, { "name": "symplify/astral", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/astral.git", "reference": "9707ba1a438bb0e22dca731ac16a47cb9944d1df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/astral/zipball/9707ba1a438bb0e22dca731ac16a47cb9944d1df", "reference": "9707ba1a438bb0e22dca731ac16a47cb9944d1df" }, "require": { "nette/utils": "^3.2", "nikic/php-parser": "^4.10.4", "php": ">=7.3", "symfony/dependency-injection": "^5.2", "symfony/http-kernel": "^4.4|^5.2", "symplify/autowire-array-parameter": "^9.3", "symplify/package-builder": "^9.3" }, "type": "library", "autoload": { "psr-4": { "Symplify\\Astral\\": "src" } }, "license": [ "MIT" ], "description": "Toolking for smart daily work with AST" }, { "name": "symplify/autowire-array-parameter", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/autowire-array-parameter.git", "reference": "ad7db59a20df653b563a7b2e6875d530db359e16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/ad7db59a20df653b563a7b2e6875d530db359e16", "reference": "ad7db59a20df653b563a7b2e6875d530db359e16" }, "require": { "nette/utils": "^3.2", "php": ">=7.3", "symfony/dependency-injection": "^5.2", "symplify/package-builder": "^9.3" }, "type": "library", "autoload": { "psr-4": { "Symplify\\AutowireArrayParameter\\": "src" } }, "license": [ "MIT" ], "description": "Autowire array parameters for your Symfony applications" }, { "name": "symplify/composer-json-manipulator", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/composer-json-manipulator.git", "reference": "d988a434f08055aed92ff7ba284b274c7fa4d050" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/composer-json-manipulator/zipball/d988a434f08055aed92ff7ba284b274c7fa4d050", "reference": "d988a434f08055aed92ff7ba284b274c7fa4d050" }, "require": { "nette/utils": "^3.2", "php": ">=7.3", "symfony/config": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symfony/filesystem": "^4.4|^5.2", "symfony/http-kernel": "^4.4|^5.2", "symplify/package-builder": "^9.3", "symplify/smart-file-system": "^9.3" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symplify\\ComposerJsonManipulator\\": "src" } }, "license": [ "MIT" ], "description": "Package to load, merge and save composer.json file(s)" }, { "name": "symplify/console-package-builder", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/console-package-builder.git", "reference": "b59e4b46ba143e0b9f0589f842d840aab8bffacf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/console-package-builder/zipball/b59e4b46ba143e0b9f0589f842d840aab8bffacf", "reference": "b59e4b46ba143e0b9f0589f842d840aab8bffacf" }, "require": { "php": ">=7.3", "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symplify/symplify-kernel": "^9.3" }, "type": "library", "autoload": { "psr-4": { "Symplify\\ConsolePackageBuilder\\": "src" } }, "license": [ "MIT" ], "description": "Package to speed up building command line applications" }, { "name": "symplify/easy-testing", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/easy-testing.git", "reference": "d8bc9e2388ede8d3685f06ed9bc23285df97a550" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/easy-testing/zipball/d8bc9e2388ede8d3685f06ed9bc23285df97a550", "reference": "d8bc9e2388ede8d3685f06ed9bc23285df97a550" }, "require": { "nette/utils": "^3.2", "php": ">=7.3", "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symfony/finder": "^4.4|^5.2", "symfony/http-kernel": "^4.4|^5.2", "symplify/console-package-builder": "^9.3", "symplify/package-builder": "^9.3", "symplify/smart-file-system": "^9.3", "symplify/symplify-kernel": "^9.3" }, "bin": [ "bin/easy-testing" ], "type": "symfony-bundle", "autoload": { "psr-4": { "Symplify\\EasyTesting\\": "src" } }, "license": [ "MIT" ], "description": "Testing made easy" }, { "name": "symplify/package-builder", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/package-builder.git", "reference": "003f5cd77f48cb729f03999d0b5afc5e6cfbc90a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/package-builder/zipball/003f5cd77f48cb729f03999d0b5afc5e6cfbc90a", "reference": "003f5cd77f48cb729f03999d0b5afc5e6cfbc90a" }, "require": { "nette/neon": "^3.2", "nette/utils": "^3.2", "php": ">=7.3", "symfony/config": "^4.4|^5.2", "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symfony/finder": "^4.4|^5.2", "symfony/http-kernel": "^4.4|^5.2", "symplify/easy-testing": "^9.3", "symplify/symplify-kernel": "^9.3" }, "type": "library", "autoload": { "psr-4": { "Symplify\\PackageBuilder\\": "src" } }, "license": [ "MIT" ], "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages." }, { "name": "symplify/phpstan-rules", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/phpstan-rules.git", "reference": "a19fba57b03d440a16f79fb2579a610b1b6bd107" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/a19fba57b03d440a16f79fb2579a610b1b6bd107", "reference": "a19fba57b03d440a16f79fb2579a610b1b6bd107" }, "require": { "nette/utils": "^3.2", "nikic/php-parser": "^4.10.4", "php": ">=7.3", "phpstan/phpdoc-parser": "^0.5", "phpstan/phpstan": "^0.12.82", "symplify/astral": "^9.3", "symplify/package-builder": "^9.3", "symplify/rule-doc-generator-contracts": "^9.3", "symplify/smart-file-system": "^9.3", "webmozart/assert": "^1.9" }, "type": "phpstan-extension", "autoload": { "psr-4": { "Symplify\\PHPStanRules\\": "src", "Symplify\\PHPStanRules\\CognitiveComplexity\\": "packages/cognitive-complexity/src", "Symplify\\PHPStanRules\\ObjectCalisthenics\\": "packages/object-calisthenics/src" } }, "license": [ "MIT" ], "description": "Set of Symplify rules for PHPStan" }, { "name": "symplify/rule-doc-generator-contracts", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/rule-doc-generator-contracts.git", "reference": "b02f4b86397534e1afcf5d6466b15fb54b89f11c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/b02f4b86397534e1afcf5d6466b15fb54b89f11c", "reference": "b02f4b86397534e1afcf5d6466b15fb54b89f11c" }, "require": { "nette/utils": "^3.2", "php": ">=7.3" }, "type": "library", "autoload": { "psr-4": { "Symplify\\RuleDocGenerator\\": "src" } }, "license": [ "MIT" ], "description": "Contracts for production code of RuleDocGenerator" }, { "name": "symplify/smart-file-system", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/smart-file-system.git", "reference": "d7a222bf576248700aa376fed6727ff665493c02" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/d7a222bf576248700aa376fed6727ff665493c02", "reference": "d7a222bf576248700aa376fed6727ff665493c02" }, "require": { "nette/utils": "^3.2", "php": ">=7.3", "symfony/filesystem": "^4.4|^5.2", "symfony/finder": "^4.4|^5.2" }, "type": "library", "autoload": { "psr-4": { "Symplify\\SmartFileSystem\\": "src" } }, "license": [ "MIT" ], "description": "Sanitized FileInfo with safe getRealPath() and other handy methods" }, { "name": "symplify/symplify-kernel", "version": "v9.3.0", "source": { "type": "git", "url": "https://github.com/symplify/symplify-kernel.git", "reference": "0c9b154f26f06007a1c0df32a608c24efb1cb605" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/0c9b154f26f06007a1c0df32a608c24efb1cb605", "reference": "0c9b154f26f06007a1c0df32a608c24efb1cb605" }, "require": { "jean85/pretty-package-versions": "^1.6|^2.0.1", "php": ">=7.3", "symfony/console": "^4.4|^5.2", "symfony/dependency-injection": "^5.2", "symfony/http-kernel": "^4.4|^5.2", "symplify/autowire-array-parameter": "^9.3", "symplify/composer-json-manipulator": "^9.3", "symplify/package-builder": "^9.3", "symplify/smart-file-system": "^9.3" }, "type": "library", "autoload": { "psr-4": { "Symplify\\SymplifyKernel\\": "src" } }, "license": [ "MIT" ], "description": "Internal Kernel for Symplify packages" }, { "name": "thecodingmachine/safe", "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/thecodingmachine/safe.git", "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc", "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" }, "require": { "php": ">=7.2" }, "type": "library", "autoload": { "psr-4": { "Safe\\": [ "lib/", "deprecated/", "generated/" ] }, "files": [ "deprecated/apc.php", "deprecated/libevent.php", "deprecated/mssql.php", "deprecated/stats.php", "lib/special_cases.php", "generated/apache.php", "generated/apcu.php", "generated/array.php", "generated/bzip2.php", "generated/calendar.php", "generated/classobj.php", "generated/com.php", "generated/cubrid.php", "generated/curl.php", "generated/datetime.php", "generated/dir.php", "generated/eio.php", "generated/errorfunc.php", "generated/exec.php", "generated/fileinfo.php", "generated/filesystem.php", "generated/filter.php", "generated/fpm.php", "generated/ftp.php", "generated/funchand.php", "generated/gmp.php", "generated/gnupg.php", "generated/hash.php", "generated/ibase.php", "generated/ibmDb2.php", "generated/iconv.php", "generated/image.php", "generated/imap.php", "generated/info.php", "generated/ingres-ii.php", "generated/inotify.php", "generated/json.php", "generated/ldap.php", "generated/libxml.php", "generated/lzf.php", "generated/mailparse.php", "generated/mbstring.php", "generated/misc.php", "generated/msql.php", "generated/mysql.php", "generated/mysqli.php", "generated/mysqlndMs.php", "generated/mysqlndQc.php", "generated/network.php", "generated/oci8.php", "generated/opcache.php", "generated/openssl.php", "generated/outcontrol.php", "generated/password.php", "generated/pcntl.php", "generated/pcre.php", "generated/pdf.php", "generated/pgsql.php", "generated/posix.php", "generated/ps.php", "generated/pspell.php", "generated/readline.php", "generated/rpminfo.php", "generated/rrd.php", "generated/sem.php", "generated/session.php", "generated/shmop.php", "generated/simplexml.php", "generated/sockets.php", "generated/sodium.php", "generated/solr.php", "generated/spl.php", "generated/sqlsrv.php", "generated/ssdeep.php", "generated/ssh2.php", "generated/stream.php", "generated/strings.php", "generated/swoole.php", "generated/uodbc.php", "generated/uopz.php", "generated/url.php", "generated/var.php", "generated/xdiff.php", "generated/xml.php", "generated/xmlrpc.php", "generated/yaml.php", "generated/yaz.php", "generated/zip.php", "generated/zlib.php" ] }, "license": [ "MIT" ], "description": "PHP core functions that throw exceptions instead of returning FALSE on error" }, { "name": "vimeo/psalm", "version": "4.7.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", "reference": "83a0325c0a95c0ab531d6b90c877068b464377b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vimeo/psalm/zipball/83a0325c0a95c0ab531d6b90c877068b464377b5", "reference": "83a0325c0a95c0ab531d6b90c877068b464377b5" }, "require": { "amphp/amp": "^2.4.2", "amphp/byte-stream": "^1.5", "composer/package-versions-deprecated": "^1.8.0", "composer/semver": "^1.4 || ^2.0 || ^3.0", "composer/xdebug-handler": "^1.1 || ^2.0", "dnoegel/php-xdg-base-dir": "^0.1.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-simplexml": "*", "ext-tokenizer": "*", "felixfbecker/advanced-json-rpc": "^3.0.3", "felixfbecker/language-server-protocol": "^1.5", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", "nikic/php-parser": "^4.10.1", "openlss/lib-array2xml": "^1.0", "php": "^7.1|^8", "sebastian/diff": "^3.0 || ^4.0", "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", "webmozart/path-util": "^2.3" }, "bin": [ "psalm", "psalm-language-server", "psalm-plugin", "psalm-refactor", "psalter" ], "type": "library", "autoload": { "psr-4": { "Psalm\\": "src/Psalm/" }, "files": [ "src/functions.php", "src/spl_object_id.php" ] }, "license": [ "MIT" ], "description": "A static analysis tool for finding errors in PHP applications" }, { "name": "webmozart/assert", "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "require": { "php": "^7.2 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "type": "library", "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "license": [ "MIT" ], "description": "Assertions to validate method input/output with nice error messages." }, { "name": "webmozart/glob", "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/webmozarts/glob.git", "reference": "06358fafde0f32edb4513f4fd88fe113a40c90ee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/glob/zipball/06358fafde0f32edb4513f4fd88fe113a40c90ee", "reference": "06358fafde0f32edb4513f4fd88fe113a40c90ee" }, "require": { "php": "^7.3 || ^8.0.0", "webmozart/path-util": "^2.2" }, "type": "library", "autoload": { "psr-4": { "Webmozart\\Glob\\": "src/" } }, "license": [ "MIT" ], "description": "A PHP implementation of Ant's glob." }, { "name": "webmozart/path-util", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/path-util.git", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "require": { "php": ">=5.3.3", "webmozart/assert": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Webmozart\\PathUtil\\": "src/" } }, "license": [ "MIT" ], "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths." } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "kubawerlos/php-cs-fixer-config": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" }