{ "_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": "96f9afbae6e792f848367956bf815187", "packages": [ { "name": "amphp/amp", "version": "v2.6.1", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae", "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "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", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "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.4", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", "reference": "b174585d1fe49ceed21928a945138948cb394600" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", "reference": "b174585d1fe49ceed21928a945138948cb394600" }, "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", "branch-alias": { "dev-master": "1.x-dev" } }, "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.6", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "83e511e247de329283478496f7a1e114c9517506" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", "reference": "83e511e247de329283478496f7a1e114c9517506" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "license": [ "MIT" ], "description": "Semver library that offers utilities, version constraint parsing and validation." }, { "name": "composer/xdebug-handler", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339", "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "license": [ "MIT" ], "description": "Restarts a process without Xdebug." }, { "name": "danielstjules/stringy", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/danielstjules/Stringy.git", "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e", "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e" }, "require": { "php": ">=5.4.0", "symfony/polyfill-mbstring": "~1.1" }, "type": "library", "autoload": { "psr-4": { "Stringy\\": "src/" }, "files": [ "src/Create.php" ] }, "license": [ "MIT" ], "description": "A string manipulation library with multibyte support" }, { "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.13.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "5b668aef16090008790395c02c893b1ba13f7e08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", "reference": "5b668aef16090008790395c02c893b1ba13f7e08" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "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", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "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.15.0", "source": { "type": "git", "url": "https://github.com/ergebnis/composer-normalize.git", "reference": "d469a15b916441959446d52a0f5d3fc9f7720317" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/d469a15b916441959446d52a0f5d3fc9f7720317", "reference": "d469a15b916441959446d52a0f5d3fc9f7720317" }, "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", "composer-normalize": { "indent-size": 2, "indent-style": "space" } }, "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.1", "source": { "type": "git", "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git", "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447", "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447" }, "require": { "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.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", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "LanguageServerProtocol\\": "src/" } }, "license": [ "ISC" ], "description": "PHP classes for the Language Server Protocol" }, { "name": "friendsofphp/php-cs-fixer", "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/13ae36a76b6e329e44ca3cafaa784ea02db9ff14", "reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14" }, "require": { "composer/semver": "^3.2", "composer/xdebug-handler": "^2.0", "doctrine/annotations": "^1.12", "ext-json": "*", "ext-tokenizer": "*", "php": "^7.2 || ^8.0", "php-cs-fixer/diff": "^2.0", "symfony/console": "^4.4.20 || ^5.1.3", "symfony/event-dispatcher": "^4.4.20 || ^5.0", "symfony/filesystem": "^4.4.20 || ^5.0", "symfony/finder": "^4.4.20 || ^5.0", "symfony/options-resolver": "^4.4.20 || ^5.0", "symfony/polyfill-php72": "^1.23", "symfony/polyfill-php80": "^1.23", "symfony/polyfill-php81": "^1.23", "symfony/process": "^4.4.20 || ^5.0", "symfony/stopwatch": "^4.4.20 || ^5.0" }, "bin": [ "php-cs-fixer" ], "type": "application", "autoload": { "psr-4": { "PhpCsFixer\\": "src/" } }, "license": [ "MIT" ], "description": "A tool to automatically fix PHP code style" }, { "name": "infection/abstract-testframework-adapter", "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/infection/abstract-testframework-adapter.git", "reference": "18925e20d15d1a5995bb85c9dc09e8751e1e069b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/infection/abstract-testframework-adapter/zipball/18925e20d15d1a5995bb85c9dc09e8751e1e069b", "reference": "18925e20d15d1a5995bb85c9dc09e8751e1e069b" }, "require": { "php": "^7.4 || ^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.5", "source": { "type": "git", "url": "https://github.com/infection/include-interceptor.git", "reference": "0cc76d95a79d9832d74e74492b0a30139904bdf7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/infection/include-interceptor/zipball/0cc76d95a79d9832d74e74492b0a30139904bdf7", "reference": "0cc76d95a79d9832d74e74492b0a30139904bdf7" }, "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.25.3", "source": { "type": "git", "url": "https://github.com/infection/infection.git", "reference": "f7a1af285476eeef7e72cedcfd69fa11fbb61c71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/infection/infection/zipball/f7a1af285476eeef7e72cedcfd69fa11fbb61c71", "reference": "f7a1af285476eeef7e72cedcfd69fa11fbb61c71" }, "require": { "composer-runtime-api": "^2.0", "composer/xdebug-handler": "^2.0", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "infection/abstract-testframework-adapter": "^0.5.0", "infection/extension-installer": "^0.1.0", "infection/include-interceptor": "^0.2.5", "justinrainbow/json-schema": "^5.2.10", "nikic/php-parser": "^4.10.3", "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.1.3", "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": "justinrainbow/json-schema", "version": "5.2.11", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" }, "require": { "php": ">=5.3.3" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "license": [ "MIT" ], "description": "A library to validate a json schema." }, { "name": "kubawerlos/composer-smaller-lock", "version": "0.1.4", "source": { "type": "git", "url": "https://github.com/kubawerlos/composer-smaller-lock.git", "reference": "40ae5ddfb4150445e5c7f49f0b2720af7d8e87b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kubawerlos/composer-smaller-lock/zipball/40ae5ddfb4150445e5c7f49f0b2720af7d8e87b3", "reference": "40ae5ddfb4150445e5c7f49f0b2720af7d8e87b3" }, "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": "v3.1.0", "source": { "type": "git", "url": "https://github.com/kubawerlos/php-cs-fixer-config.git", "reference": "00a5c3a0ec6a4f9cc00dfb251a2972e01797a4e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-config/zipball/00a5c3a0ec6a4f9cc00dfb251a2972e01797a4e7", "reference": "00a5c3a0ec6a4f9cc00dfb251a2972e01797a4e7" }, "require": { "friendsofphp/php-cs-fixer": "^3.2.1", "kubawerlos/php-cs-fixer-custom-fixers": "^3.1.0", "php": "^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": "v3.1.0", "source": { "type": "git", "url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git", "reference": "a28f360624302e05fcb2987a4ea0d384528352a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/a28f360624302e05fcb2987a4ea0d384528352a8", "reference": "a28f360624302e05fcb2987a4ea0d384528352a8" }, "require": { "ext-filter": "*", "ext-tokenizer": "*", "friendsofphp/php-cs-fixer": "^3.1.0", "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": "latte/latte", "version": "v2.10.5", "source": { "type": "git", "url": "https://github.com/nette/latte.git", "reference": "0138a26efe7a2a448769f6ba490bfaae8fe7ab50" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/latte/zipball/0138a26efe7a2a448769f6ba490bfaae8fe7ab50", "reference": "0138a26efe7a2a448769f6ba490bfaae8fe7ab50" }, "require": { "ext-json": "*", "ext-tokenizer": "*", "php": ">=7.1 <8.2" }, "bin": [ "bin/latte-lint" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.10-dev" } }, "autoload": { "classmap": [ "src/" ] }, "license": [ "BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only" ], "description": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping." }, { "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.3.0", "source": { "type": "git", "url": "https://github.com/maglnet/ComposerRequireChecker.git", "reference": "4063254c611acf34f1c15b29b6bcc47d2e7a9a9e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/4063254c611acf34f1c15b29b6bcc47d2e7a9a9e", "reference": "4063254c611acf34f1c15b29b6bcc47d2e7a9a9e" }, "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.2.6", "webmozart/assert": "^1.9.1", "webmozart/glob": "^4.3.0" }, "bin": [ "bin/composer-require-checker" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "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": "v4.0.0", "source": { "type": "git", "url": "https://github.com/cweiske/jsonmapper.git", "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d" }, "require": { "ext-json": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "php": ">=7.1" }, "type": "library", "autoload": { "psr-0": { "JsonMapper": "src/" } }, "license": [ "OSL-3.0" ], "description": "Map nested JSON structures onto PHP classes" }, { "name": "nette/neon", "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/nette/neon.git", "reference": "33d262a0c4fb6c6371385f6dc8532f4e32c20ebc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/neon/zipball/33d262a0c4fb6c6371385f6dc8532f4e32c20ebc", "reference": "33d262a0c4fb6c6371385f6dc8532f4e32c20ebc" }, "require": { "ext-json": "*", "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "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.5", "source": { "type": "git", "url": "https://github.com/nette/utils.git", "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/utils/zipball/9cd80396ca58d7969ab44fc7afcf03624dfa526e", "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e" }, "require": { "php": ">=7.2 <8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "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.13.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "50953a2691a922aa1769461637869a0a2faa3f53" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", "reference": "50953a2691a922aa1769461637869a0a2faa3f53" }, "require": { "ext-tokenizer": "*", "php": ">=7.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.9-dev" } }, "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.10.1", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "30452fdabb3dfca89f4bf977abc44adc5391e062" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/30452fdabb3dfca89f4bf977abc44adc5391e062", "reference": "30452fdabb3dfca89f4bf977abc44adc5391e062" }, "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", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "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": "v2.0.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/diff.git", "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3", "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3" }, "require": { "php": "^5.6 || ^7.0 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "license": [ "BSD-3-Clause" ], "description": "sebastian/diff v3 backport support for PHP 5.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", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" } }, "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.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "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", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "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.5.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae", "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae" }, "require": { "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" } }, "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.2", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "1bc74db7cf834662d83abebae265be11bb2eec3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/1bc74db7cf834662d83abebae265be11bb2eec3a", "reference": "1bc74db7cf834662d83abebae265be11bb2eec3a" }, "require": { "composer/xdebug-handler": "^1.0 || ^2.0", "ext-xml": "*", "pdepend/pdepend": "^2.10.0", "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/extension-installer", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", "reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/66c7adc9dfa38b6b5838a9fb728b68a7d8348051", "reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": "^7.1 || ^8.0", "phpstan/phpstan": ">=0.11.6" }, "type": "composer-plugin", "extra": { "class": "PHPStan\\ExtensionInstaller\\Plugin" }, "autoload": { "psr-4": { "PHPStan\\ExtensionInstaller\\": "src/" } }, "license": [ "MIT" ], "description": "Composer plugin for automatic installation of PHPStan extensions" }, { "name": "phpstan/phpdoc-parser", "version": "0.5.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", "reference": "816e826ce0b7fb32098d8cb6de62511ce6021cea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/816e826ce0b7fb32098d8cb6de62511ce6021cea", "reference": "816e826ce0b7fb32098d8cb6de62511ce6021cea" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5-dev" } }, "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.99", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7", "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7" }, "require": { "php": "^7.1|^8.0" }, "bin": [ "phpstan", "phpstan.phar" ], "type": "library", "extra": { "branch-alias": { "dev-master": "0.12-dev" } }, "autoload": { "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool" }, { "name": "phpstan/phpstan-phpunit", "version": "0.12.22", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", "reference": "7c01ef93bf128b4ac8bdad38c54b2a4fd6b0b3cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/7c01ef93bf128b4ac8bdad38c54b2a4fd6b0b3cc", "reference": "7c01ef93bf128b4ac8bdad38c54b2a4fd6b0b3cc" }, "require": { "php": "^7.1 || ^8.0", "phpstan/phpstan": "^0.12.92" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-master": "0.12-dev" }, "phpstan": { "includes": [ "extension.neon", "rules.neon" ] } }, "autoload": { "psr-4": { "PHPStan\\": "src/" } }, "license": [ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan" }, { "name": "phpstan/phpstan-strict-rules", "version": "0.12.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", "reference": "2b72e8e17d2034145f239126e876e5fb659675e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/2b72e8e17d2034145f239126e876e5fb659675e2", "reference": "2b72e8e17d2034145f239126e876e5fb659675e2" }, "require": { "php": "^7.1 || ^8.0", "phpstan/phpstan": "^0.12.96" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-master": "0.12-dev" }, "phpstan": { "includes": [ "rules.neon" ] } }, "autoload": { "psr-4": { "PHPStan\\": "src/" } }, "license": [ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan" }, { "name": "psr/cache", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "license": [ "MIT" ], "description": "Common interface for caching libraries" }, { "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", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\EventDispatcher\\": "src/" } }, "license": [ "MIT" ], "description": "Standard interfaces for event handling." }, { "name": "psr/log", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "src" } }, "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.2.0", "source": { "type": "git", "url": "https://github.com/sanmai/pipeline.git", "reference": "34232df0bd3bd27798fa5d0be1fc22e8395129cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sanmai/pipeline/zipball/34232df0bd3bd27798fa5d0be1fc22e8395129cf", "reference": "34232df0bd3bd27798fa5d0be1fc22e8395129cf" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "v5.x-dev" } }, "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", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "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.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e", "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "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.3.10", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "ac23c2f24d5634966d665d836c3933d54347e5d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/ac23c2f24d5634966d665d836c3933d54347e5d4", "reference": "ac23c2f24d5634966d665d836c3933d54347e5d4" }, "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.16", "symfony/polyfill-php81": "^1.22" }, "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.3.10", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3", "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/string": "^5.1" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "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.3.10", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "be833dd336c248ef2bdabf24665351455f52afdb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/be833dd336c248ef2bdabf24665351455f52afdb", "reference": "be833dd336c248ef2bdabf24665351455f52afdb" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1.1", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2" }, "provide": { "psr/container-implementation": "1.0", "symfony/service-implementation": "1.0|2.0" }, "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", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "license": [ "MIT" ], "description": "A generic function and convention to trigger deprecation notices" }, { "name": "symfony/error-handler", "version": "v5.3.7", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321", "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2|^3", "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.3.7", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "ce7b20d69c66a20939d8952b617506a44d102130" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130", "reference": "ce7b20d69c66a20939d8952b617506a44d102130" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^2", "symfony/polyfill-php80": "^1.16" }, "provide": { "psr/event-dispatcher-implementation": "1.0", "symfony/event-dispatcher-implementation": "2.0" }, "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", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\EventDispatcher\\": "" } }, "license": [ "MIT" ], "description": "Generic abstractions related to dispatching event" }, { "name": "symfony/filesystem", "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32", "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16" }, "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.3.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93", "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "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", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\HttpClient\\": "" } }, "license": [ "MIT" ], "description": "Generic abstractions related to HTTP clients" }, { "name": "symfony/http-foundation", "version": "v5.3.10", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "9f34f02e8a5fdc7a56bafe011cea1ce97300e54c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9f34f02e8a5fdc7a56bafe011cea1ce97300e54c", "reference": "9f34f02e8a5fdc7a56bafe011cea1ce97300e54c" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.16" }, "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.3.10", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "703e4079920468e9522b72cf47fd76ce8d795e86" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/703e4079920468e9522b72cf47fd76ce8d795e86", "reference": "703e4079920468e9522b72cf47fd76ce8d795e86" }, "require": { "php": ">=7.2.5", "psr/log": "^1|^2", "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": "^5.3.7", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "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.3.7", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e", "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.16" }, "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.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "Symfony polyfill for ctype functions" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "16880ba9c5ebe3642d1995ab866db29270b36535" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535", "reference": "16880ba9c5ebe3642d1995ab866db29270b36535" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "description": "Symfony polyfill for the Mbstring extension" }, { "name": "symfony/polyfill-php72", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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/polyfill-php81", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "e66119f3de95efc359483f810c4c3e6436279436" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", "reference": "e66119f3de95efc359483f810c4c3e6436279436" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "license": [ "MIT" ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions" }, { "name": "symfony/process", "version": "v5.3.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967", "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "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", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "license": [ "MIT" ], "description": "Generic abstractions related to writing services" }, { "name": "symfony/stopwatch", "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "b24c6a92c6db316fee69e38c80591e080e41536c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c", "reference": "b24c6a92c6db316fee69e38c80591e080e41536c" }, "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.3.10", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c", "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c" }, "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.3.10", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "875432adb5f5570fff21036fd22aee244636b7d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/875432adb5f5570fff21036fd22aee244636b7d1", "reference": "875432adb5f5570fff21036fd22aee244636b7d1" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16" }, "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": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/astral.git", "reference": "2ed30b1525c5fe0f0fd9bdbef4b80d6c4475f84a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/astral/zipball/2ed30b1525c5fe0f0fd9bdbef4b80d6c4475f84a", "reference": "2ed30b1525c5fe0f0fd9bdbef4b80d6c4475f84a" }, "require": { "nette/utils": "^3.2", "nikic/php-parser": "^4.13", "php": ">=8.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symplify/autowire-array-parameter": "^9.4.70", "symplify/package-builder": "^9.4.70" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\Astral\\": "src" } }, "license": [ "MIT" ], "description": "Toolking for smart daily work with AST" }, { "name": "symplify/autowire-array-parameter", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/autowire-array-parameter.git", "reference": "042e9ce31a7b8a0e66246ea0297147349ecaec60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/042e9ce31a7b8a0e66246ea0297147349ecaec60", "reference": "042e9ce31a7b8a0e66246ea0297147349ecaec60" }, "require": { "nette/utils": "^3.2", "php": ">=8.0", "symfony/dependency-injection": "^5.3|^6.0", "symplify/package-builder": "^9.4.70" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\AutowireArrayParameter\\": "src" } }, "license": [ "MIT" ], "description": "Autowire array parameters for your Symfony applications" }, { "name": "symplify/composer-json-manipulator", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/composer-json-manipulator.git", "reference": "e3e5c38e38e2f7fcb86e8ac869a4e9d0d626c655" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/composer-json-manipulator/zipball/e3e5c38e38e2f7fcb86e8ac869a4e9d0d626c655", "reference": "e3e5c38e38e2f7fcb86e8ac869a4e9d0d626c655" }, "require": { "nette/utils": "^3.2", "php": ">=8.0", "symfony/config": "^5.3|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/filesystem": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symplify/package-builder": "^9.4.70", "symplify/smart-file-system": "^9.4.70" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "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": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/console-package-builder.git", "reference": "cd99847c2258122926c9903589a742383b3eeba7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/console-package-builder/zipball/cd99847c2258122926c9903589a742383b3eeba7", "reference": "cd99847c2258122926c9903589a742383b3eeba7" }, "require": { "php": ">=8.0", "symfony/console": "^5.3|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symplify/symplify-kernel": "^9.4.70" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\ConsolePackageBuilder\\": "src" } }, "license": [ "MIT" ], "description": "Package to speed up building command line applications" }, { "name": "symplify/easy-testing", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/easy-testing.git", "reference": "915097b3e5686ec6219c61d37c06e9aee71379d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/easy-testing/zipball/915097b3e5686ec6219c61d37c06e9aee71379d8", "reference": "915097b3e5686ec6219c61d37c06e9aee71379d8" }, "require": { "nette/utils": "^3.2", "php": ">=8.0", "symfony/console": "^5.3|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/finder": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symplify/console-package-builder": "^9.4.70", "symplify/package-builder": "^9.4.70", "symplify/smart-file-system": "^9.4.70", "symplify/symplify-kernel": "^9.4.70" }, "bin": [ "bin/easy-testing" ], "type": "symfony-bundle", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\EasyTesting\\": "src" } }, "license": [ "MIT" ], "description": "Testing made easy" }, { "name": "symplify/latte-phpstan-compiler", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/latte-phpstan-compiler.git", "reference": "c41092efe3b69383cccd4c9b2362366ab78d2fa7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/latte-phpstan-compiler/zipball/c41092efe3b69383cccd4c9b2362366ab78d2fa7", "reference": "c41092efe3b69383cccd4c9b2362366ab78d2fa7" }, "require": { "latte/latte": "^2.10", "nette/utils": "^3.2", "php": ">=8.0", "phpstan/phpstan": "^0.12.99", "symplify/astral": "^9.4.70", "symplify/template-phpstan-compiler": "^9.4.70" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-main": "9.5-dev" }, "phpstan": { "includes": [ "config/services.neon" ] } }, "autoload": { "psr-4": { "Symplify\\LattePHPStanCompiler\\": "src" } }, "license": [ "MIT" ], "description": "Compile latte template to PHPStan-compatible PHP code to allow its static analysis" }, { "name": "symplify/package-builder", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/package-builder.git", "reference": "da7641674c9d044f804b8fb627122a6f9b030e61" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/package-builder/zipball/da7641674c9d044f804b8fb627122a6f9b030e61", "reference": "da7641674c9d044f804b8fb627122a6f9b030e61" }, "require": { "nette/neon": "^3.2", "nette/utils": "^3.2", "php": ">=8.0", "symfony/config": "^5.3|^6.0", "symfony/console": "^5.3|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/finder": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symplify/easy-testing": "^9.4.70", "symplify/symplify-kernel": "^9.4.70" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\PackageBuilder\\": "src" } }, "license": [ "MIT" ], "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages." }, { "name": "symplify/phpstan-rules", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/phpstan-rules.git", "reference": "36fb5a3fcb57f65e026b242df0bf0c692ef13ace" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/36fb5a3fcb57f65e026b242df0bf0c692ef13ace", "reference": "36fb5a3fcb57f65e026b242df0bf0c692ef13ace" }, "require": { "latte/latte": "^2.10", "nette/utils": "^3.2", "nikic/php-parser": "^4.13", "php": ">=8.0", "phpstan/phpdoc-parser": "^0.5", "phpstan/phpstan": "^0.12.99", "symplify/astral": "^9.4.70", "symplify/composer-json-manipulator": "^9.4.70", "symplify/latte-phpstan-compiler": "^9.4.70", "symplify/package-builder": "^9.4.70", "symplify/rule-doc-generator-contracts": "^9.4.70", "symplify/simple-php-doc-parser": "^9.4.70", "symplify/smart-file-system": "^9.4.70", "symplify/twig-phpstan-compiler": "^9.4.70", "twig/twig": "^3.3", "webmozart/assert": "^1.10" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-main": "9.5-dev" }, "phpstan": { "includes": [ "config/services/services.neon", "packages/cognitive-complexity/config/cognitive-complexity-services.neon", "packages/symfony/config/services.neon", "packages/nette/config/services.neon" ] } }, "autoload": { "psr-4": { "Symplify\\PHPStanRules\\": "src", "Symplify\\PHPStanRules\\CognitiveComplexity\\": "packages/cognitive-complexity/src", "Symplify\\PHPStanRules\\ObjectCalisthenics\\": "packages/object-calisthenics/src", "Symplify\\PHPStanRules\\Symfony\\": "packages/symfony/src", "Symplify\\PHPStanRules\\Nette\\": "packages/nette/src" } }, "license": [ "MIT" ], "description": "Set of Symplify rules for PHPStan" }, { "name": "symplify/rule-doc-generator-contracts", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/rule-doc-generator-contracts.git", "reference": "1f6ea1652dbb52d4f867f159ac12d59540f04e21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/1f6ea1652dbb52d4f867f159ac12d59540f04e21", "reference": "1f6ea1652dbb52d4f867f159ac12d59540f04e21" }, "require": { "danielstjules/stringy": "^3.1", "nette/utils": "^3.2", "php": ">=8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\RuleDocGenerator\\": "src" } }, "license": [ "MIT" ], "description": "Contracts for production code of RuleDocGenerator" }, { "name": "symplify/simple-php-doc-parser", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/simple-php-doc-parser.git", "reference": "cffef05f56763745550949f7705b8f4dcdeb7512" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/simple-php-doc-parser/zipball/cffef05f56763745550949f7705b8f4dcdeb7512", "reference": "cffef05f56763745550949f7705b8f4dcdeb7512" }, "require": { "php": ">=8.0", "phpstan/phpdoc-parser": "^0.5", "symfony/config": "^5.3|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symplify/package-builder": "^9.4.70" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\SimplePhpDocParser\\": "src" } }, "license": [ "MIT" ], "description": "Service integration of phpstan/phpdoc-parser, with few extra goodies for practical simple use" }, { "name": "symplify/smart-file-system", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/smart-file-system.git", "reference": "bc9caf6258dabedc032aad4041bc58fd322aa660" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/bc9caf6258dabedc032aad4041bc58fd322aa660", "reference": "bc9caf6258dabedc032aad4041bc58fd322aa660" }, "require": { "nette/utils": "^3.2", "php": ">=8.0", "symfony/filesystem": "^5.3|^6.0", "symfony/finder": "^5.3|^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\SmartFileSystem\\": "src" } }, "license": [ "MIT" ], "description": "Sanitized FileInfo with safe getRealPath() and other handy methods" }, { "name": "symplify/symplify-kernel", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/symplify-kernel.git", "reference": "c02be3838a59ec002e0a376be287c81547749b92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/c02be3838a59ec002e0a376be287c81547749b92", "reference": "c02be3838a59ec002e0a376be287c81547749b92" }, "require": { "php": ">=8.0", "symfony/console": "^5.3|^6.0", "symfony/dependency-injection": "^5.3|^6.0", "symfony/http-kernel": "^5.3|^6.0", "symplify/autowire-array-parameter": "^9.4.70", "symplify/composer-json-manipulator": "^9.4.70", "symplify/package-builder": "^9.4.70", "symplify/smart-file-system": "^9.4.70" }, "type": "library", "extra": { "branch-alias": { "dev-main": "9.5-dev" } }, "autoload": { "psr-4": { "Symplify\\SymplifyKernel\\": "src" } }, "license": [ "MIT" ], "description": "Internal Kernel for Symplify packages" }, { "name": "symplify/template-phpstan-compiler", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/template-phpstan-compiler.git", "reference": "f5468a492d700d7cd66066a1839aa6a737f1ef91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/template-phpstan-compiler/zipball/f5468a492d700d7cd66066a1839aa6a737f1ef91", "reference": "f5468a492d700d7cd66066a1839aa6a737f1ef91" }, "require": { "nette/utils": "^3.2", "php": ">=8.0", "phpstan/phpstan": "^0.12.99", "symplify/astral": "^9.4.70" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-main": "9.5-dev" }, "phpstan": { "includes": [ "config/services.neon" ] } }, "autoload": { "psr-4": { "Symplify\\TemplatePHPStanCompiler\\": "src" } }, "license": [ "MIT" ], "description": "Internal package for template to PHPStan-compatible compilers" }, { "name": "symplify/twig-phpstan-compiler", "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/twig-phpstan-compiler.git", "reference": "00404e507821d9f5f9ab50958e7c16879c4174e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symplify/twig-phpstan-compiler/zipball/00404e507821d9f5f9ab50958e7c16879c4174e0", "reference": "00404e507821d9f5f9ab50958e7c16879c4174e0" }, "require": { "nette/utils": "^3.2", "php": ">=8.0", "phpstan/phpstan": "^0.12.99", "symplify/package-builder": "^9.4.70", "symplify/smart-file-system": "^9.4.70", "symplify/template-phpstan-compiler": "^9.4.70", "twig/twig": "^3.3" }, "type": "phpstan-extension", "extra": { "branch-alias": { "dev-main": "9.5-dev" }, "phpstan": { "includes": [ "config/services.neon" ] } }, "autoload": { "psr-4": { "Symplify\\TwigPHPStanCompiler\\": "src" } }, "license": [ "MIT" ], "description": "Compile twig template to PHPStan-compatible PHP code to allow its static analysis" }, { "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", "extra": { "branch-alias": { "dev-master": "0.1-dev" } }, "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": "twig/twig", "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "a27fa056df8a6384316288ca8b0fa3a35fdeb569" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/a27fa056df8a6384316288ca8b0fa3a35fdeb569", "reference": "a27fa056df8a6384316288ca8b0fa3a35fdeb569" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Twig\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Twig, the flexible, fast, and secure template language for PHP" }, { "name": "vimeo/psalm", "version": "4.11.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", "reference": "6fba5eb554f9507b72932f9c75533d8af593688d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vimeo/psalm/zipball/6fba5eb554f9507b72932f9c75533d8af593688d", "reference": "6fba5eb554f9507b72932f9c75533d8af593688d" }, "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-ctype": "*", "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.13", "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" }, "provide": { "psalm/psalm": "self.version" }, "bin": [ "psalm", "psalm-language-server", "psalm-plugin", "psalm-refactor", "psalter" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.x-dev", "dev-3.x": "3.x-dev", "dev-2.x": "2.x-dev", "dev-1.x": "1.x-dev" } }, "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", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "license": [ "MIT" ], "description": "Assertions to validate method input/output with nice error messages." }, { "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" }, "require": { "php": "^7.3 || ^8.0.0", "webmozart/path-util": "^2.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "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", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "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": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^8.0" }, "platform-dev": [], "plugin-api-version": "2.1.0" }