diff --git a/.gitignore b/.gitignore index 931a98c..4c02aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,15 @@ composer.phar # Logs folder /logs/**/*.* !/logs/.htaccess +/nbproject/private/ +/.build/ +/debian/debhelper-build-stamp +/debian/multiflexi-server.substvars +/debian/.debhelper/ +/debian/multiflexi-server/ +/debian/php-vitexsoftware-multiflexi-server/ +/debian/php-vitexsoftware-multiflexi-server-dev/ +/debian/php-vitexsoftware-multiflexi-server-doc/ +/debian/php-vitexsoftware-multiflexi-server-doc.substvars +/debian/php-vitexsoftware-multiflexi-server-dev.substvars +/debian/php-vitexsoftware-multiflexi-server.substvars diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 57608a4..0000000 --- a/composer.lock +++ /dev/null @@ -1,6551 +0,0 @@ -{ - "_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": "c8c3517a95eb25cf7ee10c7e660664ea", - "packages": [ - { - "name": "dyorg/slim-token-authentication", - "version": "0.3.3", - "source": { - "type": "git", - "url": "https://github.com/ybelenko/slim-token-authentication", - "reference": "08847d3ce38e47c422d46389886d0bd8bf4a9cb2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ybelenko/slim-token-authentication/zipball/08847d3ce38e47c422d46389886d0bd8bf4a9cb2", - "reference": "08847d3ce38e47c422d46389886d0bd8bf4a9cb2", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.6", - "squizlabs/php_codesniffer": "~2.3", - "zendframework/zend-diactoros": "^1.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Slim\\Middleware\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "Slim\\Middleware\\": "tests" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dyorg Almeida", - "email": "dyorg@rabbiit.com", - "homepage": "https://rabbiit.com/", - "role": "Developer" - } - ], - "description": "Slim 3.0+ Token Authentication Middleware", - "homepage": "https://github.com/dyorg/slim-token-authentication", - "keywords": [ - "auth", - "authentication", - "authorization", - "middleware", - "slim", - "token" - ], - "time": "2016-12-23T21:14:24+00:00" - }, - { - "name": "fig/http-message-util", - "version": "1.1.5", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message-util.git", - "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765", - "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765", - "shasum": "" - }, - "require": { - "php": "^5.3 || ^7.0 || ^8.0" - }, - "suggest": { - "psr/http-message": "The package containing the PSR-7 interfaces" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Fig\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "issues": "https://github.com/php-fig/http-message-util/issues", - "source": "https://github.com/php-fig/http-message-util/tree/1.1.5" - }, - "time": "2020-11-24T22:02:12+00:00" - }, - { - "name": "laravel/serializable-closure", - "version": "v1.3.7", - "source": { - "type": "git", - "url": "https://github.com/laravel/serializable-closure.git", - "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d", - "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", - "shasum": "" - }, - "require": { - "php": "^7.3|^8.0" - }, - "require-dev": { - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "nesbot/carbon": "^2.61|^3.0", - "pestphp/pest": "^1.21.3", - "phpstan/phpstan": "^1.8.2", - "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Laravel\\SerializableClosure\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - }, - { - "name": "Nuno Maduro", - "email": "nuno@laravel.com" - } - ], - "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", - "keywords": [ - "closure", - "laravel", - "serializable" - ], - "support": { - "issues": "https://github.com/laravel/serializable-closure/issues", - "source": "https://github.com/laravel/serializable-closure" - }, - "time": "2024-11-14T18:34:49+00:00" - }, - { - "name": "monolog/monolog", - "version": "2.10.0", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "5cf826f2991858b54d5c3809bee745560a1042a7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7", - "reference": "5cf826f2991858b54d5c3809bee745560a1042a7", - "shasum": "" - }, - "require": { - "php": ">=7.2", - "psr/log": "^1.0.1 || ^2.0 || ^3.0" - }, - "provide": { - "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", - "doctrine/couchdb": "~1.0@dev", - "elasticsearch/elasticsearch": "^7 || ^8", - "ext-json": "*", - "graylog2/gelf-php": "^1.4.2 || ^2@dev", - "guzzlehttp/guzzle": "^7.4", - "guzzlehttp/psr7": "^2.2", - "mongodb/mongodb": "^1.8", - "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpspec/prophecy": "^1.15", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.5.38 || ^9.6.19", - "predis/predis": "^1.1 || ^2.0", - "rollbar/rollbar": "^1.3 || ^2 || ^3", - "ruflin/elastica": "^7", - "swiftmailer/swiftmailer": "^5.3|^6.0", - "symfony/mailer": "^5.4 || ^6", - "symfony/mime": "^5.4 || ^6" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", - "ext-mbstring": "Allow to work properly with unicode symbols", - "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", - "ext-openssl": "Required to send log messages using SSL", - "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Monolog\\": "src/Monolog" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "https://seld.be" - } - ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "https://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], - "support": { - "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.10.0" - }, - "funding": [ - { - "url": "https://github.com/Seldaek", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", - "type": "tidelift" - } - ], - "time": "2024-11-12T12:43:37+00:00" - }, - { - "name": "neomerx/cors-psr7", - "version": "v2.0.2", - "source": { - "type": "git", - "url": "https://github.com/neomerx/cors-psr7.git", - "reference": "454e923aaf9ba4aa162f7aca2a514e41708b6ba5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/neomerx/cors-psr7/zipball/454e923aaf9ba4aa162f7aca2a514e41708b6ba5", - "reference": "454e923aaf9ba4aa162f7aca2a514e41708b6ba5", - "shasum": "" - }, - "require": { - "php": ">=7.1.0", - "psr/http-message": "^1.0", - "psr/log": "^1.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.14", - "mockery/mockery": "^1.0", - "phpmd/phpmd": "^2.6", - "phpunit/phpunit": "^7.0", - "scrutinizer/ocular": "^1.4", - "squizlabs/php_codesniffer": "^2.9" - }, - "type": "library", - "autoload": { - "psr-4": { - "Neomerx\\Cors\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "neomerx", - "email": "info@neomerx.com" - } - ], - "description": "Framework agnostic (PSR-7) CORS implementation (www.w3.org/TR/cors/)", - "homepage": "https://github.com/neomerx/cors-psr7", - "keywords": [ - "Cross Origin Resource Sharing", - "Cross-Origin Resource Sharing", - "cors", - "neomerx", - "psr-7", - "psr7", - "w3.org", - "www.w3.org" - ], - "support": { - "issues": "https://github.com/neomerx/cors-psr7/issues", - "source": "https://github.com/neomerx/cors-psr7/tree/develop" - }, - "time": "2019-02-14T10:35:50+00:00" - }, - { - "name": "nikic/fast-route", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/nikic/FastRoute.git", - "reference": "181d480e08d9476e61381e04a71b34dc0432e812" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", - "reference": "181d480e08d9476e61381e04a71b34dc0432e812", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35|~5.7" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "FastRoute\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov", - "email": "nikic@php.net" - } - ], - "description": "Fast request router for PHP", - "keywords": [ - "router", - "routing" - ], - "support": { - "issues": "https://github.com/nikic/FastRoute/issues", - "source": "https://github.com/nikic/FastRoute/tree/master" - }, - "time": "2018-02-13T20:26:39+00:00" - }, - { - "name": "php-di/invoker", - "version": "2.3.4", - "source": { - "type": "git", - "url": "https://github.com/PHP-DI/Invoker.git", - "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86", - "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "psr/container": "^1.0|^2.0" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "mnapoli/hard-mode": "~0.3.0", - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Invoker\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Generic and extensible callable invoker", - "homepage": "https://github.com/PHP-DI/Invoker", - "keywords": [ - "callable", - "dependency", - "dependency-injection", - "injection", - "invoke", - "invoker" - ], - "support": { - "issues": "https://github.com/PHP-DI/Invoker/issues", - "source": "https://github.com/PHP-DI/Invoker/tree/2.3.4" - }, - "funding": [ - { - "url": "https://github.com/mnapoli", - "type": "github" - } - ], - "time": "2023-09-08T09:24:21+00:00" - }, - { - "name": "php-di/php-di", - "version": "7.0.7", - "source": { - "type": "git", - "url": "https://github.com/PHP-DI/PHP-DI.git", - "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/e87435e3c0e8f22977adc5af0d5cdcc467e15cf1", - "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1", - "shasum": "" - }, - "require": { - "laravel/serializable-closure": "^1.0", - "php": ">=8.0", - "php-di/invoker": "^2.0", - "psr/container": "^1.1 || ^2.0" - }, - "provide": { - "psr/container-implementation": "^1.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3", - "friendsofphp/proxy-manager-lts": "^1", - "mnapoli/phpunit-easymock": "^1.3", - "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^4.6" - }, - "suggest": { - "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "DI\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "The dependency injection container for humans", - "homepage": "https://php-di.org/", - "keywords": [ - "PSR-11", - "container", - "container-interop", - "dependency injection", - "di", - "ioc", - "psr11" - ], - "support": { - "issues": "https://github.com/PHP-DI/PHP-DI/issues", - "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.7" - }, - "funding": [ - { - "url": "https://github.com/mnapoli", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/php-di/php-di", - "type": "tidelift" - } - ], - "time": "2024-07-21T15:55:45+00:00" - }, - { - "name": "php-di/slim-bridge", - "version": "3.4.1", - "source": { - "type": "git", - "url": "https://github.com/PHP-DI/Slim-Bridge.git", - "reference": "02ab0274a19d104d74561164f8915b62d93f3cf0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/02ab0274a19d104d74561164f8915b62d93f3cf0", - "reference": "02ab0274a19d104d74561164f8915b62d93f3cf0", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0", - "php-di/invoker": "^2.0.0", - "php-di/php-di": "^6.0|^7.0", - "slim/slim": "^4.2.0" - }, - "require-dev": { - "laminas/laminas-diactoros": "^2.1", - "mnapoli/hard-mode": "^0.3.0", - "phpunit/phpunit": ">= 7.0 < 10" - }, - "type": "library", - "autoload": { - "psr-4": { - "DI\\Bridge\\Slim\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHP-DI integration in Slim", - "support": { - "issues": "https://github.com/PHP-DI/Slim-Bridge/issues", - "source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.4.1" - }, - "time": "2024-06-19T15:47:45+00:00" - }, - { - "name": "psr/container", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", - "shasum": "" - }, - "require": { - "php": ">=7.4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/2.0.2" - }, - "time": "2021-11-05T16:47:00+00:00" - }, - { - "name": "psr/http-factory", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", - "keywords": [ - "factory", - "http", - "message", - "psr", - "psr-17", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-factory" - }, - "time": "2024-04-15T12:06:14+00:00" - }, - { - "name": "psr/http-message", - "version": "1.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-message/tree/1.1" - }, - "time": "2023-04-04T09:50:52+00:00" - }, - { - "name": "psr/http-server-handler", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-server-handler.git", - "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4", - "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4", - "shasum": "" - }, - "require": { - "php": ">=7.0", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Server\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP server-side request handler", - "keywords": [ - "handler", - "http", - "http-interop", - "psr", - "psr-15", - "psr-7", - "request", - "response", - "server" - ], - "support": { - "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2" - }, - "time": "2023-04-10T20:06:20+00:00" - }, - { - "name": "psr/http-server-middleware", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-server-middleware.git", - "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829", - "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829", - "shasum": "" - }, - "require": { - "php": ">=7.0", - "psr/http-message": "^1.0 || ^2.0", - "psr/http-server-handler": "^1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Server\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP server-side middleware", - "keywords": [ - "http", - "http-interop", - "middleware", - "psr", - "psr-15", - "psr-7", - "request", - "response" - ], - "support": { - "issues": "https://github.com/php-fig/http-server-middleware/issues", - "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2" - }, - "time": "2023-04-11T06:14:47+00:00" - }, - { - "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", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" - }, - "time": "2021-05-03T11:20:27+00:00" - }, - { - "name": "ralouphie/getallheaders", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" - }, - "time": "2019-03-08T08:55:37+00:00" - }, - { - "name": "slim/psr7", - "version": "1.7.0", - "source": { - "type": "git", - "url": "https://github.com/slimphp/Slim-Psr7.git", - "reference": "753e9646def5ff4db1a06e5cf4ef539bfd30f467" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/753e9646def5ff4db1a06e5cf4ef539bfd30f467", - "reference": "753e9646def5ff4db1a06e5cf4ef539bfd30f467", - "shasum": "" - }, - "require": { - "fig/http-message-util": "^1.1.5", - "php": "^8.0", - "psr/http-factory": "^1.1", - "psr/http-message": "^1.0 || ^2.0", - "ralouphie/getallheaders": "^3.0", - "symfony/polyfill-php80": "^1.29" - }, - "provide": { - "psr/http-factory-implementation": "^1.0", - "psr/http-message-implementation": "^1.0 || ^2.0" - }, - "require-dev": { - "adriansuter/php-autoload-override": "^1.4", - "ext-json": "*", - "http-interop/http-factory-tests": "^1.1.0", - "php-http/psr7-integration-tests": "1.3.0", - "phpspec/prophecy": "^1.19", - "phpspec/prophecy-phpunit": "^2.2", - "phpstan/phpstan": "^1.11", - "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^3.10" - }, - "type": "library", - "autoload": { - "psr-4": { - "Slim\\Psr7\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Josh Lockhart", - "email": "hello@joshlockhart.com", - "homepage": "http://joshlockhart.com" - }, - { - "name": "Andrew Smith", - "email": "a.smith@silentworks.co.uk", - "homepage": "http://silentworks.co.uk" - }, - { - "name": "Rob Allen", - "email": "rob@akrabat.com", - "homepage": "http://akrabat.com" - }, - { - "name": "Pierre Berube", - "email": "pierre@lgse.com", - "homepage": "http://www.lgse.com" - } - ], - "description": "Strict PSR-7 implementation", - "homepage": "https://www.slimframework.com", - "keywords": [ - "http", - "psr-7", - "psr7" - ], - "support": { - "issues": "https://github.com/slimphp/Slim-Psr7/issues", - "source": "https://github.com/slimphp/Slim-Psr7/tree/1.7.0" - }, - "time": "2024-06-08T14:48:17+00:00" - }, - { - "name": "slim/slim", - "version": "4.14.0", - "source": { - "type": "git", - "url": "https://github.com/slimphp/Slim.git", - "reference": "5943393b88716eb9e82c4161caa956af63423913" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim/zipball/5943393b88716eb9e82c4161caa956af63423913", - "reference": "5943393b88716eb9e82c4161caa956af63423913", - "shasum": "" - }, - "require": { - "ext-json": "*", - "nikic/fast-route": "^1.3", - "php": "^7.4 || ^8.0", - "psr/container": "^1.0 || ^2.0", - "psr/http-factory": "^1.1", - "psr/http-message": "^1.1 || ^2.0", - "psr/http-server-handler": "^1.0", - "psr/http-server-middleware": "^1.0", - "psr/log": "^1.1 || ^2.0 || ^3.0" - }, - "require-dev": { - "adriansuter/php-autoload-override": "^1.4", - "ext-simplexml": "*", - "guzzlehttp/psr7": "^2.6", - "httpsoft/http-message": "^1.1", - "httpsoft/http-server-request": "^1.1", - "laminas/laminas-diactoros": "^2.17 || ^3", - "nyholm/psr7": "^1.8", - "nyholm/psr7-server": "^1.1", - "phpspec/prophecy": "^1.19", - "phpspec/prophecy-phpunit": "^2.1", - "phpstan/phpstan": "^1.11", - "phpunit/phpunit": "^9.6", - "slim/http": "^1.3", - "slim/psr7": "^1.6", - "squizlabs/php_codesniffer": "^3.10", - "vimeo/psalm": "^5.24" - }, - "suggest": { - "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware", - "ext-xml": "Needed to support XML format in BodyParsingMiddleware", - "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim", - "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information." - }, - "type": "library", - "autoload": { - "psr-4": { - "Slim\\": "Slim" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Josh Lockhart", - "email": "hello@joshlockhart.com", - "homepage": "https://joshlockhart.com" - }, - { - "name": "Andrew Smith", - "email": "a.smith@silentworks.co.uk", - "homepage": "http://silentworks.co.uk" - }, - { - "name": "Rob Allen", - "email": "rob@akrabat.com", - "homepage": "http://akrabat.com" - }, - { - "name": "Pierre Berube", - "email": "pierre@lgse.com", - "homepage": "http://www.lgse.com" - }, - { - "name": "Gabriel Manricks", - "email": "gmanricks@me.com", - "homepage": "http://gabrielmanricks.com" - } - ], - "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", - "homepage": "https://www.slimframework.com", - "keywords": [ - "api", - "framework", - "micro", - "router" - ], - "support": { - "docs": "https://www.slimframework.com/docs/v4/", - "forum": "https://discourse.slimframework.com/", - "irc": "irc://irc.freenode.net:6667/slimphp", - "issues": "https://github.com/slimphp/Slim/issues", - "rss": "https://www.slimframework.com/blog/feed.rss", - "slack": "https://slimphp.slack.com/", - "source": "https://github.com/slimphp/Slim", - "wiki": "https://github.com/slimphp/Slim/wiki" - }, - "funding": [ - { - "url": "https://opencollective.com/slimphp", - "type": "open_collective" - }, - { - "url": "https://tidelift.com/funding/github/packagist/slim/slim", - "type": "tidelift" - } - ], - "time": "2024-06-13T08:54:48+00:00" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "ybelenko/openapi-data-mocker", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/ybelenko/openapi-data-mocker.git", - "reference": "cd9a8f5facb2e3fe37719ab1714acfaa9c67de07" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ybelenko/openapi-data-mocker/zipball/cd9a8f5facb2e3fe37719ab1714acfaa9c67de07", - "reference": "cd9a8f5facb2e3fe37719ab1714acfaa9c67de07", - "shasum": "" - }, - "require": { - "php": "^7.3 || ^8.0", - "ybelenko/openapi-data-mocker-interfaces": "^1.0" - }, - "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.0", - "squizlabs/php_codesniffer": "^3.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "OpenAPIServer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Yuriy Belenko", - "email": "yura-bely@mail.ru" - } - ], - "description": "Library that generates fake data from Swagger 2.0|Openapi 3.0 spec", - "keywords": [ - "data", - "fake", - "faker", - "mock", - "mocker", - "openapi", - "swagger" - ], - "support": { - "issues": "https://github.com/ybelenko/openapi-data-mocker/issues", - "source": "https://github.com/ybelenko/openapi-data-mocker/tree/1.1.0" - }, - "time": "2021-08-05T11:10:56+00:00" - }, - { - "name": "ybelenko/openapi-data-mocker-interfaces", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/ybelenko/openapi-data-mocker-interfaces.git", - "reference": "d442c7085a9de08af9c4c011e9d4d252bb982d6d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ybelenko/openapi-data-mocker-interfaces/zipball/d442c7085a9de08af9c4c011e9d4d252bb982d6d", - "reference": "d442c7085a9de08af9c4c011e9d4d252bb982d6d", - "shasum": "" - }, - "require": { - "php": "^7.3 || ^8.0", - "psr/http-message": "^1.0.0" - }, - "require-dev": { - "squizlabs/php_codesniffer": "^3.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "OpenAPIServer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Yuriy Belenko", - "email": "yura-bely@mail.ru" - } - ], - "description": "Package with OpenApiDataMocker interfaces.", - "keywords": [ - "data", - "fake", - "faker", - "mock", - "mocker", - "openapi", - "swagger" - ], - "support": { - "issues": "https://github.com/ybelenko/openapi-data-mocker-interfaces/issues", - "source": "https://github.com/ybelenko/openapi-data-mocker-interfaces/tree/1.1.0" - }, - "time": "2021-08-05T10:46:48+00:00" - }, - { - "name": "ybelenko/openapi-data-mocker-server-middleware", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/ybelenko/openapi-data-mocker-server-middleware.git", - "reference": "55634c8fb1b75a880b74a6c3f45395ac2db4a726" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ybelenko/openapi-data-mocker-server-middleware/zipball/55634c8fb1b75a880b74a6c3f45395ac2db4a726", - "reference": "55634c8fb1b75a880b74a6c3f45395ac2db4a726", - "shasum": "" - }, - "require": { - "php": "^7.3 || ^8.0", - "psr/http-factory": "^1.0", - "psr/http-server-middleware": "^1.0", - "ybelenko/openapi-data-mocker-interfaces": "^1.0.0" - }, - "require-dev": { - "nyholm/psr7": "^1.0", - "phpunit/phpunit": "^8.0 || ^9.0", - "squizlabs/php_codesniffer": "^3.5", - "ybelenko/openapi-data-mocker": "^1.0.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "OpenAPIServer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Yuriy Belenko", - "email": "yura-bely@mail.ru" - } - ], - "description": "PSR-15 HTTP Server Middleware to create mock responses from OpenAPI Schemas(OAS 3.0).", - "keywords": [ - "data", - "fake", - "faker", - "middleware", - "mock", - "mocker", - "openapi", - "psr-15", - "swagger" - ], - "support": { - "issues": "https://github.com/ybelenko/openapi-data-mocker-server-middleware/issues", - "source": "https://github.com/ybelenko/openapi-data-mocker-server-middleware/tree/1.2.0" - }, - "time": "2022-04-05T02:02:12+00:00" - } - ], - "packages-dev": [ - { - "name": "clue/ndjson-react", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/clue/reactphp-ndjson.git", - "reference": "392dc165fce93b5bb5c637b67e59619223c931b0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0", - "reference": "392dc165fce93b5bb5c637b67e59619223c931b0", - "shasum": "" - }, - "require": { - "php": ">=5.3", - "react/stream": "^1.2" - }, - "require-dev": { - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35", - "react/event-loop": "^1.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Clue\\React\\NDJson\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering" - } - ], - "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.", - "homepage": "https://github.com/clue/reactphp-ndjson", - "keywords": [ - "NDJSON", - "json", - "jsonlines", - "newline", - "reactphp", - "streaming" - ], - "support": { - "issues": "https://github.com/clue/reactphp-ndjson/issues", - "source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0" - }, - "funding": [ - { - "url": "https://clue.engineering/support", - "type": "custom" - }, - { - "url": "https://github.com/clue", - "type": "github" - } - ], - "time": "2022-12-23T10:58:28+00:00" - }, - { - "name": "composer/pcre", - "version": "3.3.2", - "source": { - "type": "git", - "url": "https://github.com/composer/pcre.git", - "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", - "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<1.11.10" - }, - "require-dev": { - "phpstan/phpstan": "^1.12 || ^2", - "phpstan/phpstan-strict-rules": "^1 || ^2", - "phpunit/phpunit": "^8 || ^9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - }, - "phpstan": { - "includes": [ - "extension.neon" - ] - } - }, - "autoload": { - "psr-4": { - "Composer\\Pcre\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "PCRE wrapping library that offers type-safe preg_* replacements.", - "keywords": [ - "PCRE", - "preg", - "regex", - "regular expression" - ], - "support": { - "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.3.2" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2024-11-12T16:29:46+00:00" - }, - { - "name": "composer/semver", - "version": "3.4.3", - "source": { - "type": "git", - "url": "https://github.com/composer/semver.git", - "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", - "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", - "shasum": "" - }, - "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" - }, - "require-dev": { - "phpstan/phpstan": "^1.11", - "symfony/phpunit-bridge": "^3 || ^7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Composer\\Semver\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nils Adermann", - "email": "naderman@naderman.de", - "homepage": "http://www.naderman.de" - }, - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - }, - { - "name": "Rob Bast", - "email": "rob.bast@gmail.com", - "homepage": "http://robbast.nl" - } - ], - "description": "Semver library that offers utilities, version constraint parsing and validation.", - "keywords": [ - "semantic", - "semver", - "validation", - "versioning" - ], - "support": { - "irc": "ircs://irc.libera.chat:6697/composer", - "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.3" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2024-09-19T14:15:21+00:00" - }, - { - "name": "composer/xdebug-handler", - "version": "3.0.5", - "source": { - "type": "git", - "url": "https://github.com/composer/xdebug-handler.git", - "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", - "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", - "shasum": "" - }, - "require": { - "composer/pcre": "^1 || ^2 || ^3", - "php": "^7.2.5 || ^8.0", - "psr/log": "^1 || ^2 || ^3" - }, - "require-dev": { - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Composer\\XdebugHandler\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "John Stevenson", - "email": "john-stevenson@blueyonder.co.uk" - } - ], - "description": "Restarts a process without Xdebug.", - "keywords": [ - "Xdebug", - "performance" - ], - "support": { - "irc": "ircs://irc.libera.chat:6697/composer", - "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2024-05-06T16:37:16+00:00" - }, - { - "name": "doctrine/instantiator", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/2.0.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2022-12-30T00:23:10+00:00" - }, - { - "name": "ergebnis/composer-normalize", - "version": "2.45.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/composer-normalize.git", - "reference": "bb82b484bed2556da6311b9eff779fa7e73ce937" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/bb82b484bed2556da6311b9eff779fa7e73ce937", - "reference": "bb82b484bed2556da6311b9eff779fa7e73ce937", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^2.0.0", - "ergebnis/json": "^1.4.0", - "ergebnis/json-normalizer": "^4.8.0", - "ergebnis/json-printer": "^3.7.0", - "ext-json": "*", - "justinrainbow/json-schema": "^5.2.12 || ^6.0.0", - "localheinz/diff": "^1.2.0", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "composer/composer": "^2.8.3", - "ergebnis/license": "^2.6.0", - "ergebnis/php-cs-fixer-config": "^6.39.0", - "ergebnis/phpunit-slow-test-detector": "^2.17.0", - "fakerphp/faker": "^1.24.1", - "infection/infection": "~0.26.6", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.12", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.1", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^9.6.20", - "rector/rector": "^1.2.10", - "symfony/filesystem": "^5.4.41" - }, - "type": "composer-plugin", - "extra": { - "class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin", - "branch-alias": { - "dev-main": "2.44-dev" - }, - "plugin-optional": true, - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" - } - }, - "autoload": { - "psr-4": { - "Ergebnis\\Composer\\Normalize\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com", - "homepage": "https://localheinz.com" - } - ], - "description": "Provides a composer plugin for normalizing composer.json.", - "homepage": "https://github.com/ergebnis/composer-normalize", - "keywords": [ - "composer", - "normalize", - "normalizer", - "plugin" - ], - "support": { - "issues": "https://github.com/ergebnis/composer-normalize/issues", - "security": "https://github.com/ergebnis/composer-normalize/blob/main/.github/SECURITY.md", - "source": "https://github.com/ergebnis/composer-normalize" - }, - "time": "2024-12-04T18:36:37+00:00" - }, - { - "name": "ergebnis/json", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/json.git", - "reference": "7656ac2aa6c2ca4408f96f599e9a17a22c464f69" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json/zipball/7656ac2aa6c2ca4408f96f599e9a17a22c464f69", - "reference": "7656ac2aa6c2ca4408f96f599e9a17a22c464f69", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "ergebnis/data-provider": "^3.3.0", - "ergebnis/license": "^2.5.0", - "ergebnis/php-cs-fixer-config": "^6.37.0", - "ergebnis/phpunit-slow-test-detector": "^2.16.1", - "fakerphp/faker": "^1.24.0", - "infection/infection": "~0.26.6", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.10", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.0", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^9.6.18", - "rector/rector": "^1.2.10" - }, - "type": "library", - "extra": { - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" - } - }, - "autoload": { - "psr-4": { - "Ergebnis\\Json\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com", - "homepage": "https://localheinz.com" - } - ], - "description": "Provides a Json value object for representing a valid JSON string.", - "homepage": "https://github.com/ergebnis/json", - "keywords": [ - "json" - ], - "support": { - "issues": "https://github.com/ergebnis/json/issues", - "security": "https://github.com/ergebnis/json/blob/main/.github/SECURITY.md", - "source": "https://github.com/ergebnis/json" - }, - "time": "2024-11-17T11:51:22+00:00" - }, - { - "name": "ergebnis/json-normalizer", - "version": "4.8.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/json-normalizer.git", - "reference": "e3a477b62808f377f4fc69a50f9eb66ec102747b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/e3a477b62808f377f4fc69a50f9eb66ec102747b", - "reference": "e3a477b62808f377f4fc69a50f9eb66ec102747b", - "shasum": "" - }, - "require": { - "ergebnis/json": "^1.2.0", - "ergebnis/json-pointer": "^3.4.0", - "ergebnis/json-printer": "^3.5.0", - "ergebnis/json-schema-validator": "^4.2.0", - "ext-json": "*", - "justinrainbow/json-schema": "^5.2.12 || ^6.0.0", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "composer/semver": "^3.4.3", - "ergebnis/composer-normalize": "^2.44.0", - "ergebnis/data-provider": "^3.3.0", - "ergebnis/license": "^2.5.0", - "ergebnis/php-cs-fixer-config": "^6.37.0", - "ergebnis/phpunit-slow-test-detector": "^2.16.1", - "fakerphp/faker": "^1.24.0", - "infection/infection": "~0.26.6", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.10", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.0", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^9.6.19", - "rector/rector": "^1.2.10" - }, - "suggest": { - "composer/semver": "If you want to use ComposerJsonNormalizer or VersionConstraintNormalizer" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "4.8-dev" - }, - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" - } - }, - "autoload": { - "psr-4": { - "Ergebnis\\Json\\Normalizer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com", - "homepage": "https://localheinz.com" - } - ], - "description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", - "homepage": "https://github.com/ergebnis/json-normalizer", - "keywords": [ - "json", - "normalizer" - ], - "support": { - "issues": "https://github.com/ergebnis/json-normalizer/issues", - "security": "https://github.com/ergebnis/json-normalizer/blob/main/.github/SECURITY.md", - "source": "https://github.com/ergebnis/json-normalizer" - }, - "time": "2024-12-04T16:48:55+00:00" - }, - { - "name": "ergebnis/json-pointer", - "version": "3.6.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/json-pointer.git", - "reference": "4fc85d8edb74466d282119d8d9541ec7cffc0798" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-pointer/zipball/4fc85d8edb74466d282119d8d9541ec7cffc0798", - "reference": "4fc85d8edb74466d282119d8d9541ec7cffc0798", - "shasum": "" - }, - "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "ergebnis/composer-normalize": "^2.43.0", - "ergebnis/data-provider": "^3.2.0", - "ergebnis/license": "^2.4.0", - "ergebnis/php-cs-fixer-config": "^6.32.0", - "ergebnis/phpunit-slow-test-detector": "^2.15.0", - "fakerphp/faker": "^1.23.1", - "infection/infection": "~0.26.6", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.10", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.0", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^9.6.19", - "rector/rector": "^1.2.10" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.6-dev" - }, - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" - } - }, - "autoload": { - "psr-4": { - "Ergebnis\\Json\\Pointer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com", - "homepage": "https://localheinz.com" - } - ], - "description": "Provides an abstraction of a JSON pointer.", - "homepage": "https://github.com/ergebnis/json-pointer", - "keywords": [ - "RFC6901", - "json", - "pointer" - ], - "support": { - "issues": "https://github.com/ergebnis/json-pointer/issues", - "security": "https://github.com/ergebnis/json-pointer/blob/main/.github/SECURITY.md", - "source": "https://github.com/ergebnis/json-pointer" - }, - "time": "2024-11-17T12:37:06+00:00" - }, - { - "name": "ergebnis/json-printer", - "version": "3.7.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/json-printer.git", - "reference": "ced41fce7854152f0e8f38793c2ffe59513cdd82" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/ced41fce7854152f0e8f38793c2ffe59513cdd82", - "reference": "ced41fce7854152f0e8f38793c2ffe59513cdd82", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-mbstring": "*", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "ergebnis/data-provider": "^3.3.0", - "ergebnis/license": "^2.5.0", - "ergebnis/php-cs-fixer-config": "^6.37.0", - "ergebnis/phpunit-slow-test-detector": "^2.16.1", - "fakerphp/faker": "^1.24.0", - "infection/infection": "~0.26.6", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.10", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.1", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^9.6.21", - "rector/rector": "^1.2.10" - }, - "type": "library", - "autoload": { - "psr-4": { - "Ergebnis\\Json\\Printer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com", - "homepage": "https://localheinz.com" - } - ], - "description": "Provides a JSON printer, allowing for flexible indentation.", - "homepage": "https://github.com/ergebnis/json-printer", - "keywords": [ - "formatter", - "json", - "printer" - ], - "support": { - "issues": "https://github.com/ergebnis/json-printer/issues", - "security": "https://github.com/ergebnis/json-printer/blob/main/.github/SECURITY.md", - "source": "https://github.com/ergebnis/json-printer" - }, - "time": "2024-11-17T11:20:51+00:00" - }, - { - "name": "ergebnis/json-schema-validator", - "version": "4.4.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/json-schema-validator.git", - "reference": "85f90c81f718aebba1d738800af83eeb447dc7ec" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/85f90c81f718aebba1d738800af83eeb447dc7ec", - "reference": "85f90c81f718aebba1d738800af83eeb447dc7ec", - "shasum": "" - }, - "require": { - "ergebnis/json": "^1.2.0", - "ergebnis/json-pointer": "^3.4.0", - "ext-json": "*", - "justinrainbow/json-schema": "^5.2.12 || ^6.0.0", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "ergebnis/composer-normalize": "^2.44.0", - "ergebnis/data-provider": "^3.3.0", - "ergebnis/license": "^2.5.0", - "ergebnis/php-cs-fixer-config": "^6.37.0", - "ergebnis/phpunit-slow-test-detector": "^2.16.1", - "fakerphp/faker": "^1.24.0", - "infection/infection": "~0.26.6", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.10", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.0", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^9.6.20", - "rector/rector": "^1.2.10" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "4.4-dev" - }, - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" - } - }, - "autoload": { - "psr-4": { - "Ergebnis\\Json\\SchemaValidator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com", - "homepage": "https://localheinz.com" - } - ], - "description": "Provides a JSON schema validator, building on top of justinrainbow/json-schema.", - "homepage": "https://github.com/ergebnis/json-schema-validator", - "keywords": [ - "json", - "schema", - "validator" - ], - "support": { - "issues": "https://github.com/ergebnis/json-schema-validator/issues", - "security": "https://github.com/ergebnis/json-schema-validator/blob/main/.github/SECURITY.md", - "source": "https://github.com/ergebnis/json-schema-validator" - }, - "time": "2024-11-18T06:32:28+00:00" - }, - { - "name": "ergebnis/php-cs-fixer-config", - "version": "6.39.0", - "source": { - "type": "git", - "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "c890360f0559deeadfed00eee3c97728ce647eec" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/c890360f0559deeadfed00eee3c97728ce647eec", - "reference": "c890360f0559deeadfed00eee3c97728ce647eec", - "shasum": "" - }, - "require": { - "erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0", - "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.65.0", - "kubawerlos/php-cs-fixer-custom-fixers": "~3.22.0", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "ergebnis/composer-normalize": "^2.44.0", - "ergebnis/data-provider": "^3.4.0", - "ergebnis/license": "^2.6.0", - "ergebnis/phpunit-slow-test-detector": "^2.16.1", - "ergebnis/rector-rules": "^1.2.0", - "fakerphp/faker": "^1.24.1", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.11", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.1", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^9.6.21", - "rector/rector": "^1.2.10", - "symfony/filesystem": "^5.0.0 || ^6.0.0", - "symfony/process": "^5.0.0 || ^6.0.0" - }, - "type": "library", - "extra": { - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" - } - }, - "autoload": { - "psr-4": { - "Ergebnis\\PhpCsFixer\\Config\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Möller", - "email": "am@localheinz.com", - "homepage": "https://localheinz.com" - } - ], - "description": "Provides a configuration factory and rule set factories for friendsofphp/php-cs-fixer.", - "homepage": "https://github.com/ergebnis/php-cs-fixer-config", - "support": { - "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", - "security": "https://github.com/ergebnis/php-cs-fixer-config/blob/main/.github/SECURITY.md", - "source": "https://github.com/ergebnis/php-cs-fixer-config" - }, - "time": "2024-11-25T07:05:41+00:00" - }, - { - "name": "erickskrauch/php-cs-fixer-custom-fixers", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers.git", - "reference": "36fb7f8204c1e17d9b8a24910e2147d0a3973b9c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/36fb7f8204c1e17d9b8a24910e2147d0a3973b9c", - "reference": "36fb7f8204c1e17d9b8a24910e2147d0a3973b9c", - "shasum": "" - }, - "require": { - "friendsofphp/php-cs-fixer": "^3", - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "ely/php-code-style": "^1", - "ergebnis/composer-normalize": "^2.28", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", - "phpspec/prophecy": "^1.15", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.11.x-dev", - "phpstan/phpstan-phpunit": "^1.3", - "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "^9.5", - "phpunitgoodpractices/polyfill": "^1.5", - "phpunitgoodpractices/traits": "^1.9.1", - "symfony/phpunit-bridge": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "ErickSkrauch\\PhpCsFixer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "ErickSkrauch", - "email": "erickskrauch@ely.by" - } - ], - "description": "A set of custom fixers for PHP-CS-Fixer", - "homepage": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers", - "keywords": [ - "Code style", - "dev", - "php-cs-fixer" - ], - "support": { - "issues": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/issues", - "source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/1.3.0" - }, - "time": "2024-06-21T20:19:52+00:00" - }, - { - "name": "evenement/evenement", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/igorw/evenement.git", - "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc", - "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc", - "shasum": "" - }, - "require": { - "php": ">=7.0" - }, - "require-dev": { - "phpunit/phpunit": "^9 || ^6" - }, - "type": "library", - "autoload": { - "psr-4": { - "Evenement\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - } - ], - "description": "Événement is a very simple event dispatching library for PHP", - "keywords": [ - "event-dispatcher", - "event-emitter" - ], - "support": { - "issues": "https://github.com/igorw/evenement/issues", - "source": "https://github.com/igorw/evenement/tree/v3.0.2" - }, - "time": "2023-08-08T05:53:35+00:00" - }, - { - "name": "fidry/cpu-core-counter", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "8520451a140d3f46ac33042715115e290cf5785f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f", - "reference": "8520451a140d3f46ac33042715115e290cf5785f", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "fidry/makefile": "^0.2.0", - "fidry/php-cs-fixer-config": "^1.1.2", - "phpstan/extension-installer": "^1.2.0", - "phpstan/phpstan": "^1.9.2", - "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-phpunit": "^1.2.2", - "phpstan/phpstan-strict-rules": "^1.4.4", - "phpunit/phpunit": "^8.5.31 || ^9.5.26", - "webmozarts/strict-phpunit": "^7.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Fidry\\CpuCoreCounter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Théo FIDRY", - "email": "theo.fidry@gmail.com" - } - ], - "description": "Tiny utility to get the number of CPU cores.", - "keywords": [ - "CPU", - "core" - ], - "support": { - "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0" - }, - "funding": [ - { - "url": "https://github.com/theofidry", - "type": "github" - } - ], - "time": "2024-08-06T10:04:20+00:00" - }, - { - "name": "friendsofphp/php-cs-fixer", - "version": "v3.65.0", - "source": { - "type": "git", - "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "79d4f3e77b250a7d8043d76c6af8f0695e8a469f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/79d4f3e77b250a7d8043d76c6af8f0695e8a469f", - "reference": "79d4f3e77b250a7d8043d76c6af8f0695e8a469f", - "shasum": "" - }, - "require": { - "clue/ndjson-react": "^1.0", - "composer/semver": "^3.4", - "composer/xdebug-handler": "^3.0.3", - "ext-filter": "*", - "ext-json": "*", - "ext-tokenizer": "*", - "fidry/cpu-core-counter": "^1.2", - "php": "^7.4 || ^8.0", - "react/child-process": "^0.6.5", - "react/event-loop": "^1.0", - "react/promise": "^2.0 || ^3.0", - "react/socket": "^1.0", - "react/stream": "^1.0", - "sebastian/diff": "^4.0 || ^5.0 || ^6.0", - "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", - "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", - "symfony/finder": "^5.4 || ^6.0 || ^7.0", - "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0", - "symfony/polyfill-mbstring": "^1.28", - "symfony/polyfill-php80": "^1.28", - "symfony/polyfill-php81": "^1.28", - "symfony/process": "^5.4 || ^6.0 || ^7.0", - "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0" - }, - "require-dev": { - "facile-it/paraunit": "^1.3.1 || ^2.4", - "infection/infection": "^0.29.8", - "justinrainbow/json-schema": "^5.3 || ^6.0", - "keradus/cli-executor": "^2.1", - "mikey179/vfsstream": "^1.6.12", - "php-coveralls/php-coveralls": "^2.7", - "php-cs-fixer/accessible-object": "^1.1", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5", - "phpunit/phpunit": "^9.6.21 || ^10.5.38 || ^11.4.3", - "symfony/var-dumper": "^5.4.47 || ^6.4.15 || ^7.1.8", - "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.1.6" - }, - "suggest": { - "ext-dom": "For handling output formats in XML", - "ext-mbstring": "For handling non-UTF8 characters." - }, - "bin": [ - "php-cs-fixer" - ], - "type": "application", - "autoload": { - "psr-4": { - "PhpCsFixer\\": "src/" - }, - "exclude-from-classmap": [ - "src/Fixer/Internal/*" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Dariusz Rumiński", - "email": "dariusz.ruminski@gmail.com" - } - ], - "description": "A tool to automatically fix PHP code style", - "keywords": [ - "Static code analysis", - "fixer", - "standards", - "static analysis" - ], - "support": { - "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.65.0" - }, - "funding": [ - { - "url": "https://github.com/keradus", - "type": "github" - } - ], - "time": "2024-11-25T00:39:24+00:00" - }, - { - "name": "icecave/parity", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/icecave/parity.git", - "reference": "0109fef58b3230d23b20b2ac52ecdf477218d300" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/icecave/parity/zipball/0109fef58b3230d23b20b2ac52ecdf477218d300", - "reference": "0109fef58b3230d23b20b2ac52ecdf477218d300", - "shasum": "" - }, - "require": { - "icecave/repr": "~1", - "php": ">=5.3" - }, - "require-dev": { - "eloquent/liberator": "~1", - "icecave/archer": "~1" - }, - "suggest": { - "eloquent/asplode": "Drop-in exception-based error handling." - }, - "type": "library", - "autoload": { - "psr-0": { - "Icecave\\Parity": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "James Harris", - "email": "james.harris@icecave.com.au", - "homepage": "https://github.com/jmalloc" - } - ], - "description": "A customizable deep comparison library.", - "homepage": "https://github.com/IcecaveStudios/parity", - "keywords": [ - "compare", - "comparison", - "equal", - "equality", - "greater", - "less", - "sort", - "sorting" - ], - "support": { - "issues": "https://github.com/icecave/parity/issues", - "source": "https://github.com/icecave/parity/tree/1.0.0" - }, - "time": "2014-01-17T05:56:27+00:00" - }, - { - "name": "icecave/repr", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/icecave/repr.git", - "reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/icecave/repr/zipball/8a3d2953adf5f464a06e3e2587aeacc97e2bed07", - "reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07", - "shasum": "" - }, - "require": { - "php": ">=5.3" - }, - "require-dev": { - "icecave/archer": "~1" - }, - "suggest": { - "eloquent/asplode": "Drop-in exception-based error handling." - }, - "type": "library", - "autoload": { - "psr-4": { - "Icecave\\Repr\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "James Harris", - "email": "james.harris@icecave.com.au", - "homepage": "https://github.com/jmalloc" - } - ], - "description": "A library for generating string representations of any value, inspired by Python's reprlib library.", - "homepage": "https://github.com/IcecaveStudios/repr", - "keywords": [ - "human", - "readable", - "repr", - "representation", - "string" - ], - "support": { - "issues": "https://github.com/icecave/repr/issues", - "source": "https://github.com/icecave/repr/tree/1.0.1" - }, - "time": "2014-07-25T05:44:41+00:00" - }, - { - "name": "justinrainbow/json-schema", - "version": "6.0.0", - "source": { - "type": "git", - "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/a38c6198d53b09c0702f440585a4f4a5d9137bd9", - "reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9", - "shasum": "" - }, - "require": { - "icecave/parity": "1.0.0", - "marc-mabe/php-enum": "^2.0 || ^3.0 || ^4.0", - "php": ">=5.3.3" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "~2.2.20 || ~2.19.0", - "json-schema/json-schema-test-suite": "1.2.0", - "phpunit/phpunit": "^4.8.35" - }, - "bin": [ - "bin/validate-json" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.x-dev" - } - }, - "autoload": { - "psr-4": { - "JsonSchema\\": "src/JsonSchema/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bruno Prieto Reis", - "email": "bruno.p.reis@gmail.com" - }, - { - "name": "Justin Rainbow", - "email": "justin.rainbow@gmail.com" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Robert Schönthal", - "email": "seroscho@googlemail.com" - } - ], - "description": "A library to validate a json schema.", - "homepage": "https://github.com/jsonrainbow/json-schema", - "keywords": [ - "json", - "schema" - ], - "support": { - "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/6.0.0" - }, - "time": "2024-07-30T17:49:21+00:00" - }, - { - "name": "kubawerlos/php-cs-fixer-custom-fixers", - "version": "v3.22.0", - "source": { - "type": "git", - "url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git", - "reference": "8701394f0c7cd450ac4fa577d24589122c1d5d5e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/8701394f0c7cd450ac4fa577d24589122c1d5d5e", - "reference": "8701394f0c7cd450ac4fa577d24589122c1d5d5e", - "shasum": "" - }, - "require": { - "ext-filter": "*", - "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.61.1", - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.6.4 || ^10.5.29" - }, - "type": "library", - "autoload": { - "psr-4": { - "PhpCsFixerCustomFixers\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kuba Werłos", - "email": "werlos@gmail.com" - } - ], - "description": "A set of custom fixers for PHP CS Fixer", - "support": { - "issues": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/issues", - "source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.22.0" - }, - "time": "2024-08-16T20:44:35+00:00" - }, - { - "name": "localheinz/diff", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/localheinz/diff.git", - "reference": "ec413943c2b518464865673fd5b38f7df867a010" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/localheinz/diff/zipball/ec413943c2b518464865673fd5b38f7df867a010", - "reference": "ec413943c2b518464865673fd5b38f7df867a010", - "shasum": "" - }, - "require": { - "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^7.5.0 || ^8.5.23", - "symfony/process": "^4.2 || ^5" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "Fork of sebastian/diff for use with ergebnis/composer-normalize", - "homepage": "https://github.com/localheinz/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "support": { - "issues": "https://github.com/localheinz/diff/issues", - "source": "https://github.com/localheinz/diff/tree/1.2.0" - }, - "time": "2024-12-04T14:16:01+00:00" - }, - { - "name": "marc-mabe/php-enum", - "version": "v4.7.1", - "source": { - "type": "git", - "url": "https://github.com/marc-mabe/php-enum.git", - "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/7159809e5cfa041dca28e61f7f7ae58063aae8ed", - "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed", - "shasum": "" - }, - "require": { - "ext-reflection": "*", - "php": "^7.1 | ^8.0" - }, - "require-dev": { - "phpbench/phpbench": "^0.16.10 || ^1.0.4", - "phpstan/phpstan": "^1.3.1", - "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", - "vimeo/psalm": "^4.17.0 | ^5.26.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-3.x": "3.2-dev", - "dev-master": "4.7-dev" - } - }, - "autoload": { - "psr-4": { - "MabeEnum\\": "src/" - }, - "classmap": [ - "stubs/Stringable.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Marc Bennewitz", - "email": "dev@mabe.berlin", - "homepage": "https://mabe.berlin/", - "role": "Lead" - } - ], - "description": "Simple and fast implementation of enumerations with native PHP", - "homepage": "https://github.com/marc-mabe/php-enum", - "keywords": [ - "enum", - "enum-map", - "enum-set", - "enumeration", - "enumerator", - "enummap", - "enumset", - "map", - "set", - "type", - "type-hint", - "typehint" - ], - "support": { - "issues": "https://github.com/marc-mabe/php-enum/issues", - "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.1" - }, - "time": "2024-11-28T04:54:44+00:00" - }, - { - "name": "myclabs/deep-copy", - "version": "1.12.1", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", - "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3 <3.2.2" - }, - "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpspec/prophecy": "^1.10", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" - }, - "type": "library", - "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], - "time": "2024-11-08T17:47:46+00:00" - }, - { - "name": "nikic/php-parser", - "version": "v5.3.1", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-json": "*", - "ext-tokenizer": "*", - "php": ">=7.4" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^9.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" - }, - "time": "2024-10-08T18:51:32+00:00" - }, - { - "name": "phar-io/manifest", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "54750ef60c58e43759730615a392c31c80e23176" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", - "reference": "54750ef60c58e43759730615a392c31c80e23176", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^3.0.1", - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], - "time": "2024-03-03T12:33:53+00:00" - }, - { - "name": "phar-io/version", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Library for handling version information and constraints", - "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.2.1" - }, - "time": "2022-02-21T01:04:05+00:00" - }, - { - "name": "phpstan/phpstan", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4", - "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4", - "shasum": "" - }, - "require": { - "php": "^7.4|^8.0" - }, - "conflict": { - "phpstan/phpstan-shim": "*" - }, - "bin": [ - "phpstan", - "phpstan.phar" - ], - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPStan - PHP Static Analysis Tool", - "keywords": [ - "dev", - "static analysis" - ], - "support": { - "docs": "https://phpstan.org/user-guide/getting-started", - "forum": "https://github.com/phpstan/phpstan/discussions", - "issues": "https://github.com/phpstan/phpstan/issues", - "security": "https://github.com/phpstan/phpstan/security/policy", - "source": "https://github.com/phpstan/phpstan-src" - }, - "funding": [ - { - "url": "https://github.com/ondrejmirtes", - "type": "github" - }, - { - "url": "https://github.com/phpstan", - "type": "github" - } - ], - "time": "2024-11-28T22:19:37+00:00" - }, - { - "name": "phpstan/phpstan-phpunit", - "version": "2.0.x-dev", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "4b6ad7fab8683ff4efd7887ba26ef8ee171c7475" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4b6ad7fab8683ff4efd7887ba26ef8ee171c7475", - "reference": "4b6ad7fab8683ff4efd7887ba26ef8ee171c7475", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^2.0" - }, - "conflict": { - "phpunit/phpunit": "<7.0" - }, - "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^9.6" - }, - "default-branch": true, - "type": "phpstan-extension", - "extra": { - "phpstan": { - "includes": [ - "extension.neon", - "rules.neon" - ] - } - }, - "autoload": { - "psr-4": { - "PHPStan\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPUnit extensions and rules for PHPStan", - "support": { - "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.1" - }, - "time": "2024-11-12T12:48:00+00:00" - }, - { - "name": "phpunit/php-code-coverage", - "version": "9.2.32", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5", - "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-xmlwriter": "*", - "nikic/php-parser": "^4.19.1 || ^5.1.0", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.6", - "phpunit/php-text-template": "^2.0.4", - "sebastian/code-unit-reverse-lookup": "^2.0.3", - "sebastian/complexity": "^2.0.3", - "sebastian/environment": "^5.1.5", - "sebastian/lines-of-code": "^1.0.4", - "sebastian/version": "^3.0.2", - "theseer/tokenizer": "^1.2.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.6" - }, - "suggest": { - "ext-pcov": "PHP extension that provides line coverage", - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "9.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2024-08-22T04:23:01+00:00" - }, - { - "name": "phpunit/php-file-iterator", - "version": "3.0.6", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2021-12-02T12:48:52+00:00" - }, - { - "name": "phpunit/php-invoker", - "version": "3.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcntl": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Invoke callables with a timeout", - "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ - "process" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:58:55+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T05:33:50+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "5.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:16:10+00:00" - }, - { - "name": "phpunit/phpunit", - "version": "9.6.22", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c", - "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.5.0 || ^2", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.1", - "phar-io/manifest": "^2.0.4", - "phar-io/version": "^3.2.1", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.32", - "phpunit/php-file-iterator": "^3.0.6", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.4", - "phpunit/php-timer": "^5.0.3", - "sebastian/cli-parser": "^1.0.2", - "sebastian/code-unit": "^1.0.8", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.6", - "sebastian/environment": "^5.1.5", - "sebastian/exporter": "^4.0.6", - "sebastian/global-state": "^5.0.7", - "sebastian/object-enumerator": "^4.0.4", - "sebastian/resource-operations": "^3.0.4", - "sebastian/type": "^3.2.1", - "sebastian/version": "^3.0.2" - }, - "suggest": { - "ext-soap": "To be able to generate mocks based on WSDL files", - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.6-dev" - } - }, - "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22" - }, - "funding": [ - { - "url": "https://phpunit.de/sponsors.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", - "type": "tidelift" - } - ], - "time": "2024-12-05T13:48:26+00:00" - }, - { - "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", - "shasum": "" - }, - "require": { - "php": ">=7.2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\EventDispatcher\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Standard interfaces for event handling.", - "keywords": [ - "events", - "psr", - "psr-14" - ], - "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" - }, - "time": "2019-01-08T18:20:26+00:00" - }, - { - "name": "react/cache", - "version": "v1.2.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/cache.git", - "reference": "d47c472b64aa5608225f47965a484b75c7817d5b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b", - "reference": "d47c472b64aa5608225f47965a484b75c7817d5b", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "react/promise": "^3.0 || ^2.0 || ^1.1" - }, - "require-dev": { - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Async, Promise-based cache interface for ReactPHP", - "keywords": [ - "cache", - "caching", - "promise", - "reactphp" - ], - "support": { - "issues": "https://github.com/reactphp/cache/issues", - "source": "https://github.com/reactphp/cache/tree/v1.2.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2022-11-30T15:59:55+00:00" - }, - { - "name": "react/child-process", - "version": "v0.6.5", - "source": { - "type": "git", - "url": "https://github.com/reactphp/child-process.git", - "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", - "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3.0", - "react/event-loop": "^1.2", - "react/stream": "^1.2" - }, - "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", - "react/socket": "^1.8", - "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\ChildProcess\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Event-driven library for executing child processes with ReactPHP.", - "keywords": [ - "event-driven", - "process", - "reactphp" - ], - "support": { - "issues": "https://github.com/reactphp/child-process/issues", - "source": "https://github.com/reactphp/child-process/tree/v0.6.5" - }, - "funding": [ - { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" - } - ], - "time": "2022-09-16T13:41:56+00:00" - }, - { - "name": "react/dns", - "version": "v1.13.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/dns.git", - "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", - "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "react/cache": "^1.0 || ^0.6 || ^0.5", - "react/event-loop": "^1.2", - "react/promise": "^3.2 || ^2.7 || ^1.2.1" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4.3 || ^3 || ^2", - "react/promise-timer": "^1.11" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Dns\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Async DNS resolver for ReactPHP", - "keywords": [ - "async", - "dns", - "dns-resolver", - "reactphp" - ], - "support": { - "issues": "https://github.com/reactphp/dns/issues", - "source": "https://github.com/reactphp/dns/tree/v1.13.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-06-13T14:18:03+00:00" - }, - { - "name": "react/event-loop", - "version": "v1.5.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/event-loop.git", - "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", - "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" - }, - "suggest": { - "ext-pcntl": "For signal handling support when using the StreamSelectLoop" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\EventLoop\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", - "keywords": [ - "asynchronous", - "event-loop" - ], - "support": { - "issues": "https://github.com/reactphp/event-loop/issues", - "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2023-11-13T13:48:05+00:00" - }, - { - "name": "react/promise", - "version": "v3.2.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/promise.git", - "reference": "8a164643313c71354582dc850b42b33fa12a4b63" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", - "reference": "8a164643313c71354582dc850b42b33fa12a4b63", - "shasum": "" - }, - "require": { - "php": ">=7.1.0" - }, - "require-dev": { - "phpstan/phpstan": "1.10.39 || 1.4.10", - "phpunit/phpunit": "^9.6 || ^7.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "React\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "keywords": [ - "promise", - "promises" - ], - "support": { - "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v3.2.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-05-24T10:39:05+00:00" - }, - { - "name": "react/socket", - "version": "v1.16.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/socket.git", - "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", - "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3.0", - "react/dns": "^1.13", - "react/event-loop": "^1.2", - "react/promise": "^3.2 || ^2.6 || ^1.2.1", - "react/stream": "^1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", - "react/async": "^4.3 || ^3.3 || ^2", - "react/promise-stream": "^1.4", - "react/promise-timer": "^1.11" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Socket\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", - "keywords": [ - "Connection", - "Socket", - "async", - "reactphp", - "stream" - ], - "support": { - "issues": "https://github.com/reactphp/socket/issues", - "source": "https://github.com/reactphp/socket/tree/v1.16.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-07-26T10:38:09+00:00" - }, - { - "name": "react/stream", - "version": "v1.4.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/stream.git", - "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d", - "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d", - "shasum": "" - }, - "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", - "php": ">=5.3.8", - "react/event-loop": "^1.2" - }, - "require-dev": { - "clue/stream-filter": "~1.2", - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Stream\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" - } - ], - "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", - "keywords": [ - "event-driven", - "io", - "non-blocking", - "pipe", - "reactphp", - "readable", - "stream", - "writable" - ], - "support": { - "issues": "https://github.com/reactphp/stream/issues", - "source": "https://github.com/reactphp/stream/tree/v1.4.0" - }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2024-06-11T12:45:25+00:00" - }, - { - "name": "sebastian/cli-parser", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b", - "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for parsing CLI options", - "homepage": "https://github.com/sebastianbergmann/cli-parser", - "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2024-03-02T06:27:43+00:00" - }, - { - "name": "sebastian/code-unit", - "version": "1.0.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the PHP code units", - "homepage": "https://github.com/sebastianbergmann/code-unit", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:08:54+00:00" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:30:19+00:00" - }, - { - "name": "sebastian/comparator", - "version": "4.0.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-14T12:41:17+00:00" - }, - { - "name": "sebastian/complexity", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a", - "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.18 || ^5.0", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for calculating the complexity of PHP code units", - "homepage": "https://github.com/sebastianbergmann/complexity", - "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-12-22T06:19:30+00:00" - }, - { - "name": "sebastian/diff", - "version": "4.0.6", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", - "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2024-03-02T06:30:58+00:00" - }, - { - "name": "sebastian/environment", - "version": "5.1.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-posix": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:03:51+00:00" - }, - { - "name": "sebastian/exporter", - "version": "4.0.6", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72", - "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2024-03-02T06:33:00+00:00" - }, - { - "name": "sebastian/global-state", - "version": "5.0.7", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", - "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2024-03-02T06:35:11+00:00" - }, - { - "name": "sebastian/lines-of-code", - "version": "1.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5", - "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.18 || ^5.0", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for counting the lines of code in PHP source code", - "homepage": "https://github.com/sebastianbergmann/lines-of-code", - "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-12-22T06:20:34+00:00" - }, - { - "name": "sebastian/object-enumerator", - "version": "4.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:12:34+00:00" - }, - { - "name": "sebastian/object-reflector", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:14:26+00:00" - }, - { - "name": "sebastian/recursion-context", - "version": "4.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "https://github.com/sebastianbergmann/recursion-context", - "support": { - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:07:39+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", - "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2024-03-14T16:00:52+00:00" - }, - { - "name": "sebastian/type", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", - "support": { - "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:13:03+00:00" - }, - { - "name": "sebastian/version", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:39:44+00:00" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "3.11.1", - "source": { - "type": "git", - "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", - "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", - "shasum": "" - }, - "require": { - "ext-simplexml": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" - }, - "bin": [ - "bin/phpcbf", - "bin/phpcs" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "Former lead" - }, - { - "name": "Juliette Reinders Folmer", - "role": "Current lead" - }, - { - "name": "Contributors", - "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" - } - ], - "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", - "keywords": [ - "phpcs", - "standards", - "static analysis" - ], - "support": { - "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", - "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", - "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", - "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" - }, - "funding": [ - { - "url": "https://github.com/PHPCSStandards", - "type": "github" - }, - { - "url": "https://github.com/jrfnl", - "type": "github" - }, - { - "url": "https://opencollective.com/php_codesniffer", - "type": "open_collective" - } - ], - "time": "2024-11-16T12:02:36+00:00" - }, - { - "name": "symfony/console", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "23c8aae6d764e2bae02d2a99f7532a7f6ed619cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/23c8aae6d764e2bae02d2a99f7532a7f6ed619cf", - "reference": "23c8aae6d764e2bae02d2a99f7532a7f6ed619cf", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/string": "^6.4|^7.0" - }, - "conflict": { - "symfony/dependency-injection": "<6.4", - "symfony/dotenv": "<6.4", - "symfony/event-dispatcher": "<6.4", - "symfony/lock": "<6.4", - "symfony/process": "<6.4" - }, - "provide": { - "psr/log-implementation": "1.0|2.0|3.0" - }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/lock": "^6.4|^7.0", - "symfony/messenger": "^6.4|^7.0", - "symfony/process": "^6.4|^7.0", - "symfony/stopwatch": "^6.4|^7.0", - "symfony/var-dumper": "^6.4|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Eases the creation of beautiful and testable command line interfaces", - "homepage": "https://symfony.com", - "keywords": [ - "cli", - "command-line", - "console", - "terminal" - ], - "support": { - "source": "https://github.com/symfony/console/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-11-06T14:24:19+00:00" - }, - { - "name": "symfony/deprecation-contracts", - "version": "v3.5.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:20:29+00:00" - }, - { - "name": "symfony/event-dispatcher", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", - "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/event-dispatcher-contracts": "^2.5|^3" - }, - "conflict": { - "symfony/dependency-injection": "<6.4", - "symfony/service-contracts": "<2.5" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "2.0|3.0" - }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/error-handler": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/stopwatch": "^6.4|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:21:43+00:00" - }, - { - "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/event-dispatcher": "^1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\EventDispatcher\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to dispatching event", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:20:29+00:00" - }, - { - "name": "symfony/filesystem", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb", - "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8" - }, - "require-dev": { - "symfony/process": "^6.4|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides basic utilities for the filesystem", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-10-25T15:15:23+00:00" - }, - { - "name": "symfony/finder", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49", - "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49", - "shasum": "" - }, - "require": { - "php": ">=8.2" - }, - "require-dev": { - "symfony/filesystem": "^6.4|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/finder/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-10-23T06:56:12+00:00" - }, - { - "name": "symfony/options-resolver", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/options-resolver.git", - "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50", - "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/deprecation-contracts": "^2.5|^3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\OptionsResolver\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides an improved replacement for the array_replace PHP function", - "homepage": "https://symfony.com", - "keywords": [ - "config", - "configuration", - "options" - ], - "support": { - "source": "https://github.com/symfony/options-resolver/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-11-20T11:17:29+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-intl-grapheme", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Grapheme\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's grapheme_* functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "grapheme", - "intl", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "3833d7255cc303546435cb650316bff708a1c75c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", - "reference": "3833d7255cc303546435cb650316bff708a1c75c", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-php81", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/process", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", - "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", - "shasum": "" - }, - "require": { - "php": ">=8.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Executes commands in sub-processes", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/process/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-11-06T14:24:19+00:00" - }, - { - "name": "symfony/service-contracts", - "version": "v3.5.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/service-contracts.git", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/container": "^1.1|^2.0", - "symfony/deprecation-contracts": "^2.5|^3" - }, - "conflict": { - "ext-psr": "<1.1|>=2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\Service\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to writing services", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:20:29+00:00" - }, - { - "name": "symfony/stopwatch", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "696f418b0d722a4225e1c3d95489d262971ca924" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/696f418b0d722a4225e1c3d95489d262971ca924", - "reference": "696f418b0d722a4225e1c3d95489d262971ca924", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/service-contracts": "^2.5|^3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides a way to profile code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:21:43+00:00" - }, - { - "name": "symfony/string", - "version": "v7.2.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/string.git", - "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", - "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-intl-grapheme": "~1.0", - "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/translation-contracts": "<2.5" - }, - "require-dev": { - "symfony/emoji": "^7.1", - "symfony/error-handler": "^6.4|^7.0", - "symfony/http-client": "^6.4|^7.0", - "symfony/intl": "^6.4|^7.0", - "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.4|^7.0" - }, - "type": "library", - "autoload": { - "files": [ - "Resources/functions.php" - ], - "psr-4": { - "Symfony\\Component\\String\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", - "homepage": "https://symfony.com", - "keywords": [ - "grapheme", - "i18n", - "string", - "unicode", - "utf-8", - "utf8" - ], - "support": { - "source": "https://github.com/symfony/string/tree/v7.2.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-11-13T13:31:26+00:00" - }, - { - "name": "theseer/tokenizer", - "version": "1.2.3", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", - "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.2 || ^8.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "support": { - "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.3" - }, - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], - "time": "2024-03-03T12:36:25+00:00" - } - ], - "aliases": [], - "minimum-stability": "RC", - "stability-flags": { - "phpstan/phpstan-phpunit": 20 - }, - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": "^7.4 || ^8.0" - }, - "platform-dev": [], - "plugin-api-version": "2.6.0" -} diff --git a/debian/Jenkinsfile b/debian/Jenkinsfile new file mode 100644 index 0000000..cb2062c --- /dev/null +++ b/debian/Jenkinsfile @@ -0,0 +1,87 @@ +#!groovy + +String[] distributions = ['debian:bullseye', 'debian:bookworm', 'debian:trixie', 'ubuntu:focal', 'ubuntu:jammy', 'ubuntu:noble'] + +String vendor = 'vitexsoftware' +String distribution = '' +//String distroFamily = '' +String distroCodename = '' +String ver = '' + +properties([ + copyArtifactPermission('*') +]) +node() { + ansiColor('xterm') { + stage('SCM Checkout') { + checkout scm + } + } +} + +distributions.each { + distribution = it + + println "Dist:" + distribution + + def dist = distribution.split(':') + distroCodename = dist[1] + + def buildImage = '' + + def artifacts = [] + + node { + ansiColor('xterm') { + stage('Checkout ' + distribution) { + checkout scm + buildImage = docker.image(vendor + '/' + distribution) + sh 'git checkout debian/changelog' + def version = sh ( + script: 'dpkg-parsechangelog --show-field Version', + returnStdout: true + ).trim() + ver = version + '.' + env.BUILD_NUMBER + '~' + distroCodename + } + stage('Build ' + distribution) { + buildImage.inside { + sh 'dch -b -v ' + ver + ' "' + env.BUILD_TAG + '"' + sh 'sudo apt-get update --allow-releaseinfo-change' + sh 'sudo chown jenkins:jenkins ..' + sh 'debuild-pbuilder -i -us -uc -b' + sh 'mkdir -p $WORKSPACE/dist/debian/ ; rm -rf $WORKSPACE/dist/debian/* ; for deb in $(cat debian/files | awk \'{print $1}\'); do mv "../$deb" $WORKSPACE/dist/debian/; done' + artifacts = sh ( + script: "cat debian/files | awk '{print \$1}'", + returnStdout: true + ).trim().split('\n') + } + } + + stage('Test ' + distribution) { + buildImage.inside { + def debconf_debug = 0 //Set to "5" or "developer" to debug debconf + sh 'cd $WORKSPACE/dist/debian/ ; dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz; cd $WORKSPACE' + sh 'echo "deb [trusted=yes] file://///$WORKSPACE/dist/debian/ ./" | sudo tee /etc/apt/sources.list.d/local.list' + sh 'sudo apt-get update --allow-releaseinfo-change' + sh 'echo "INSTALATION"' + artifacts.each { deb_file -> + if (deb_file.endsWith('.deb')) { + sh 'echo -e "${GREEN} installing ' + deb_file + ' on `lsb_release -sc` ${ENDCOLOR} "' + sh 'sudo DEBIAN_FRONTEND=noninteractive DEBCONF_DEBUG=' + debconf_debug + ' apt-get -y install $WORKSPACE/dist/debian/' + deb_file + } + } + } + } + stage('Copy artifacts ' + distribution ) { + buildImage.inside { + artifacts.each { deb_file -> + println "Copying artifact: " + deb_file + archiveArtifacts artifacts: 'dist/debian/' + deb_file + } + sh 'mv $WORKSPACE/dist/debian/*.deb $WORKSPACE' + } + } + } + } +} + diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..3327364 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +multiflexi-server for Debian + +Please edit this to provide information specific to +this multiflexi-server Debian package. + + (Automatically generated by debmake Version 4.4.0) + + -- Vítězslav Dvořák Tue, 10 Dec 2024 18:07:00 +0100 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..25894f5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +multiflexi-server (0.1.0) UNRELEASED; urgency=low + + * Initial release. Closes: #nnnn + + + -- Vítězslav Dvořák Tue, 10 Dec 2024 18:07:00 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. diff --git a/debian/conf/composer.json b/debian/conf/composer.json new file mode 100644 index 0000000..27004b8 --- /dev/null +++ b/debian/conf/composer.json @@ -0,0 +1,46 @@ +{ + "name": "deb/multiflexi-api", + "description": "MultiFlexi - PHP Slim 4 Server library for MultiFlexi API", + "authors": [ + { + "name": "Vítězslav Dvořák", + "email": "info@vitexsoftware.cz", + "homepage": "https://vitexsoftware.com/" + } + ], + "config": { + "vendor-dir": "/var/lib/composer/php-vitexsoftware-multiflexi-server" + }, + "autoload": { + "psr-4": { + "MultiFlexi\\Api\\": "./", + "MultiFlexi\\Api\\App\\": "./App/", + "MultiFlexi\\Api\\Auth\\": "./Auth/", + "MultiFlexi\\Api\\Model\\": "./Model/", + "MultiFlexi\\Api\\Server\\": "./Server/" + } + }, + "minimum-stability": "dev", + "require": { + "php": ">=7.4", + "guzzlehttp/guzzle": "^7.3", + "deb/ease-core": "*" + }, + "repositories": [ + { + "type": "path", + "url": "/usr/share/php/EaseCore" + }, + { + "type": "path", + "url": "/usr/share/php/MultiFlexiApi" + }, + { + "type": "path", + "url": "/usr/share/php/GuzzleHttp" + } + ], + "type": "library", + "homepage": "https://github.com/VitexSoftware/php-vitexsoftware-rbczpremiumapi", + "license": "MIT" +} diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c32244d --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: multiflexi-server +Section: web +Priority: optional +Maintainer: Vítězslav Dvořák +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.1 +Homepage: https://multiflexi.eu/ +Rules-Requires-Root: no +Vcs-Git: https://github.com/VitexSoftware/multiflexi-server.git +Vcs-Browser: https://github.com/VitexSoftware/multiflexi-server + +Package: php-vitexsoftware-multiflexi-server +Depends: ${misc:Depends}, php-guzzlehttp-psr7, composer-debian, php-vitexsoftware-ease-core +Architecture: all +Suggests: abraflexi-raiffasenbank +Section: office +Priority: optional +Description:REST API server library for MultiFlexi ecosystem + MultiFlexi - PHP Slim 4 Server library for MultiFlexi API + +Package: php-vitexsoftware-multiflexi-server-dev +Depends: ${misc:Depends}, php-vitexsoftware-multiflexi-server, phpunit, php-vitexsoftware-ease-core-dev +Architecture: all +Section: devel +Priority: optional +Description: php client library for multiflexi-server Unit Tests + Only for developers + +#Package: php-vitexsoftware-multiflexi-server-doc +#Depends: ${misc:Depends} +#Architecture: all +#Suggests: www-browser +#Section: doc +#Priority: optional +#Description: php client library for multiflexi-server Documentation +# php client library for multiflexi-server documentation generated by phpDocumentor diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..94141e1 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,5218 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: multiflexi-server +Upstream-Contact: +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: .build/php-cs-fixer/.php-cs-fixer.cache + .github/workflows/main.yml + .gitignore + .openapi-generator-ignore + .openapi-generator/FILES + .openapi-generator/VERSION + Makefile + README.md + composer.json + composer.lock + config/.htaccess + logs/.htaccess + phpstan-default-baseline.neon + phpstan-default.neon.dist + public/.htaccess + vendor/bin/php-cs-fixer + vendor/bin/php-parse + vendor/bin/phpcbf + vendor/bin/phpcs + vendor/bin/phpstan + vendor/bin/phpstan.phar + vendor/bin/phpunit + vendor/bin/validate-json + vendor/clue/ndjson-react/.github/FUNDING.yml + vendor/clue/ndjson-react/CHANGELOG.md + vendor/clue/ndjson-react/README.md + vendor/clue/ndjson-react/composer.json + vendor/composer/installed.json + vendor/composer/pcre/README.md + vendor/composer/pcre/composer.json + vendor/composer/pcre/extension.neon + vendor/composer/semver/CHANGELOG.md + vendor/composer/semver/README.md + vendor/composer/semver/composer.json + vendor/composer/xdebug-handler/CHANGELOG.md + vendor/composer/xdebug-handler/README.md + vendor/composer/xdebug-handler/composer.json + vendor/doctrine/instantiator/.doctrine-project.json + vendor/doctrine/instantiator/CONTRIBUTING.md + vendor/doctrine/instantiator/README.md + vendor/doctrine/instantiator/composer.json + vendor/doctrine/instantiator/docs/en/index.rst + vendor/doctrine/instantiator/docs/en/sidebar.rst + vendor/dyorg/slim-token-authentication/.gitignore + vendor/dyorg/slim-token-authentication/README.md + vendor/dyorg/slim-token-authentication/composer.json + vendor/dyorg/slim-token-authentication/example/.gitignore + vendor/dyorg/slim-token-authentication/example/.htaccess + vendor/dyorg/slim-token-authentication/example/README.md + vendor/dyorg/slim-token-authentication/example/composer.json + vendor/dyorg/slim-token-authentication/example/composer.lock + vendor/ergebnis/composer-normalize/CHANGELOG.md + vendor/ergebnis/composer-normalize/README.md + vendor/ergebnis/composer-normalize/composer.json + vendor/ergebnis/composer-normalize/resource/schema.json + vendor/ergebnis/json-normalizer/CHANGELOG.md + vendor/ergebnis/json-normalizer/README.md + vendor/ergebnis/json-normalizer/composer.json + vendor/ergebnis/json-pointer/CHANGELOG.md + vendor/ergebnis/json-pointer/README.md + vendor/ergebnis/json-pointer/composer.json + vendor/ergebnis/json-printer/CHANGELOG.md + vendor/ergebnis/json-printer/README.md + vendor/ergebnis/json-printer/composer.json + vendor/ergebnis/json-schema-validator/CHANGELOG.md + vendor/ergebnis/json-schema-validator/README.md + vendor/ergebnis/json-schema-validator/composer.json + vendor/ergebnis/json/CHANGELOG.md + vendor/ergebnis/json/README.md + vendor/ergebnis/json/composer.json + vendor/ergebnis/php-cs-fixer-config/CHANGELOG.md + vendor/ergebnis/php-cs-fixer-config/composer.json + vendor/erickskrauch/php-cs-fixer-custom-fixers/.github/workflows/ci.yml + vendor/erickskrauch/php-cs-fixer-custom-fixers/.gitignore + vendor/erickskrauch/php-cs-fixer-custom-fixers/CHANGELOG.md + vendor/erickskrauch/php-cs-fixer-custom-fixers/README.md + vendor/erickskrauch/php-cs-fixer-custom-fixers/composer.json + vendor/erickskrauch/php-cs-fixer-custom-fixers/composer.lock + vendor/erickskrauch/php-cs-fixer-custom-fixers/phpstan.neon.dist + vendor/evenement/evenement/.gitattributes + vendor/evenement/evenement/README.md + vendor/evenement/evenement/composer.json + vendor/fidry/cpu-core-counter/.envrc + vendor/fidry/cpu-core-counter/README.md + vendor/fidry/cpu-core-counter/composer.json + vendor/fig/http-message-util/.gitignore + vendor/fig/http-message-util/CHANGELOG.md + vendor/fig/http-message-util/README.md + vendor/fig/http-message-util/composer.json + vendor/friendsofphp/php-cs-fixer/CHANGELOG.md + vendor/friendsofphp/php-cs-fixer/CONTRIBUTING.md + vendor/friendsofphp/php-cs-fixer/UPGRADE-v3.md + vendor/friendsofphp/php-cs-fixer/ci-integration.sh + vendor/friendsofphp/php-cs-fixer/composer.json + vendor/friendsofphp/php-cs-fixer/feature-or-bug.rst + vendor/friendsofphp/php-cs-fixer/logo.md + vendor/friendsofphp/php-cs-fixer/logo.png + vendor/icecave/parity/CHANGELOG.md + vendor/icecave/parity/CONTRIBUTING.md + vendor/icecave/parity/README.md + vendor/icecave/parity/composer.json + vendor/icecave/parity/composer.lock + vendor/icecave/repr/CHANGELOG.md + vendor/icecave/repr/CONTRIBUTING.md + vendor/icecave/repr/README.md + vendor/icecave/repr/composer.json + vendor/icecave/repr/composer.lock + vendor/justinrainbow/json-schema/CHANGELOG.md + vendor/justinrainbow/json-schema/README.md + vendor/justinrainbow/json-schema/UPGRADE-6.0.md + vendor/justinrainbow/json-schema/bin/validate-json + vendor/justinrainbow/json-schema/composer.json + vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-03.json + vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-04.json + vendor/kubawerlos/php-cs-fixer-custom-fixers/CHANGELOG.md + vendor/kubawerlos/php-cs-fixer-custom-fixers/composer.json + vendor/laravel/serializable-closure/README.md + vendor/laravel/serializable-closure/composer.json + vendor/localheinz/diff/ChangeLog.md + vendor/localheinz/diff/README.md + vendor/localheinz/diff/composer.json + vendor/marc-mabe/php-enum/README.md + vendor/marc-mabe/php-enum/composer.json + vendor/monolog/monolog/CHANGELOG.md + vendor/monolog/monolog/README.md + vendor/monolog/monolog/UPGRADE.md + vendor/monolog/monolog/composer.json + vendor/myclabs/deep-copy/README.md + vendor/myclabs/deep-copy/composer.json + vendor/neomerx/cors-psr7/README.md + vendor/neomerx/cors-psr7/composer.json + vendor/nikic/fast-route/.gitignore + vendor/nikic/fast-route/.hhconfig + vendor/nikic/fast-route/.travis.yml + vendor/nikic/fast-route/README.md + vendor/nikic/fast-route/composer.json + vendor/nikic/php-parser/README.md + vendor/nikic/php-parser/bin/php-parse + vendor/nikic/php-parser/composer.json + vendor/phar-io/manifest/.github/FUNDING.yml + vendor/phar-io/manifest/.github/workflows/ci.yml + vendor/phar-io/manifest/CHANGELOG.md + vendor/phar-io/manifest/README.md + vendor/phar-io/manifest/composer.json + vendor/phar-io/manifest/composer.lock + vendor/phar-io/version/CHANGELOG.md + vendor/phar-io/version/README.md + vendor/phar-io/version/composer.json + vendor/php-di/invoker/CONTRIBUTING.md + vendor/php-di/invoker/README.md + vendor/php-di/invoker/composer.json + vendor/php-di/php-di/README.md + vendor/php-di/php-di/change-log.md + vendor/php-di/php-di/composer.json + vendor/php-di/php-di/src/Compiler/Template.php + vendor/php-di/php-di/support.md + vendor/php-di/slim-bridge/.github/workflows/ci.yml + vendor/php-di/slim-bridge/CONTRIBUTING.md + vendor/php-di/slim-bridge/README.md + vendor/php-di/slim-bridge/composer.json + vendor/phpstan/phpstan-phpunit/README.md + vendor/phpstan/phpstan-phpunit/composer.json + vendor/phpstan/phpstan-phpunit/extension.neon + vendor/phpstan/phpstan-phpunit/rules.neon + vendor/phpstan/phpstan/UPGRADING.md + vendor/phpstan/phpstan/composer.json + vendor/phpstan/phpstan/conf/bleedingEdge.neon + vendor/phpstan/phpstan/phpstan + vendor/phpstan/phpstan/phpstan.phar.asc + vendor/phpunit/php-code-coverage/ChangeLog-9.2.md + vendor/phpunit/php-code-coverage/README.md + vendor/phpunit/php-code-coverage/build/scripts/extract-release-notes.php + vendor/phpunit/php-code-coverage/composer.json + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist + vendor/phpunit/php-file-iterator/ChangeLog.md + vendor/phpunit/php-file-iterator/README.md + vendor/phpunit/php-file-iterator/composer.json + vendor/phpunit/php-invoker/ChangeLog.md + vendor/phpunit/php-invoker/README.md + vendor/phpunit/php-invoker/composer.json + vendor/phpunit/php-text-template/ChangeLog.md + vendor/phpunit/php-text-template/README.md + vendor/phpunit/php-text-template/composer.json + vendor/phpunit/php-timer/ChangeLog.md + vendor/phpunit/php-timer/README.md + vendor/phpunit/php-timer/composer.json + vendor/phpunit/phpunit/ChangeLog-9.6.md + vendor/phpunit/phpunit/DEPRECATIONS.md + vendor/phpunit/phpunit/README.md + vendor/phpunit/phpunit/SECURITY.md + vendor/phpunit/phpunit/composer.json + vendor/phpunit/phpunit/composer.lock + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl + vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl + vendor/psr/container/.gitignore + vendor/psr/container/README.md + vendor/psr/container/composer.json + vendor/psr/event-dispatcher/.editorconfig + vendor/psr/event-dispatcher/.gitignore + vendor/psr/event-dispatcher/README.md + vendor/psr/event-dispatcher/composer.json + vendor/psr/http-factory/README.md + vendor/psr/http-factory/composer.json + vendor/psr/http-message/CHANGELOG.md + vendor/psr/http-message/README.md + vendor/psr/http-message/composer.json + vendor/psr/http-message/docs/PSR7-Interfaces.md + vendor/psr/http-message/docs/PSR7-Usage.md + vendor/psr/http-server-handler/README.md + vendor/psr/http-server-handler/composer.json + vendor/psr/http-server-middleware/README.md + vendor/psr/http-server-middleware/composer.json + vendor/psr/log/README.md + vendor/psr/log/composer.json + vendor/ralouphie/getallheaders/README.md + vendor/ralouphie/getallheaders/composer.json + vendor/react/cache/CHANGELOG.md + vendor/react/cache/README.md + vendor/react/cache/composer.json + vendor/react/child-process/CHANGELOG.md + vendor/react/child-process/README.md + vendor/react/child-process/composer.json + vendor/react/dns/CHANGELOG.md + vendor/react/dns/README.md + vendor/react/dns/composer.json + vendor/react/event-loop/CHANGELOG.md + vendor/react/event-loop/README.md + vendor/react/event-loop/composer.json + vendor/react/promise/CHANGELOG.md + vendor/react/promise/README.md + vendor/react/promise/composer.json + vendor/react/socket/CHANGELOG.md + vendor/react/socket/README.md + vendor/react/socket/composer.json + vendor/react/stream/CHANGELOG.md + vendor/react/stream/README.md + vendor/react/stream/composer.json + vendor/sebastian/cli-parser/ChangeLog.md + vendor/sebastian/cli-parser/README.md + vendor/sebastian/cli-parser/composer.json + vendor/sebastian/cli-parser/infection.json + vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md + vendor/sebastian/code-unit-reverse-lookup/README.md + vendor/sebastian/code-unit-reverse-lookup/composer.json + vendor/sebastian/code-unit/ChangeLog.md + vendor/sebastian/code-unit/README.md + vendor/sebastian/code-unit/composer.json + vendor/sebastian/comparator/ChangeLog.md + vendor/sebastian/comparator/README.md + vendor/sebastian/comparator/composer.json + vendor/sebastian/complexity/ChangeLog.md + vendor/sebastian/complexity/README.md + vendor/sebastian/complexity/composer.json + vendor/sebastian/diff/ChangeLog.md + vendor/sebastian/diff/README.md + vendor/sebastian/diff/composer.json + vendor/sebastian/environment/ChangeLog.md + vendor/sebastian/environment/README.md + vendor/sebastian/environment/composer.json + vendor/sebastian/exporter/ChangeLog.md + vendor/sebastian/exporter/README.md + vendor/sebastian/exporter/composer.json + vendor/sebastian/global-state/ChangeLog.md + vendor/sebastian/global-state/README.md + vendor/sebastian/global-state/composer.json + vendor/sebastian/lines-of-code/ChangeLog.md + vendor/sebastian/lines-of-code/README.md + vendor/sebastian/lines-of-code/composer.json + vendor/sebastian/object-enumerator/ChangeLog.md + vendor/sebastian/object-enumerator/README.md + vendor/sebastian/object-enumerator/composer.json + vendor/sebastian/object-reflector/ChangeLog.md + vendor/sebastian/object-reflector/README.md + vendor/sebastian/object-reflector/composer.json + vendor/sebastian/recursion-context/ChangeLog.md + vendor/sebastian/recursion-context/README.md + vendor/sebastian/recursion-context/composer.json + vendor/sebastian/resource-operations/ChangeLog.md + vendor/sebastian/resource-operations/README.md + vendor/sebastian/resource-operations/SECURITY.md + vendor/sebastian/resource-operations/composer.json + vendor/sebastian/type/ChangeLog.md + vendor/sebastian/type/README.md + vendor/sebastian/type/composer.json + vendor/sebastian/version/.gitattributes + vendor/sebastian/version/.gitignore + vendor/sebastian/version/ChangeLog.md + vendor/sebastian/version/README.md + vendor/sebastian/version/composer.json + vendor/slim/psr7/composer.json + vendor/slim/slim/CHANGELOG.md + vendor/slim/slim/MAINTAINERS.md + vendor/slim/slim/SECURITY.md + vendor/slim/slim/composer.json + vendor/squizlabs/php_codesniffer/CHANGELOG.md + vendor/squizlabs/php_codesniffer/README.md + vendor/squizlabs/php_codesniffer/bin/phpcbf + vendor/squizlabs/php_codesniffer/bin/phpcbf.bat + vendor/squizlabs/php_codesniffer/bin/phpcs + vendor/squizlabs/php_codesniffer/bin/phpcs.bat + vendor/squizlabs/php_codesniffer/composer.json + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/FixmeUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/TodoUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.3.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/CSSLintUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ClosureLinterUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ESLintUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/JSHintUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.1.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.4.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.5.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.5.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.6.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.7.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.1.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.1.inc.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.2.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.2.inc.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineLengthUnitTest.2.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineLengthUnitTest.3.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineLengthUnitTest.4.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.1.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.2.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.3.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.3.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.4.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.1.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.2.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.4.inc + vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Objects/AssignThisUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Strings/JoinStringsUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.7.inc + vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.9.inc + vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.4.inc + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.1.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.1.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.2.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/MissingColonUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/OpacityUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/OpacityUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.1.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.1.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.2.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.5.inc + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.5.inc.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Debug/JSLintUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.22.inc + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.22.inc.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.inc + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.inc + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.inc + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js.fixed + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.4.inc + vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.5.inc + vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameJSTest.js + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-BlankLinesAtEnd.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-BlankLinesAtStart.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-BlankLinesAtStart.inc + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-LineAdded.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-LineRemoved.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-NoDiff.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-NoTrailingWhitespace.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-TabsToSpaces.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-VarNameChanged.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WhiteSpaceAtEnd.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WhiteSpaceAtStart.diff + vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WhiteSpaceAtStart.inc + vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputEmpty.txt + vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputNoDocs.md + vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputOneDoc.md + vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputOneDoc.txt + vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputStructureDocs.md + vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputStructureDocs.txt + vendor/symfony/console/CHANGELOG.md + vendor/symfony/console/README.md + vendor/symfony/console/Resources/bin/hiddeninput.exe + vendor/symfony/console/composer.json + vendor/symfony/deprecation-contracts/CHANGELOG.md + vendor/symfony/deprecation-contracts/README.md + vendor/symfony/deprecation-contracts/composer.json + vendor/symfony/event-dispatcher-contracts/CHANGELOG.md + vendor/symfony/event-dispatcher-contracts/README.md + vendor/symfony/event-dispatcher-contracts/composer.json + vendor/symfony/event-dispatcher/CHANGELOG.md + vendor/symfony/event-dispatcher/README.md + vendor/symfony/event-dispatcher/composer.json + vendor/symfony/filesystem/CHANGELOG.md + vendor/symfony/filesystem/README.md + vendor/symfony/filesystem/composer.json + vendor/symfony/finder/CHANGELOG.md + vendor/symfony/finder/README.md + vendor/symfony/finder/composer.json + vendor/symfony/options-resolver/CHANGELOG.md + vendor/symfony/options-resolver/README.md + vendor/symfony/options-resolver/composer.json + vendor/symfony/polyfill-ctype/README.md + vendor/symfony/polyfill-ctype/composer.json + vendor/symfony/polyfill-intl-grapheme/README.md + vendor/symfony/polyfill-intl-grapheme/composer.json + vendor/symfony/polyfill-intl-normalizer/README.md + vendor/symfony/polyfill-intl-normalizer/composer.json + vendor/symfony/polyfill-mbstring/README.md + vendor/symfony/polyfill-mbstring/composer.json + vendor/symfony/polyfill-php80/README.md + vendor/symfony/polyfill-php80/composer.json + vendor/symfony/polyfill-php81/README.md + vendor/symfony/polyfill-php81/composer.json + vendor/symfony/process/CHANGELOG.md + vendor/symfony/process/README.md + vendor/symfony/process/composer.json + vendor/symfony/service-contracts/CHANGELOG.md + vendor/symfony/service-contracts/README.md + vendor/symfony/service-contracts/composer.json + vendor/symfony/stopwatch/CHANGELOG.md + vendor/symfony/stopwatch/README.md + vendor/symfony/stopwatch/composer.json + vendor/symfony/string/CHANGELOG.md + vendor/symfony/string/README.md + vendor/symfony/string/composer.json + vendor/theseer/tokenizer/CHANGELOG.md + vendor/theseer/tokenizer/README.md + vendor/theseer/tokenizer/composer.json + vendor/theseer/tokenizer/composer.lock + vendor/ybelenko/openapi-data-mocker-interfaces/.gitignore + vendor/ybelenko/openapi-data-mocker-interfaces/.travis.yml + vendor/ybelenko/openapi-data-mocker-interfaces/README.md + vendor/ybelenko/openapi-data-mocker-interfaces/composer.json + vendor/ybelenko/openapi-data-mocker-server-middleware/.github/workflows/ci.yml + vendor/ybelenko/openapi-data-mocker-server-middleware/.gitignore + vendor/ybelenko/openapi-data-mocker-server-middleware/README.md + vendor/ybelenko/openapi-data-mocker-server-middleware/composer.json + vendor/ybelenko/openapi-data-mocker-server-middleware/report/.gitkeep + vendor/ybelenko/openapi-data-mocker/.coveralls.yml + vendor/ybelenko/openapi-data-mocker/.gitignore + vendor/ybelenko/openapi-data-mocker/.travis.yml + vendor/ybelenko/openapi-data-mocker/README.md + vendor/ybelenko/openapi-data-mocker/composer.json + vendor/ybelenko/openapi-data-mocker/report/.gitkeep +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: vendor/ergebnis/composer-normalize/LICENSE.md + vendor/ergebnis/json-normalizer/LICENSE.md + vendor/ergebnis/json-pointer/LICENSE.md + vendor/ergebnis/json-printer/LICENSE.md + vendor/ergebnis/json-schema-validator/LICENSE.md + vendor/ergebnis/json/LICENSE.md + vendor/ergebnis/php-cs-fixer-config/LICENSE.md + vendor/fidry/cpu-core-counter/LICENSE.md +Copyright: 2018-2024 Andreas Möller + 2022 Théo FIDRY +License: __UNKNOWN__ + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated + +Files: vendor/fidry/cpu-core-counter/bin/diagnose.php + vendor/fidry/cpu-core-counter/bin/execute.php + vendor/fidry/cpu-core-counter/bin/trace.php + vendor/phar-io/manifest/tools/php-cs-fixer.d/header.txt + vendor/phpunit/phpunit/phpunit + vendor/sebastian/resource-operations/build/generate.php +Copyright: Arne Blankerts , Sebastian Heuer , Sebastian Bergmann and contributors + Sebastian Bergmann + Théo FIDRY +License: __UNKNOWN__ + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. + +Files: vendor/laravel/serializable-closure/LICENSE.md + vendor/slim/psr7/LICENSE.md + vendor/slim/slim/LICENSE.md +Copyright: 2011-2022 Josh Lockhart + 2015 Slim Framework + Taylor Otwell +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is furnished + to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +Files: vendor/symfony/console/Resources/completion.bash + vendor/symfony/console/Resources/completion.fish + vendor/symfony/console/Resources/completion.zsh +Copyright: Fabien Potencier +License: __UNKNOWN__ + For the full copyright and license information, please view + https://symfony.com/doc/current/contributing/code/license.html + +Files: vendor/icecave/parity/LICENSE.md + vendor/icecave/repr/LICENSE.md +Copyright: __NO_COPYRIGHT__ in: vendor/icecave/parity/LICENSE.md + __NO_COPYRIGHT__ in: vendor/icecave/repr/LICENSE.md +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + . + **THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.** + +Files: vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css + vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js +Copyright: 2011-2022 The Bootstrap Authors + 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + 2011-2022 Twitter, Inc. +License: __UNKNOWN__ + Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + +Files: vendor/friendsofphp/php-cs-fixer/php-cs-fixer +Copyright: Fabien Potencier Dariusz Rumiński +License: __UNKNOWN__ + This source file is subject to the MIT license that is bundled + with this source code in the file LICENSE. + +Files: vendor/ergebnis/php-cs-fixer-config/README.md +Copyright: 2023 Andreas Möller +License: __UNKNOWN__ + For the full copyright and license information, please view + the LICENSE file that was distributed with this source code. + . + @see https://github.com/ergebnis/php-cs-fixer-config + EOF; + +Files: vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js +Copyright: 2020 Federico Zivolo +License: __UNKNOWN__ + Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT). + +Files: vendor/neomerx/cors-psr7/NOTICE +Copyright: 2015-2019 info@neomerx.com +License: __UNKNOWN__ + This product includes software developed at Neomerx (www.neomerx.com). + +Files: vendor/marc-mabe/php-enum/LICENSE.txt +Copyright: 2020 Marc Bennewitz +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + . + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + * Neither the name of the organisation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + On Debian systems, the complete text of the BSD 3-clause "New" or "Revised" + License can be found in `/usr/share/common-licenses/BSD'. + +Files: vendor/squizlabs/php_codesniffer/licence.txt +Copyright: 2012 Squiz Pty Ltd (ABN 77 084 670 600) +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holder nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + On Debian systems, the complete text of the BSD 3-clause "New" or "Revised" + License can be found in `/usr/share/common-licenses/BSD'. + +#---------------------------------------------------------------------------- +# xml and html files (skipped): +# phpcs.xml.dist +# phpunit.xml.dist +# .php-cs-fixer.dist.php +# tests/BaseModelTest.php +# tests/Api/DefaultApiTest.php +# tests/Api/JobApiTest.php +# tests/Api/RuntemplateApiTest.php +# tests/Api/UserApiTest.php +# tests/Api/AppApiTest.php +# tests/Api/CompanyApiTest.php +# tests/Model/RunTemplateTest.php +# tests/Model/ConfigurationTest.php +# tests/Model/TopicTest.php +# tests/Model/ConfFieldTest.php +# tests/Model/CompanyTest.php +# tests/Model/GetTopic200ResponseTest.php +# tests/Model/GetCredentialType200ResponseTest.php +# tests/Model/CustomerTest.php +# tests/Model/TagTest.php +# tests/Model/CredentialTest.php +# tests/Model/JobTest.php +# tests/Model/CredentialTypeTest.php +# tests/Model/UserTest.php +# tests/Model/AppTest.php +# tests/Model/GetCredential200ResponseTest.php +# vendor/autoload.php +# vendor/icecave/parity/src/Icecave/Parity/AbstractExtendedComparable.php +# vendor/icecave/parity/src/Icecave/Parity/RestrictedComparableInterface.php +# vendor/icecave/parity/src/Icecave/Parity/ExtendedComparableInterface.php +# vendor/icecave/parity/src/Icecave/Parity/SelfComparableInterface.php +# vendor/icecave/parity/src/Icecave/Parity/SubClassComparableInterface.php +# vendor/icecave/parity/src/Icecave/Parity/ExtendedComparableTrait.php +# vendor/icecave/parity/src/Icecave/Parity/PackageInfo.php +# vendor/icecave/parity/src/Icecave/Parity/AnyComparableInterface.php +# vendor/icecave/parity/src/Icecave/Parity/Parity.php +# vendor/icecave/parity/src/Icecave/Parity/Exception/NotComparableException.php +# vendor/icecave/parity/src/Icecave/Parity/Comparator/ComparatorInterface.php +# vendor/icecave/parity/src/Icecave/Parity/Comparator/PhpComparator.php +# vendor/icecave/parity/src/Icecave/Parity/Comparator/ObjectIdentityComparator.php +# vendor/icecave/parity/src/Icecave/Parity/Comparator/ParityComparator.php +# vendor/icecave/parity/src/Icecave/Parity/Comparator/DeepComparator.php +# vendor/icecave/parity/src/Icecave/Parity/Comparator/StrictPhpComparator.php +# vendor/icecave/repr/src/RepresentableInterface.php +# vendor/icecave/repr/src/Generator.php +# vendor/icecave/repr/src/Repr.php +# vendor/icecave/repr/src/PackageInfo.php +# vendor/react/dns/src/BadServerException.php +# vendor/react/dns/src/RecordNotFoundException.php +# vendor/react/dns/src/Model/Record.php +# vendor/react/dns/src/Model/Message.php +# vendor/react/dns/src/Protocol/BinaryDumper.php +# vendor/react/dns/src/Protocol/Parser.php +# vendor/react/dns/src/Resolver/ResolverInterface.php +# vendor/react/dns/src/Resolver/Resolver.php +# vendor/react/dns/src/Resolver/Factory.php +# vendor/react/dns/src/Query/TimeoutExecutor.php +# vendor/react/dns/src/Query/Query.php +# vendor/react/dns/src/Query/CancellationException.php +# vendor/react/dns/src/Query/CachingExecutor.php +# vendor/react/dns/src/Query/UdpTransportExecutor.php +# vendor/react/dns/src/Query/HostsFileExecutor.php +# vendor/react/dns/src/Query/RetryExecutor.php +# vendor/react/dns/src/Query/TimeoutException.php +# vendor/react/dns/src/Query/TcpTransportExecutor.php +# vendor/react/dns/src/Query/CoopExecutor.php +# vendor/react/dns/src/Query/ExecutorInterface.php +# vendor/react/dns/src/Query/FallbackExecutor.php +# vendor/react/dns/src/Query/SelectiveTransportExecutor.php +# vendor/react/dns/src/Config/HostsFile.php +# vendor/react/dns/src/Config/Config.php +# vendor/react/cache/src/CacheInterface.php +# vendor/react/cache/src/ArrayCache.php +# vendor/react/promise/src/functions_include.php +# vendor/react/promise/src/Promise.php +# vendor/react/promise/src/PromiseInterface.php +# vendor/react/promise/src/functions.php +# vendor/react/promise/src/Deferred.php +# vendor/react/promise/src/Internal/CancellationQueue.php +# vendor/react/promise/src/Internal/FulfilledPromise.php +# vendor/react/promise/src/Internal/RejectedPromise.php +# vendor/react/promise/src/Exception/CompositeException.php +# vendor/react/promise/src/Exception/LengthException.php +# vendor/react/child-process/src/Process.php +# vendor/react/event-loop/src/SignalsHandler.php +# vendor/react/event-loop/src/ExtUvLoop.php +# vendor/react/event-loop/src/StreamSelectLoop.php +# vendor/react/event-loop/src/ExtEvLoop.php +# vendor/react/event-loop/src/ExtEventLoop.php +# vendor/react/event-loop/src/LoopInterface.php +# vendor/react/event-loop/src/ExtLibevLoop.php +# vendor/react/event-loop/src/Loop.php +# vendor/react/event-loop/src/Factory.php +# vendor/react/event-loop/src/ExtLibeventLoop.php +# vendor/react/event-loop/src/TimerInterface.php +# vendor/react/event-loop/src/Timer/Timer.php +# vendor/react/event-loop/src/Timer/Timers.php +# vendor/react/event-loop/src/Tick/FutureTickQueue.php +# vendor/react/stream/src/WritableStreamInterface.php +# vendor/react/stream/src/ReadableResourceStream.php +# vendor/react/stream/src/CompositeStream.php +# vendor/react/stream/src/ThroughStream.php +# vendor/react/stream/src/DuplexResourceStream.php +# vendor/react/stream/src/Util.php +# vendor/react/stream/src/WritableResourceStream.php +# vendor/react/stream/src/ReadableStreamInterface.php +# vendor/react/stream/src/DuplexStreamInterface.php +# vendor/react/socket/src/HappyEyeBallsConnectionBuilder.php +# vendor/react/socket/src/Connector.php +# vendor/react/socket/src/FixedUriConnector.php +# vendor/react/socket/src/UnixConnector.php +# vendor/react/socket/src/Server.php +# vendor/react/socket/src/ConnectorInterface.php +# vendor/react/socket/src/DnsConnector.php +# vendor/react/socket/src/SecureServer.php +# vendor/react/socket/src/ConnectionInterface.php +# vendor/react/socket/src/TcpServer.php +# vendor/react/socket/src/TcpConnector.php +# vendor/react/socket/src/FdServer.php +# vendor/react/socket/src/LimitingServer.php +# vendor/react/socket/src/ServerInterface.php +# vendor/react/socket/src/SocketServer.php +# vendor/react/socket/src/Connection.php +# vendor/react/socket/src/UnixServer.php +# vendor/react/socket/src/SecureConnector.php +# vendor/react/socket/src/StreamEncryption.php +# vendor/react/socket/src/TimeoutConnector.php +# vendor/react/socket/src/HappyEyeBallsConnector.php +# vendor/dyorg/slim-token-authentication/example/index.php +# vendor/dyorg/slim-token-authentication/example/app/Auth.php +# vendor/dyorg/slim-token-authentication/example/app/UnauthorizedException.php +# vendor/dyorg/slim-token-authentication/src/TokenAuthentication.php +# vendor/dyorg/slim-token-authentication/src/TokenAuthentication/UnauthorizedExceptionInterface.php +# vendor/dyorg/slim-token-authentication/src/TokenAuthentication/TokenNotFoundException.php +# vendor/dyorg/slim-token-authentication/src/TokenAuthentication/TokenSearch.php +# vendor/fidry/cpu-core-counter/src/Diagnoser.php +# vendor/fidry/cpu-core-counter/src/NumberOfCpuCoreNotFound.php +# vendor/fidry/cpu-core-counter/src/ParallelisationResult.php +# vendor/fidry/cpu-core-counter/src/CpuCoreCounter.php +# vendor/fidry/cpu-core-counter/src/Finder/HwLogicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/NProcFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/CpuCoreFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/LscpuLogicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/SkipOnOSFamilyFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/CpuInfoFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/LscpuPhysicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/OnlyInPowerShellFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/WmicPhysicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/EnvVariableFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/NullCpuCoreFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/WmicLogicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/CmiCmdletPhysicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/HwPhysicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/OnlyOnOSFamilyFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/WindowsRegistryLogicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/CmiCmdletLogicalFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/NProcessorFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/DummyCpuCoreFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/_NProcessorFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/ProcOpenBasedFinder.php +# vendor/fidry/cpu-core-counter/src/Finder/FinderRegistry.php +# vendor/fidry/cpu-core-counter/src/Executor/ProcOpenExecutor.php +# vendor/fidry/cpu-core-counter/src/Executor/ProcessExecutor.php +# vendor/phar-io/version/src/Version.php +# vendor/phar-io/version/src/PreReleaseSuffix.php +# vendor/phar-io/version/src/VersionConstraintParser.php +# vendor/phar-io/version/src/VersionConstraintValue.php +# vendor/phar-io/version/src/BuildMetaData.php +# vendor/phar-io/version/src/VersionNumber.php +# vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php +# vendor/phar-io/version/src/constraints/ExactVersionConstraint.php +# vendor/phar-io/version/src/constraints/VersionConstraint.php +# vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php +# vendor/phar-io/version/src/constraints/AnyVersionConstraint.php +# vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php +# vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php +# vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php +# vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php +# vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php +# vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php +# vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php +# vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php +# vendor/phar-io/version/src/exceptions/Exception.php +# vendor/phar-io/version/src/exceptions/InvalidVersionException.php +# vendor/phar-io/manifest/manifest.xsd +# vendor/phar-io/manifest/.php-cs-fixer.dist.php +# vendor/phar-io/manifest/tools/php-cs-fixer.d/PhpdocSingleLineVarFixer.php +# vendor/phar-io/manifest/src/ManifestSerializer.php +# vendor/phar-io/manifest/src/ManifestDocumentMapper.php +# vendor/phar-io/manifest/src/ManifestLoader.php +# vendor/phar-io/manifest/src/xml/ExtensionElement.php +# vendor/phar-io/manifest/src/xml/ContainsElement.php +# vendor/phar-io/manifest/src/xml/ManifestElement.php +# vendor/phar-io/manifest/src/xml/ElementCollection.php +# vendor/phar-io/manifest/src/xml/ManifestDocument.php +# vendor/phar-io/manifest/src/xml/ExtElement.php +# vendor/phar-io/manifest/src/xml/BundlesElement.php +# vendor/phar-io/manifest/src/xml/AuthorElementCollection.php +# vendor/phar-io/manifest/src/xml/CopyrightElement.php +# vendor/phar-io/manifest/src/xml/PhpElement.php +# vendor/phar-io/manifest/src/xml/ExtElementCollection.php +# vendor/phar-io/manifest/src/xml/LicenseElement.php +# vendor/phar-io/manifest/src/xml/ComponentElement.php +# vendor/phar-io/manifest/src/xml/ComponentElementCollection.php +# vendor/phar-io/manifest/src/xml/RequiresElement.php +# vendor/phar-io/manifest/src/xml/AuthorElement.php +# vendor/phar-io/manifest/src/values/Requirement.php +# vendor/phar-io/manifest/src/values/Url.php +# vendor/phar-io/manifest/src/values/Email.php +# vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php +# vendor/phar-io/manifest/src/values/CopyrightInformation.php +# vendor/phar-io/manifest/src/values/License.php +# vendor/phar-io/manifest/src/values/AuthorCollection.php +# vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php +# vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php +# vendor/phar-io/manifest/src/values/Manifest.php +# vendor/phar-io/manifest/src/values/Library.php +# vendor/phar-io/manifest/src/values/PhpVersionRequirement.php +# vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php +# vendor/phar-io/manifest/src/values/Type.php +# vendor/phar-io/manifest/src/values/BundledComponent.php +# vendor/phar-io/manifest/src/values/BundledComponentCollection.php +# vendor/phar-io/manifest/src/values/Author.php +# vendor/phar-io/manifest/src/values/ApplicationName.php +# vendor/phar-io/manifest/src/values/Application.php +# vendor/phar-io/manifest/src/values/Extension.php +# vendor/phar-io/manifest/src/values/RequirementCollection.php +# vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php +# vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php +# vendor/phar-io/manifest/src/exceptions/Exception.php +# vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php +# vendor/phar-io/manifest/src/exceptions/NoEmailAddressException.php +# vendor/phar-io/manifest/src/exceptions/ManifestElementException.php +# vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php +# vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php +# vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php +# vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php +# vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/README.md +# vendor/kubawerlos/php-cs-fixer-custom-fixers/bootstrap.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixers.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/TokenRemover.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/DataProviderNameFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/MultilinePromotedPropertiesFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoCommentedOutCodeFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoImportFromGlobalNamespaceFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoDuplicatedArrayKeyFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/MultilineCommentOpeningClosingAloneFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpUnitDedicatedAssertFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocNoSuperfluousParamFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocArrayStyleFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocTypeListFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoReferenceInFunctionDefinitionFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocParamTypeFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoTrailingCommaInSinglelineFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoUselessCommentFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoUselessDoctrineRepositoryCommentFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/IssetToArrayKeyExistsFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoSuperfluousConcatenationFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocTypesCommaSpacesFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PromotedConstructorPropertyFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoPhpStormGeneratedCommentFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocTypesTrimFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/EmptyFunctionBodyFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/AbstractFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoUselessDirnameCallFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/ReadonlyPromotedPropertiesFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/DataProviderReturnTypeFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/SingleSpaceAfterStatementFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/CommentSurroundedBySpacesFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpUnitAssertArgumentsOrderFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocSelfAccessorFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocOnlyAllowedAnnotationsFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/StringableInterfaceFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoNullableBooleanTypeFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/DataProviderStaticFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocSingleLineVarFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/AbstractTypesFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocNoIncorrectVarAnnotationFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocParamOrderFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoDuplicatedImportsFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpdocVarAnnotationToAssertFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoUselessParenthesisFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoUselessStrlenFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/InternalClassCasingFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/PhpUnitNoUselessReturnFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/ConstructorEmptyBracesFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NumericLiteralSeparatorFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/DeclareAfterOpeningTagFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoDoctrineMigrationsGeneratedCommentFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/NoLeadingSlashInGlobalNamespaceFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/CommentedOutFunctionFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Fixer/SingleSpaceBeforeStatementFixer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/ArrayAnalyzer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/FunctionAnalyzer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/ConstructorAnalyzer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/SwitchAnalyzer.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/Analysis/ArgumentAnalysis.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/Analysis/ArrayElementAnalysis.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/Analysis/CaseAnalysis.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/Analysis/SwitchAnalysis.php +# vendor/kubawerlos/php-cs-fixer-custom-fixers/src/Analyzer/Analysis/ConstructorAnalysis.php +# vendor/ralouphie/getallheaders/src/getallheaders.php +# vendor/clue/ndjson-react/src/Encoder.php +# vendor/clue/ndjson-react/src/Decoder.php +# vendor/ybelenko/openapi-data-mocker-interfaces/phpcs.xml.dist +# vendor/ybelenko/openapi-data-mocker-interfaces/src/Mock/OpenApiDataMockerInterface.php +# vendor/ybelenko/openapi-data-mocker-interfaces/src/Mock/OpenApiModelInterface.php +# vendor/ybelenko/openapi-data-mocker-interfaces/src/Mock/OpenApiServerMockerInterface.php +# vendor/ybelenko/openapi-data-mocker-interfaces/src/Mock/Exceptions/OpenApiDataMockerException.php +# vendor/ybelenko/openapi-data-mocker-server-middleware/phpcs.xml.dist +# vendor/ybelenko/openapi-data-mocker-server-middleware/phpunit.xml.dist +# vendor/ybelenko/openapi-data-mocker-server-middleware/examples/get_mock_responses.php +# vendor/ybelenko/openapi-data-mocker-server-middleware/examples/slim_example.php +# vendor/ybelenko/openapi-data-mocker-server-middleware/src/Mock/OpenApiDataMockerRouteMiddleware.php +# vendor/ybelenko/openapi-data-mocker-server-middleware/src/Mock/OpenApiDataMockerRouteMiddlewareFactory.php +# vendor/ybelenko/openapi-data-mocker-server-middleware/test/Mock/OpenApiDataMockerRouteMiddlewareFactoryTest.php +# vendor/ybelenko/openapi-data-mocker-server-middleware/test/Mock/OpenApiDataMockerRouteMiddlewareTest.php +# vendor/ybelenko/openapi-data-mocker/phpcs.xml.dist +# vendor/ybelenko/openapi-data-mocker/phpunit.xml.dist +# vendor/ybelenko/openapi-data-mocker/examples/extended_example.php +# vendor/ybelenko/openapi-data-mocker/src/Mock/OpenApiDataMocker.php +# vendor/ybelenko/openapi-data-mocker/src/Mock/Exceptions/MockerInvalidArgumentException.php +# vendor/ybelenko/openapi-data-mocker/src/Utils/ModelUtilsTrait.php +# vendor/ybelenko/openapi-data-mocker/src/Utils/StringUtilsTrait.php +# vendor/ybelenko/openapi-data-mocker/test/Mock/OpenApiDataMockerTest.php +# vendor/ybelenko/openapi-data-mocker/test/Mock/Model/InvoiceTest.php +# vendor/ybelenko/openapi-data-mocker/test/Mock/Model/ClassNotImplementModelInterface.php +# vendor/ybelenko/openapi-data-mocker/test/Mock/Model/CatRefTestClass.php +# vendor/ybelenko/openapi-data-mocker/test/Mock/Model/UnknownTypeTestClass.php +# vendor/ybelenko/openapi-data-mocker/test/Mock/Model/ClassWithoutGetSchemaMethod.php +# vendor/ybelenko/openapi-data-mocker/test/Mock/Model/BaseModelExample.php +# vendor/ybelenko/openapi-data-mocker/test/Utils/StringUtilsTraitTest.php +# vendor/ybelenko/openapi-data-mocker/test/Utils/ModelUtilsTraitTest.php +# vendor/php-di/php-di/src/ContainerBuilder.php +# vendor/php-di/php-di/src/NotFoundException.php +# vendor/php-di/php-di/src/Container.php +# vendor/php-di/php-di/src/CompiledContainer.php +# vendor/php-di/php-di/src/DependencyException.php +# vendor/php-di/php-di/src/functions.php +# vendor/php-di/php-di/src/FactoryInterface.php +# vendor/php-di/php-di/src/Invoker/DefinitionParameterResolver.php +# vendor/php-di/php-di/src/Invoker/FactoryParameterResolver.php +# vendor/php-di/php-di/src/Factory/RequestedEntry.php +# vendor/php-di/php-di/src/Attribute/Inject.php +# vendor/php-di/php-di/src/Attribute/Injectable.php +# vendor/php-di/php-di/src/Proxy/ProxyFactory.php +# vendor/php-di/php-di/src/Compiler/ObjectCreationCompiler.php +# vendor/php-di/php-di/src/Compiler/Compiler.php +# vendor/php-di/php-di/src/Compiler/RequestedEntryHolder.php +# vendor/php-di/php-di/src/Definition/FactoryDefinition.php +# vendor/php-di/php-di/src/Definition/ObjectDefinition.php +# vendor/php-di/php-di/src/Definition/ArrayDefinitionExtension.php +# vendor/php-di/php-di/src/Definition/Reference.php +# vendor/php-di/php-di/src/Definition/StringDefinition.php +# vendor/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php +# vendor/php-di/php-di/src/Definition/ValueDefinition.php +# vendor/php-di/php-di/src/Definition/InstanceDefinition.php +# vendor/php-di/php-di/src/Definition/AutowireDefinition.php +# vendor/php-di/php-di/src/Definition/DecoratorDefinition.php +# vendor/php-di/php-di/src/Definition/Definition.php +# vendor/php-di/php-di/src/Definition/ArrayDefinition.php +# vendor/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php +# vendor/php-di/php-di/src/Definition/SelfResolvingDefinition.php +# vendor/php-di/php-di/src/Definition/Source/NoAutowiring.php +# vendor/php-di/php-di/src/Definition/Source/DefinitionSource.php +# vendor/php-di/php-di/src/Definition/Source/DefinitionFile.php +# vendor/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php +# vendor/php-di/php-di/src/Definition/Source/SourceChain.php +# vendor/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php +# vendor/php-di/php-di/src/Definition/Source/AttributeBasedAutowiring.php +# vendor/php-di/php-di/src/Definition/Source/Autowiring.php +# vendor/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php +# vendor/php-di/php-di/src/Definition/Source/DefinitionArray.php +# vendor/php-di/php-di/src/Definition/Source/SourceCache.php +# vendor/php-di/php-di/src/Definition/Helper/DefinitionHelper.php +# vendor/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php +# vendor/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php +# vendor/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php +# vendor/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php +# vendor/php-di/php-di/src/Definition/Resolver/InstanceInjector.php +# vendor/php-di/php-di/src/Definition/Resolver/ArrayResolver.php +# vendor/php-di/php-di/src/Definition/Resolver/FactoryResolver.php +# vendor/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php +# vendor/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php +# vendor/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php +# vendor/php-di/php-di/src/Definition/Resolver/ObjectCreator.php +# vendor/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php +# vendor/php-di/php-di/src/Definition/Resolver/ParameterResolver.php +# vendor/php-di/php-di/src/Definition/Exception/InvalidAttribute.php +# vendor/php-di/php-di/src/Definition/Exception/InvalidDefinition.php +# vendor/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php +# vendor/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php +# vendor/php-di/invoker/src/CallableResolver.php +# vendor/php-di/invoker/src/InvokerInterface.php +# vendor/php-di/invoker/src/Invoker.php +# vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php +# vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php +# vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php +# vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php +# vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php +# vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php +# vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php +# vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php +# vendor/php-di/invoker/src/Reflection/CallableReflection.php +# vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php +# vendor/php-di/invoker/src/Exception/InvocationException.php +# vendor/php-di/invoker/src/Exception/NotCallableException.php +# vendor/php-di/slim-bridge/.phpcs.xml.dist +# vendor/php-di/slim-bridge/src/CallableResolver.php +# vendor/php-di/slim-bridge/src/Bridge.php +# vendor/php-di/slim-bridge/src/ControllerInvoker.php +# vendor/nikic/php-parser/lib/PhpParser/Node.php +# vendor/nikic/php-parser/lib/PhpParser/NameContext.php +# vendor/nikic/php-parser/lib/PhpParser/Comment.php +# vendor/nikic/php-parser/lib/PhpParser/NodeFinder.php +# vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php +# vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php +# vendor/nikic/php-parser/lib/PhpParser/NodeDumper.php +# vendor/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php +# vendor/nikic/php-parser/lib/PhpParser/Error.php +# vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php +# vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php +# vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php +# vendor/nikic/php-parser/lib/PhpParser/Modifiers.php +# vendor/nikic/php-parser/lib/PhpParser/PhpVersion.php +# vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php +# vendor/nikic/php-parser/lib/PhpParser/compatibility_tokens.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php +# vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php +# vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php +# vendor/nikic/php-parser/lib/PhpParser/Token.php +# vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php +# vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php +# vendor/nikic/php-parser/lib/PhpParser/Parser.php +# vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter.php +# vendor/nikic/php-parser/lib/PhpParser/Builder.php +# vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/PropertyTokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AsymmetricVisibilityTokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php +# vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CommentAnnotatingVisitor.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php +# vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Identifier.php +# vendor/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php +# vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php +# vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php +# vendor/nikic/php-parser/lib/PhpParser/Node/PropertyHook.php +# vendor/nikic/php-parser/lib/PhpParser/Node/ClosureUse.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php +# vendor/nikic/php-parser/lib/PhpParser/Node/StaticVar.php +# vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php +# vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Name.php +# vendor/nikic/php-parser/lib/PhpParser/Node/DeclareItem.php +# vendor/nikic/php-parser/lib/PhpParser/Node/UseItem.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Const_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php +# vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php +# vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Param.php +# vendor/nikic/php-parser/lib/PhpParser/Node/ArrayItem.php +# vendor/nikic/php-parser/lib/PhpParser/Node/PropertyItem.php +# vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php +# vendor/nikic/php-parser/lib/PhpParser/Node/InterpolatedStringPart.php +# vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Block.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Float_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/InterpolatedString.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Int_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Property.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php +# vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php +# vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php +# vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php +# vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php +# vendor/nikic/php-parser/lib/PhpParser/Internal/TokenPolyfill.php +# vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php +# vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php +# vendor/nikic/php-parser/lib/PhpParser/Parser/Php8.php +# vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php +# vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php +# vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php +# vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php +# vendor/nikic/fast-route/FastRoute.hhi +# vendor/nikic/fast-route/phpunit.xml +# vendor/nikic/fast-route/psalm.xml +# vendor/nikic/fast-route/src/Route.php +# vendor/nikic/fast-route/src/DataGenerator.php +# vendor/nikic/fast-route/src/BadRouteException.php +# vendor/nikic/fast-route/src/bootstrap.php +# vendor/nikic/fast-route/src/functions.php +# vendor/nikic/fast-route/src/Dispatcher.php +# vendor/nikic/fast-route/src/RouteParser.php +# vendor/nikic/fast-route/src/RouteCollector.php +# vendor/nikic/fast-route/src/Dispatcher/CharCountBased.php +# vendor/nikic/fast-route/src/Dispatcher/MarkBased.php +# vendor/nikic/fast-route/src/Dispatcher/RegexBasedAbstract.php +# vendor/nikic/fast-route/src/Dispatcher/GroupPosBased.php +# vendor/nikic/fast-route/src/Dispatcher/GroupCountBased.php +# vendor/nikic/fast-route/src/RouteParser/Std.php +# vendor/nikic/fast-route/src/DataGenerator/CharCountBased.php +# vendor/nikic/fast-route/src/DataGenerator/MarkBased.php +# vendor/nikic/fast-route/src/DataGenerator/RegexBasedAbstract.php +# vendor/nikic/fast-route/src/DataGenerator/GroupPosBased.php +# vendor/nikic/fast-route/src/DataGenerator/GroupCountBased.php +# vendor/nikic/fast-route/test/RouteCollectorTest.php +# vendor/nikic/fast-route/test/bootstrap.php +# vendor/nikic/fast-route/test/HackTypechecker/HackTypecheckerTest.php +# vendor/nikic/fast-route/test/HackTypechecker/fixtures/no_options.php +# vendor/nikic/fast-route/test/HackTypechecker/fixtures/empty_options.php +# vendor/nikic/fast-route/test/HackTypechecker/fixtures/all_options.php +# vendor/nikic/fast-route/test/Dispatcher/CharCountBasedTest.php +# vendor/nikic/fast-route/test/Dispatcher/MarkBasedTest.php +# vendor/nikic/fast-route/test/Dispatcher/GroupCountBasedTest.php +# vendor/nikic/fast-route/test/Dispatcher/DispatcherTest.php +# vendor/nikic/fast-route/test/Dispatcher/GroupPosBasedTest.php +# vendor/nikic/fast-route/test/RouteParser/StdTest.php +# vendor/slim/slim/psalm.xml +# vendor/slim/slim/Slim/MiddlewareDispatcher.php +# vendor/slim/slim/Slim/CallableResolver.php +# vendor/slim/slim/Slim/App.php +# vendor/slim/slim/Slim/ResponseEmitter.php +# vendor/slim/slim/Slim/Logger.php +# vendor/slim/slim/Slim/Interfaces/ErrorHandlerInterface.php +# vendor/slim/slim/Slim/Interfaces/RouteInterface.php +# vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php +# vendor/slim/slim/Slim/Interfaces/RouteParserInterface.php +# vendor/slim/slim/Slim/Interfaces/CallableResolverInterface.php +# vendor/slim/slim/Slim/Interfaces/RouteResolverInterface.php +# vendor/slim/slim/Slim/Interfaces/InvocationStrategyInterface.php +# vendor/slim/slim/Slim/Interfaces/RequestHandlerInvocationStrategyInterface.php +# vendor/slim/slim/Slim/Interfaces/Psr17FactoryInterface.php +# vendor/slim/slim/Slim/Interfaces/DispatcherInterface.php +# vendor/slim/slim/Slim/Interfaces/ServerRequestCreatorInterface.php +# vendor/slim/slim/Slim/Interfaces/RouteCollectorInterface.php +# vendor/slim/slim/Slim/Interfaces/Psr17FactoryProviderInterface.php +# vendor/slim/slim/Slim/Interfaces/MiddlewareDispatcherInterface.php +# vendor/slim/slim/Slim/Interfaces/RouteCollectorProxyInterface.php +# vendor/slim/slim/Slim/Interfaces/AdvancedCallableResolverInterface.php +# vendor/slim/slim/Slim/Interfaces/ErrorRendererInterface.php +# vendor/slim/slim/Slim/Error/AbstractErrorRenderer.php +# vendor/slim/slim/Slim/Error/Renderers/HtmlErrorRenderer.php +# vendor/slim/slim/Slim/Error/Renderers/JsonErrorRenderer.php +# vendor/slim/slim/Slim/Error/Renderers/XmlErrorRenderer.php +# vendor/slim/slim/Slim/Error/Renderers/PlainTextErrorRenderer.php +# vendor/slim/slim/Slim/Factory/ServerRequestCreatorFactory.php +# vendor/slim/slim/Slim/Factory/AppFactory.php +# vendor/slim/slim/Slim/Factory/Psr17/ServerRequestCreator.php +# vendor/slim/slim/Slim/Factory/Psr17/SlimHttpPsr17Factory.php +# vendor/slim/slim/Slim/Factory/Psr17/NyholmPsr17Factory.php +# vendor/slim/slim/Slim/Factory/Psr17/HttpSoftPsr17Factory.php +# vendor/slim/slim/Slim/Factory/Psr17/SlimHttpServerRequestCreator.php +# vendor/slim/slim/Slim/Factory/Psr17/GuzzlePsr17Factory.php +# vendor/slim/slim/Slim/Factory/Psr17/LaminasDiactorosPsr17Factory.php +# vendor/slim/slim/Slim/Factory/Psr17/Psr17FactoryProvider.php +# vendor/slim/slim/Slim/Factory/Psr17/Psr17Factory.php +# vendor/slim/slim/Slim/Factory/Psr17/SlimPsr17Factory.php +# vendor/slim/slim/Slim/Routing/Route.php +# vendor/slim/slim/Slim/Routing/RouteGroup.php +# vendor/slim/slim/Slim/Routing/RouteCollectorProxy.php +# vendor/slim/slim/Slim/Routing/FastRouteDispatcher.php +# vendor/slim/slim/Slim/Routing/Dispatcher.php +# vendor/slim/slim/Slim/Routing/RoutingResults.php +# vendor/slim/slim/Slim/Routing/RouteContext.php +# vendor/slim/slim/Slim/Routing/RouteParser.php +# vendor/slim/slim/Slim/Routing/RouteResolver.php +# vendor/slim/slim/Slim/Routing/RouteRunner.php +# vendor/slim/slim/Slim/Routing/RouteCollector.php +# vendor/slim/slim/Slim/Handlers/ErrorHandler.php +# vendor/slim/slim/Slim/Handlers/Strategies/RequestHandler.php +# vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php +# vendor/slim/slim/Slim/Handlers/Strategies/RequestResponseNamedArgs.php +# vendor/slim/slim/Slim/Handlers/Strategies/RequestResponseArgs.php +# vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php +# vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php +# vendor/slim/slim/Slim/Middleware/MethodOverrideMiddleware.php +# vendor/slim/slim/Slim/Middleware/ContentLengthMiddleware.php +# vendor/slim/slim/Slim/Middleware/BodyParsingMiddleware.php +# vendor/slim/slim/Slim/Middleware/OutputBufferingMiddleware.php +# vendor/slim/slim/Slim/Exception/HttpInternalServerErrorException.php +# vendor/slim/slim/Slim/Exception/HttpUnauthorizedException.php +# vendor/slim/slim/Slim/Exception/HttpBadRequestException.php +# vendor/slim/slim/Slim/Exception/HttpNotImplementedException.php +# vendor/slim/slim/Slim/Exception/HttpTooManyRequestsException.php +# vendor/slim/slim/Slim/Exception/HttpException.php +# vendor/slim/slim/Slim/Exception/HttpForbiddenException.php +# vendor/slim/slim/Slim/Exception/HttpNotFoundException.php +# vendor/slim/slim/Slim/Exception/HttpSpecializedException.php +# vendor/slim/slim/Slim/Exception/HttpGoneException.php +# vendor/slim/slim/Slim/Exception/HttpMethodNotAllowedException.php +# vendor/slim/psr7/phpunit.xml.dist +# vendor/slim/psr7/tests/ResponseTest.php +# vendor/slim/psr7/tests/MessageTest.php +# vendor/slim/psr7/tests/CookiesTest.php +# vendor/slim/psr7/tests/UploadedFileTest.php +# vendor/slim/psr7/tests/bootstrap.php +# vendor/slim/psr7/tests/EnvironmentTest.php +# vendor/slim/psr7/tests/HeadersTest.php +# vendor/slim/psr7/tests/HeaderTest.php +# vendor/slim/psr7/tests/StreamTest.php +# vendor/slim/psr7/tests/BodyTest.php +# vendor/slim/psr7/tests/UriTest.php +# vendor/slim/psr7/tests/RequestTest.php +# vendor/slim/psr7/tests/NonBufferedBodyTest.php +# vendor/slim/psr7/tests/Factory/RequestFactoryTest.php +# vendor/slim/psr7/tests/Factory/StreamFactoryTest.php +# vendor/slim/psr7/tests/Factory/ResponseFactoryTest.php +# vendor/slim/psr7/tests/Factory/UploadedFileFactoryTest.php +# vendor/slim/psr7/tests/Factory/ServerRequestFactoryTest.php +# vendor/slim/psr7/tests/Factory/UriFactoryTest.php +# vendor/slim/psr7/tests/Integration/ResponseTest.php +# vendor/slim/psr7/tests/Integration/BaseTestFactories.php +# vendor/slim/psr7/tests/Integration/UploadedFileTest.php +# vendor/slim/psr7/tests/Integration/ServerRequestTest.php +# vendor/slim/psr7/tests/Integration/StreamTest.php +# vendor/slim/psr7/tests/Integration/UriTest.php +# vendor/slim/psr7/tests/Integration/RequestTest.php +# vendor/slim/psr7/tests/Mocks/MessageStub.php +# vendor/slim/psr7/tests/Assets/HeaderStack.php +# vendor/slim/psr7/src/Request.php +# vendor/slim/psr7/src/UploadedFile.php +# vendor/slim/psr7/src/Environment.php +# vendor/slim/psr7/src/Uri.php +# vendor/slim/psr7/src/Stream.php +# vendor/slim/psr7/src/Message.php +# vendor/slim/psr7/src/Cookies.php +# vendor/slim/psr7/src/NonBufferedBody.php +# vendor/slim/psr7/src/Response.php +# vendor/slim/psr7/src/Header.php +# vendor/slim/psr7/src/Headers.php +# vendor/slim/psr7/src/Interfaces/HeadersInterface.php +# vendor/slim/psr7/src/Factory/UriFactory.php +# vendor/slim/psr7/src/Factory/UploadedFileFactory.php +# vendor/slim/psr7/src/Factory/RequestFactory.php +# vendor/slim/psr7/src/Factory/ResponseFactory.php +# vendor/slim/psr7/src/Factory/ServerRequestFactory.php +# vendor/slim/psr7/src/Factory/StreamFactory.php +# vendor/ergebnis/json-schema-validator/src/SchemaValidator.php +# vendor/ergebnis/json-schema-validator/src/Message.php +# vendor/ergebnis/json-schema-validator/src/ValidationError.php +# vendor/ergebnis/json-schema-validator/src/ValidationResult.php +# vendor/ergebnis/json-schema-validator/src/Exception/Exception.php +# vendor/ergebnis/json-schema-validator/src/Exception/CanNotResolve.php +# vendor/ergebnis/json-schema-validator/src/Exception/InvalidSchema.php +# vendor/ergebnis/composer-normalize/src/Version.php +# vendor/ergebnis/composer-normalize/src/NormalizePlugin.php +# vendor/ergebnis/composer-normalize/src/Command/NormalizeCommand.php +# vendor/ergebnis/composer-normalize/src/Exception/Exception.php +# vendor/ergebnis/composer-normalize/src/Exception/ShouldNotHappen.php +# vendor/ergebnis/json-printer/src/Printer.php +# vendor/ergebnis/json-printer/src/PrinterInterface.php +# vendor/ergebnis/json-normalizer/src/SchemaNormalizer.php +# vendor/ergebnis/json-normalizer/src/WithFinalNewLineNormalizer.php +# vendor/ergebnis/json-normalizer/src/ChainNormalizer.php +# vendor/ergebnis/json-normalizer/src/IndentNormalizer.php +# vendor/ergebnis/json-normalizer/src/JsonEncodeNormalizer.php +# vendor/ergebnis/json-normalizer/src/FormatNormalizer.php +# vendor/ergebnis/json-normalizer/src/Normalizer.php +# vendor/ergebnis/json-normalizer/src/WithoutFinalNewLineNormalizer.php +# vendor/ergebnis/json-normalizer/src/CallableNormalizer.php +# vendor/ergebnis/json-normalizer/src/Exception/InvalidIndentSize.php +# vendor/ergebnis/json-normalizer/src/Exception/NormalizedInvalidAccordingToSchema.php +# vendor/ergebnis/json-normalizer/src/Exception/OriginalInvalidAccordingToSchema.php +# vendor/ergebnis/json-normalizer/src/Exception/DependencyMissing.php +# vendor/ergebnis/json-normalizer/src/Exception/Exception.php +# vendor/ergebnis/json-normalizer/src/Exception/InvalidIndentString.php +# vendor/ergebnis/json-normalizer/src/Exception/InvalidIndentStyle.php +# vendor/ergebnis/json-normalizer/src/Exception/InvalidJsonEncodeOptions.php +# vendor/ergebnis/json-normalizer/src/Exception/SchemaUriCouldNotBeResolved.php +# vendor/ergebnis/json-normalizer/src/Exception/SchemaUriReferencesInvalidJsonDocument.php +# vendor/ergebnis/json-normalizer/src/Exception/InvalidNewLineString.php +# vendor/ergebnis/json-normalizer/src/Exception/SchemaUriReferencesDocumentWithInvalidMediaType.php +# vendor/ergebnis/json-normalizer/src/Exception/SchemaUriCouldNotBeRead.php +# vendor/ergebnis/json-normalizer/src/Vendor/Composer/VersionConstraintNormalizer.php +# vendor/ergebnis/json-normalizer/src/Vendor/Composer/PackageHashNormalizer.php +# vendor/ergebnis/json-normalizer/src/Vendor/Composer/WildcardSorter.php +# vendor/ergebnis/json-normalizer/src/Vendor/Composer/BinNormalizer.php +# vendor/ergebnis/json-normalizer/src/Vendor/Composer/ComposerJsonNormalizer.php +# vendor/ergebnis/json-normalizer/src/Vendor/Composer/RepositoriesHashNormalizer.php +# vendor/ergebnis/json-normalizer/src/Vendor/Composer/ConfigHashNormalizer.php +# vendor/ergebnis/json-normalizer/src/Format/Indent.php +# vendor/ergebnis/json-normalizer/src/Format/JsonEncodeOptions.php +# vendor/ergebnis/json-normalizer/src/Format/NewLine.php +# vendor/ergebnis/json-normalizer/src/Format/Formatter.php +# vendor/ergebnis/json-normalizer/src/Format/Format.php +# vendor/ergebnis/json-normalizer/src/Format/DefaultFormatter.php +# vendor/ergebnis/php-cs-fixer-config/src/PhpVersion.php +# vendor/ergebnis/php-cs-fixer-config/src/Rules.php +# vendor/ergebnis/php-cs-fixer-config/src/Fixers.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet.php +# vendor/ergebnis/php-cs-fixer-config/src/Name.php +# vendor/ergebnis/php-cs-fixer-config/src/Factory.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php71.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php70.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php55.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php54.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php72.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php80.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php53.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php83.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php73.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Doctrine.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php84.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php56.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php81.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php74.php +# vendor/ergebnis/php-cs-fixer-config/src/RuleSet/Php82.php +# vendor/ergebnis/php-cs-fixer-config/src/PhpVersion/Patch.php +# vendor/ergebnis/php-cs-fixer-config/src/PhpVersion/Minor.php +# vendor/ergebnis/php-cs-fixer-config/src/PhpVersion/Major.php +# vendor/ergebnis/json-pointer/src/JsonPointer.php +# vendor/ergebnis/json-pointer/src/Specification.php +# vendor/ergebnis/json-pointer/src/ReferenceToken.php +# vendor/ergebnis/json-pointer/src/Pattern.php +# vendor/ergebnis/json-pointer/src/Exception/InvalidReferenceToken.php +# vendor/ergebnis/json-pointer/src/Exception/Exception.php +# vendor/ergebnis/json-pointer/src/Exception/InvalidJsonPointer.php +# vendor/ergebnis/json/src/Json.php +# vendor/ergebnis/json/src/Exception/Exception.php +# vendor/ergebnis/json/src/Exception/NotJson.php +# vendor/ergebnis/json/src/Exception/FileDoesNotExist.php +# vendor/ergebnis/json/src/Exception/FileDoesNotContainJson.php +# vendor/ergebnis/json/src/Exception/FileCanNotBeRead.php +# vendor/symfony/polyfill-intl-grapheme/bootstrap.php +# vendor/symfony/polyfill-intl-grapheme/bootstrap80.php +# vendor/symfony/polyfill-intl-grapheme/Grapheme.php +# vendor/symfony/filesystem/Path.php +# vendor/symfony/filesystem/Filesystem.php +# vendor/symfony/filesystem/Exception/FileNotFoundException.php +# vendor/symfony/filesystem/Exception/ExceptionInterface.php +# vendor/symfony/filesystem/Exception/IOException.php +# vendor/symfony/filesystem/Exception/RuntimeException.php +# vendor/symfony/filesystem/Exception/InvalidArgumentException.php +# vendor/symfony/filesystem/Exception/IOExceptionInterface.php +# vendor/symfony/deprecation-contracts/function.php +# vendor/symfony/polyfill-ctype/bootstrap.php +# vendor/symfony/polyfill-ctype/bootstrap80.php +# vendor/symfony/polyfill-ctype/Ctype.php +# vendor/symfony/options-resolver/OptionsResolver.php +# vendor/symfony/options-resolver/OptionConfigurator.php +# vendor/symfony/options-resolver/Options.php +# vendor/symfony/options-resolver/Debug/OptionsResolverIntrospector.php +# vendor/symfony/options-resolver/Exception/NoSuchOptionException.php +# vendor/symfony/options-resolver/Exception/ExceptionInterface.php +# vendor/symfony/options-resolver/Exception/UndefinedOptionsException.php +# vendor/symfony/options-resolver/Exception/InvalidArgumentException.php +# vendor/symfony/options-resolver/Exception/AccessException.php +# vendor/symfony/options-resolver/Exception/MissingOptionsException.php +# vendor/symfony/options-resolver/Exception/NoConfigurationException.php +# vendor/symfony/options-resolver/Exception/OptionDefinitionException.php +# vendor/symfony/options-resolver/Exception/InvalidOptionsException.php +# vendor/symfony/polyfill-php81/bootstrap.php +# vendor/symfony/polyfill-php81/Php81.php +# vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php +# vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php +# vendor/symfony/stopwatch/StopwatchEvent.php +# vendor/symfony/stopwatch/Stopwatch.php +# vendor/symfony/stopwatch/Section.php +# vendor/symfony/stopwatch/StopwatchPeriod.php +# vendor/symfony/process/Process.php +# vendor/symfony/process/ProcessUtils.php +# vendor/symfony/process/InputStream.php +# vendor/symfony/process/PhpExecutableFinder.php +# vendor/symfony/process/PhpProcess.php +# vendor/symfony/process/PhpSubprocess.php +# vendor/symfony/process/ExecutableFinder.php +# vendor/symfony/process/Messenger/RunProcessMessageHandler.php +# vendor/symfony/process/Messenger/RunProcessMessage.php +# vendor/symfony/process/Messenger/RunProcessContext.php +# vendor/symfony/process/Exception/ProcessFailedException.php +# vendor/symfony/process/Exception/ExceptionInterface.php +# vendor/symfony/process/Exception/RuntimeException.php +# vendor/symfony/process/Exception/RunProcessFailedException.php +# vendor/symfony/process/Exception/ProcessSignaledException.php +# vendor/symfony/process/Exception/InvalidArgumentException.php +# vendor/symfony/process/Exception/LogicException.php +# vendor/symfony/process/Exception/ProcessStartFailedException.php +# vendor/symfony/process/Exception/ProcessTimedOutException.php +# vendor/symfony/process/Pipes/AbstractPipes.php +# vendor/symfony/process/Pipes/PipesInterface.php +# vendor/symfony/process/Pipes/UnixPipes.php +# vendor/symfony/process/Pipes/WindowsPipes.php +# vendor/symfony/polyfill-intl-normalizer/Normalizer.php +# vendor/symfony/polyfill-intl-normalizer/bootstrap.php +# vendor/symfony/polyfill-intl-normalizer/bootstrap80.php +# vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php +# vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php +# vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php +# vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php +# vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php +# vendor/symfony/polyfill-php80/Php80.php +# vendor/symfony/polyfill-php80/bootstrap.php +# vendor/symfony/polyfill-php80/PhpToken.php +# vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +# vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +# vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +# vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +# vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +# vendor/symfony/string/TruncateMode.php +# vendor/symfony/string/UnicodeString.php +# vendor/symfony/string/LazyString.php +# vendor/symfony/string/AbstractUnicodeString.php +# vendor/symfony/string/CodePointString.php +# vendor/symfony/string/AbstractString.php +# vendor/symfony/string/ByteString.php +# vendor/symfony/string/Inflector/SpanishInflector.php +# vendor/symfony/string/Inflector/EnglishInflector.php +# vendor/symfony/string/Inflector/InflectorInterface.php +# vendor/symfony/string/Inflector/FrenchInflector.php +# vendor/symfony/string/Resources/functions.php +# vendor/symfony/string/Resources/data/wcswidth_table_wide.php +# vendor/symfony/string/Resources/data/wcswidth_table_zero.php +# vendor/symfony/string/Slugger/AsciiSlugger.php +# vendor/symfony/string/Slugger/SluggerInterface.php +# vendor/symfony/string/Exception/ExceptionInterface.php +# vendor/symfony/string/Exception/RuntimeException.php +# vendor/symfony/string/Exception/InvalidArgumentException.php +# vendor/symfony/polyfill-mbstring/Mbstring.php +# vendor/symfony/polyfill-mbstring/bootstrap.php +# vendor/symfony/polyfill-mbstring/bootstrap80.php +# vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +# vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +# vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +# vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +# vendor/symfony/event-dispatcher/EventDispatcherInterface.php +# vendor/symfony/event-dispatcher/EventDispatcher.php +# vendor/symfony/event-dispatcher/EventSubscriberInterface.php +# vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php +# vendor/symfony/event-dispatcher/GenericEvent.php +# vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php +# vendor/symfony/event-dispatcher/Debug/WrappedListener.php +# vendor/symfony/event-dispatcher/Attribute/AsEventListener.php +# vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php +# vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php +# vendor/symfony/finder/Gitignore.php +# vendor/symfony/finder/Glob.php +# vendor/symfony/finder/Finder.php +# vendor/symfony/finder/SplFileInfo.php +# vendor/symfony/finder/Exception/AccessDeniedException.php +# vendor/symfony/finder/Exception/DirectoryNotFoundException.php +# vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php +# vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php +# vendor/symfony/finder/Iterator/FilecontentFilterIterator.php +# vendor/symfony/finder/Iterator/LazyIterator.php +# vendor/symfony/finder/Iterator/DateRangeFilterIterator.php +# vendor/symfony/finder/Iterator/PathFilterIterator.php +# vendor/symfony/finder/Iterator/CustomFilterIterator.php +# vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php +# vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php +# vendor/symfony/finder/Iterator/SortableIterator.php +# vendor/symfony/finder/Iterator/FilenameFilterIterator.php +# vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +# vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php +# vendor/symfony/finder/Iterator/FileTypeFilterIterator.php +# vendor/symfony/finder/Comparator/Comparator.php +# vendor/symfony/finder/Comparator/NumberComparator.php +# vendor/symfony/finder/Comparator/DateComparator.php +# vendor/symfony/service-contracts/ServiceSubscriberInterface.php +# vendor/symfony/service-contracts/ServiceCollectionInterface.php +# vendor/symfony/service-contracts/ServiceProviderInterface.php +# vendor/symfony/service-contracts/ResetInterface.php +# vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php +# vendor/symfony/service-contracts/ServiceSubscriberTrait.php +# vendor/symfony/service-contracts/ServiceLocatorTrait.php +# vendor/symfony/service-contracts/Attribute/SubscribedService.php +# vendor/symfony/service-contracts/Attribute/Required.php +# vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +# vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php +# vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php +# vendor/symfony/event-dispatcher-contracts/Event.php +# vendor/symfony/console/Color.php +# vendor/symfony/console/SingleCommandApplication.php +# vendor/symfony/console/ConsoleEvents.php +# vendor/symfony/console/Terminal.php +# vendor/symfony/console/Cursor.php +# vendor/symfony/console/Application.php +# vendor/symfony/console/Helper/FormatterHelper.php +# vendor/symfony/console/Helper/ProgressIndicator.php +# vendor/symfony/console/Helper/QuestionHelper.php +# vendor/symfony/console/Helper/TableCellStyle.php +# vendor/symfony/console/Helper/DescriptorHelper.php +# vendor/symfony/console/Helper/TableStyle.php +# vendor/symfony/console/Helper/OutputWrapper.php +# vendor/symfony/console/Helper/SymfonyQuestionHelper.php +# vendor/symfony/console/Helper/InputAwareHelper.php +# vendor/symfony/console/Helper/TableSeparator.php +# vendor/symfony/console/Helper/ProcessHelper.php +# vendor/symfony/console/Helper/Helper.php +# vendor/symfony/console/Helper/HelperSet.php +# vendor/symfony/console/Helper/TableRows.php +# vendor/symfony/console/Helper/HelperInterface.php +# vendor/symfony/console/Helper/Dumper.php +# vendor/symfony/console/Helper/Table.php +# vendor/symfony/console/Helper/DebugFormatterHelper.php +# vendor/symfony/console/Helper/ProgressBar.php +# vendor/symfony/console/Helper/TableCell.php +# vendor/symfony/console/EventListener/ErrorListener.php +# vendor/symfony/console/Debug/CliRequest.php +# vendor/symfony/console/DataCollector/CommandDataCollector.php +# vendor/symfony/console/Output/AnsiColorMode.php +# vendor/symfony/console/Output/TrimmedBufferOutput.php +# vendor/symfony/console/Output/ConsoleOutput.php +# vendor/symfony/console/Output/StreamOutput.php +# vendor/symfony/console/Output/Output.php +# vendor/symfony/console/Output/OutputInterface.php +# vendor/symfony/console/Output/ConsoleOutputInterface.php +# vendor/symfony/console/Output/ConsoleSectionOutput.php +# vendor/symfony/console/Output/BufferedOutput.php +# vendor/symfony/console/Output/NullOutput.php +# vendor/symfony/console/Question/ChoiceQuestion.php +# vendor/symfony/console/Question/ConfirmationQuestion.php +# vendor/symfony/console/Question/Question.php +# vendor/symfony/console/Attribute/AsCommand.php +# vendor/symfony/console/Messenger/RunCommandMessageHandler.php +# vendor/symfony/console/Messenger/RunCommandContext.php +# vendor/symfony/console/Messenger/RunCommandMessage.php +# vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php +# vendor/symfony/console/SignalRegistry/SignalRegistry.php +# vendor/symfony/console/SignalRegistry/SignalMap.php +# vendor/symfony/console/Logger/ConsoleLogger.php +# vendor/symfony/console/Descriptor/DescriptorInterface.php +# vendor/symfony/console/Descriptor/TextDescriptor.php +# vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php +# vendor/symfony/console/Descriptor/Descriptor.php +# vendor/symfony/console/Descriptor/ApplicationDescription.php +# vendor/symfony/console/Descriptor/JsonDescriptor.php +# vendor/symfony/console/Descriptor/MarkdownDescriptor.php +# vendor/symfony/console/Descriptor/XmlDescriptor.php +# vendor/symfony/console/Command/CompleteCommand.php +# vendor/symfony/console/Command/LazyCommand.php +# vendor/symfony/console/Command/SignalableCommandInterface.php +# vendor/symfony/console/Command/DumpCompletionCommand.php +# vendor/symfony/console/Command/HelpCommand.php +# vendor/symfony/console/Command/LockableTrait.php +# vendor/symfony/console/Command/TraceableCommand.php +# vendor/symfony/console/Command/ListCommand.php +# vendor/symfony/console/Command/Command.php +# vendor/symfony/console/Exception/MissingInputException.php +# vendor/symfony/console/Exception/ExceptionInterface.php +# vendor/symfony/console/Exception/NamespaceNotFoundException.php +# vendor/symfony/console/Exception/RuntimeException.php +# vendor/symfony/console/Exception/InvalidArgumentException.php +# vendor/symfony/console/Exception/InvalidOptionException.php +# vendor/symfony/console/Exception/RunCommandFailedException.php +# vendor/symfony/console/Exception/LogicException.php +# vendor/symfony/console/Exception/CommandNotFoundException.php +# vendor/symfony/console/CI/GithubActionReporter.php +# vendor/symfony/console/CommandLoader/ContainerCommandLoader.php +# vendor/symfony/console/CommandLoader/FactoryCommandLoader.php +# vendor/symfony/console/CommandLoader/CommandLoaderInterface.php +# vendor/symfony/console/Completion/Suggestion.php +# vendor/symfony/console/Completion/CompletionSuggestions.php +# vendor/symfony/console/Completion/CompletionInput.php +# vendor/symfony/console/Completion/Output/FishCompletionOutput.php +# vendor/symfony/console/Completion/Output/ZshCompletionOutput.php +# vendor/symfony/console/Completion/Output/CompletionOutputInterface.php +# vendor/symfony/console/Completion/Output/BashCompletionOutput.php +# vendor/symfony/console/Style/OutputStyle.php +# vendor/symfony/console/Style/SymfonyStyle.php +# vendor/symfony/console/Style/StyleInterface.php +# vendor/symfony/console/Formatter/OutputFormatterStyle.php +# vendor/symfony/console/Formatter/NullOutputFormatterStyle.php +# vendor/symfony/console/Formatter/OutputFormatterStyleStack.php +# vendor/symfony/console/Formatter/OutputFormatterInterface.php +# vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php +# vendor/symfony/console/Formatter/OutputFormatter.php +# vendor/symfony/console/Formatter/NullOutputFormatter.php +# vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +# vendor/symfony/console/Tester/ApplicationTester.php +# vendor/symfony/console/Tester/CommandCompletionTester.php +# vendor/symfony/console/Tester/TesterTrait.php +# vendor/symfony/console/Tester/CommandTester.php +# vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php +# vendor/symfony/console/Input/StringInput.php +# vendor/symfony/console/Input/StreamableInputInterface.php +# vendor/symfony/console/Input/InputDefinition.php +# vendor/symfony/console/Input/Input.php +# vendor/symfony/console/Input/ArgvInput.php +# vendor/symfony/console/Input/InputOption.php +# vendor/symfony/console/Input/InputArgument.php +# vendor/symfony/console/Input/InputInterface.php +# vendor/symfony/console/Input/InputAwareInterface.php +# vendor/symfony/console/Input/ArrayInput.php +# vendor/symfony/console/Event/ConsoleErrorEvent.php +# vendor/symfony/console/Event/ConsoleSignalEvent.php +# vendor/symfony/console/Event/ConsoleAlarmEvent.php +# vendor/symfony/console/Event/ConsoleEvent.php +# vendor/symfony/console/Event/ConsoleCommandEvent.php +# vendor/symfony/console/Event/ConsoleTerminateEvent.php +# vendor/phpstan/phpstan-phpunit/stubs/TestCase.stub +# vendor/phpstan/phpstan-phpunit/stubs/Stub.stub +# vendor/phpstan/phpstan-phpunit/stubs/InvocationMocker.stub +# vendor/phpstan/phpstan-phpunit/stubs/Assert.stub +# vendor/phpstan/phpstan-phpunit/stubs/AssertionFailedError.stub +# vendor/phpstan/phpstan-phpunit/stubs/ExpectationFailedException.stub +# vendor/phpstan/phpstan-phpunit/stubs/MockObject.stub +# vendor/phpstan/phpstan-phpunit/stubs/MockBuilder.stub +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/NoMissingSpaceInClassAnnotationRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertSameNullExpectedRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/ClassCoversExistsRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/ShouldCallParentMethodsRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/MockMethodCallRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/DataProviderHelperFactory.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertSameWithCountRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertSameBooleanExpectedRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/DataProviderDeclarationRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/NoMissingSpaceInMethodAnnotationRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/CoversHelper.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AnnotationHelper.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/ClassMethodCoversExistsRule.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/DataProviderHelper.php +# vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertRuleHelper.php +# vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit/MockObjectDynamicReturnTypeExtension.php +# vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit/MockBuilderDynamicReturnTypeExtension.php +# vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit/InvocationMockerDynamicReturnTypeExtension.php +# vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php +# vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertMethodTypeSpecifyingExtension.php +# vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertStaticMethodTypeSpecifyingExtension.php +# vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertFunctionTypeSpecifyingExtension.php +# vendor/phpstan/phpstan-phpunit/src/PhpDoc/PHPUnit/MockObjectTypeNodeResolverExtension.php +# vendor/phpstan/phpstan/README.md +# vendor/phpstan/phpstan/bootstrap.php +# vendor/monolog/monolog/src/Monolog/SignalHandler.php +# vendor/monolog/monolog/src/Monolog/ResettableInterface.php +# vendor/monolog/monolog/src/Monolog/Registry.php +# vendor/monolog/monolog/src/Monolog/Utils.php +# vendor/monolog/monolog/src/Monolog/Logger.php +# vendor/monolog/monolog/src/Monolog/ErrorHandler.php +# vendor/monolog/monolog/src/Monolog/LogRecord.php +# vendor/monolog/monolog/src/Monolog/DateTimeImmutable.php +# vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php +# vendor/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php +# vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php +# vendor/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php +# vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SendGridHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php +# vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php +# vendor/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SqsHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php +# vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php +# vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php +# vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php +# vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/ProcessHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php +# vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/OverflowHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/NoopHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php +# vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/Handler.php +# vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php +# vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php +# vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php +# vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php +# vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php +# vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php +# vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php +# vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php +# vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php +# vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php +# vendor/monolog/monolog/src/Monolog/Test/TestCase.php +# vendor/sebastian/version/src/Version.php +# vendor/sebastian/global-state/src/CodeExporter.php +# vendor/sebastian/global-state/src/Snapshot.php +# vendor/sebastian/global-state/src/Restorer.php +# vendor/sebastian/global-state/src/ExcludeList.php +# vendor/sebastian/global-state/src/exceptions/Exception.php +# vendor/sebastian/global-state/src/exceptions/RuntimeException.php +# vendor/sebastian/cli-parser/src/Parser.php +# vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php +# vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php +# vendor/sebastian/cli-parser/src/exceptions/Exception.php +# vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php +# vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php +# vendor/sebastian/type/src/TypeName.php +# vendor/sebastian/type/src/Parameter.php +# vendor/sebastian/type/src/ReflectionMapper.php +# vendor/sebastian/type/src/type/IntersectionType.php +# vendor/sebastian/type/src/type/GenericObjectType.php +# vendor/sebastian/type/src/type/StaticType.php +# vendor/sebastian/type/src/type/CallableType.php +# vendor/sebastian/type/src/type/TrueType.php +# vendor/sebastian/type/src/type/UnknownType.php +# vendor/sebastian/type/src/type/FalseType.php +# vendor/sebastian/type/src/type/SimpleType.php +# vendor/sebastian/type/src/type/VoidType.php +# vendor/sebastian/type/src/type/NullType.php +# vendor/sebastian/type/src/type/MixedType.php +# vendor/sebastian/type/src/type/NeverType.php +# vendor/sebastian/type/src/type/Type.php +# vendor/sebastian/type/src/type/ObjectType.php +# vendor/sebastian/type/src/type/IterableType.php +# vendor/sebastian/type/src/type/UnionType.php +# vendor/sebastian/type/src/exception/Exception.php +# vendor/sebastian/type/src/exception/RuntimeException.php +# vendor/sebastian/object-reflector/.psalm/baseline.xml +# vendor/sebastian/object-reflector/.psalm/config.xml +# vendor/sebastian/object-reflector/src/Exception.php +# vendor/sebastian/object-reflector/src/InvalidArgumentException.php +# vendor/sebastian/object-reflector/src/ObjectReflector.php +# vendor/sebastian/resource-operations/src/ResourceOperations.php +# vendor/sebastian/lines-of-code/.psalm/baseline.xml +# vendor/sebastian/lines-of-code/.psalm/config.xml +# vendor/sebastian/lines-of-code/src/LinesOfCode.php +# vendor/sebastian/lines-of-code/src/LineCountingVisitor.php +# vendor/sebastian/lines-of-code/src/Counter.php +# vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php +# vendor/sebastian/lines-of-code/src/Exception/Exception.php +# vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php +# vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php +# vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php +# vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php +# vendor/sebastian/diff/src/Diff.php +# vendor/sebastian/diff/src/Chunk.php +# vendor/sebastian/diff/src/Line.php +# vendor/sebastian/diff/src/Differ.php +# vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php +# vendor/sebastian/diff/src/Parser.php +# vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php +# vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php +# vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php +# vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php +# vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php +# vendor/sebastian/diff/src/Exception/ConfigurationException.php +# vendor/sebastian/diff/src/Exception/Exception.php +# vendor/sebastian/diff/src/Exception/InvalidArgumentException.php +# vendor/sebastian/object-enumerator/phpunit.xml +# vendor/sebastian/object-enumerator/.psalm/baseline.xml +# vendor/sebastian/object-enumerator/.psalm/config.xml +# vendor/sebastian/object-enumerator/src/Exception.php +# vendor/sebastian/object-enumerator/src/InvalidArgumentException.php +# vendor/sebastian/object-enumerator/src/Enumerator.php +# vendor/sebastian/exporter/src/Exporter.php +# vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php +# vendor/sebastian/environment/src/Runtime.php +# vendor/sebastian/environment/src/Console.php +# vendor/sebastian/environment/src/OperatingSystem.php +# vendor/sebastian/code-unit/.psalm/baseline.xml +# vendor/sebastian/code-unit/.psalm/config.xml +# vendor/sebastian/code-unit/src/InterfaceUnit.php +# vendor/sebastian/code-unit/src/ClassUnit.php +# vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php +# vendor/sebastian/code-unit/src/Mapper.php +# vendor/sebastian/code-unit/src/CodeUnit.php +# vendor/sebastian/code-unit/src/InterfaceMethodUnit.php +# vendor/sebastian/code-unit/src/TraitUnit.php +# vendor/sebastian/code-unit/src/FunctionUnit.php +# vendor/sebastian/code-unit/src/TraitMethodUnit.php +# vendor/sebastian/code-unit/src/ClassMethodUnit.php +# vendor/sebastian/code-unit/src/CodeUnitCollection.php +# vendor/sebastian/code-unit/src/exceptions/NoTraitException.php +# vendor/sebastian/code-unit/src/exceptions/Exception.php +# vendor/sebastian/code-unit/src/exceptions/ReflectionException.php +# vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php +# vendor/sebastian/recursion-context/src/Exception.php +# vendor/sebastian/recursion-context/src/Context.php +# vendor/sebastian/recursion-context/src/InvalidArgumentException.php +# vendor/sebastian/comparator/src/DOMNodeComparator.php +# vendor/sebastian/comparator/src/Comparator.php +# vendor/sebastian/comparator/src/DateTimeComparator.php +# vendor/sebastian/comparator/src/ExceptionComparator.php +# vendor/sebastian/comparator/src/DoubleComparator.php +# vendor/sebastian/comparator/src/MockObjectComparator.php +# vendor/sebastian/comparator/src/ResourceComparator.php +# vendor/sebastian/comparator/src/ArrayComparator.php +# vendor/sebastian/comparator/src/TypeComparator.php +# vendor/sebastian/comparator/src/NumericComparator.php +# vendor/sebastian/comparator/src/SplObjectStorageComparator.php +# vendor/sebastian/comparator/src/ObjectComparator.php +# vendor/sebastian/comparator/src/ComparisonFailure.php +# vendor/sebastian/comparator/src/Factory.php +# vendor/sebastian/comparator/src/ScalarComparator.php +# vendor/sebastian/comparator/src/exceptions/Exception.php +# vendor/sebastian/comparator/src/exceptions/RuntimeException.php +# vendor/sebastian/complexity/.psalm/baseline.xml +# vendor/sebastian/complexity/.psalm/config.xml +# vendor/sebastian/complexity/src/Calculator.php +# vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php +# vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php +# vendor/sebastian/complexity/src/Exception/Exception.php +# vendor/sebastian/complexity/src/Exception/RuntimeException.php +# vendor/sebastian/complexity/src/Complexity/Complexity.php +# vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php +# vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php +# vendor/fig/http-message-util/src/StatusCodeInterface.php +# vendor/fig/http-message-util/src/RequestMethodInterface.php +# vendor/composer/ClassLoader.php +# vendor/composer/platform_check.php +# vendor/composer/autoload_psr4.php +# vendor/composer/autoload_files.php +# vendor/composer/InstalledVersions.php +# vendor/composer/autoload_namespaces.php +# vendor/composer/autoload_classmap.php +# vendor/composer/installed.php +# vendor/composer/autoload_static.php +# vendor/composer/autoload_real.php +# vendor/composer/semver/src/Comparator.php +# vendor/composer/semver/src/Semver.php +# vendor/composer/semver/src/CompilingMatcher.php +# vendor/composer/semver/src/VersionParser.php +# vendor/composer/semver/src/Interval.php +# vendor/composer/semver/src/Intervals.php +# vendor/composer/semver/src/Constraint/MatchAllConstraint.php +# vendor/composer/semver/src/Constraint/Constraint.php +# vendor/composer/semver/src/Constraint/Bound.php +# vendor/composer/semver/src/Constraint/MatchNoneConstraint.php +# vendor/composer/semver/src/Constraint/ConstraintInterface.php +# vendor/composer/semver/src/Constraint/MultiConstraint.php +# vendor/composer/pcre/src/MatchAllResult.php +# vendor/composer/pcre/src/PcreException.php +# vendor/composer/pcre/src/Regex.php +# vendor/composer/pcre/src/ReplaceResult.php +# vendor/composer/pcre/src/MatchWithOffsetsResult.php +# vendor/composer/pcre/src/MatchResult.php +# vendor/composer/pcre/src/MatchAllStrictGroupsResult.php +# vendor/composer/pcre/src/MatchStrictGroupsResult.php +# vendor/composer/pcre/src/UnexpectedNullMatchException.php +# vendor/composer/pcre/src/MatchAllWithOffsetsResult.php +# vendor/composer/pcre/src/Preg.php +# vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php +# vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php +# vendor/composer/pcre/src/PHPStan/PregMatchFlags.php +# vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php +# vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php +# vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php +# vendor/composer/xdebug-handler/src/Process.php +# vendor/composer/xdebug-handler/src/XdebugHandler.php +# vendor/composer/xdebug-handler/src/PhpConfig.php +# vendor/composer/xdebug-handler/src/Status.php +# vendor/doctrine/instantiator/psalm.xml +# vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php +# vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php +# vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php +# vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php +# vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php +# vendor/justinrainbow/json-schema/.php-cs-fixer.dist.php +# vendor/justinrainbow/json-schema/src/JsonSchema/ConstraintError.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Enum.php +# vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php +# vendor/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php +# vendor/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php +# vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php +# vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php +# vendor/neomerx/cors-psr7/src/AnalysisResult.php +# vendor/neomerx/cors-psr7/src/Analyzer.php +# vendor/neomerx/cors-psr7/src/Strategies/Settings.php +# vendor/neomerx/cors-psr7/src/Factory/Factory.php +# vendor/neomerx/cors-psr7/src/Log/LoggerAwareTrait.php +# vendor/neomerx/cors-psr7/src/Contracts/AnalysisResultInterface.php +# vendor/neomerx/cors-psr7/src/Contracts/AnalysisStrategyInterface.php +# vendor/neomerx/cors-psr7/src/Contracts/AnalyzerInterface.php +# vendor/neomerx/cors-psr7/src/Contracts/Constants/SimpleResponseHeaders.php +# vendor/neomerx/cors-psr7/src/Contracts/Constants/CorsResponseHeaders.php +# vendor/neomerx/cors-psr7/src/Contracts/Constants/CorsRequestHeaders.php +# vendor/neomerx/cors-psr7/src/Contracts/Constants/SimpleRequestMethods.php +# vendor/neomerx/cors-psr7/src/Contracts/Constants/SimpleRequestHeaders.php +# vendor/neomerx/cors-psr7/src/Contracts/Factory/FactoryInterface.php +# vendor/friendsofphp/php-cs-fixer/README.md +# vendor/friendsofphp/php-cs-fixer/src/FixerFactory.php +# vendor/friendsofphp/php-cs-fixer/src/WhitespacesFixerConfig.php +# vendor/friendsofphp/php-cs-fixer/src/ExecutorWithoutErrorHandlerException.php +# vendor/friendsofphp/php-cs-fixer/src/PregException.php +# vendor/friendsofphp/php-cs-fixer/src/ConfigInterface.php +# vendor/friendsofphp/php-cs-fixer/src/PharCheckerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/ExecutorWithoutErrorHandler.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractFopenFlagFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Finder.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocTypesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/FileReader.php +# vendor/friendsofphp/php-cs-fixer/src/StdinFileInfo.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractFunctionReferenceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/FileRemoval.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractProxyFixer.php +# vendor/friendsofphp/php-cs-fixer/src/PharChecker.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractNoUselessElseFixer.php +# vendor/friendsofphp/php-cs-fixer/src/ParallelAwareConfigInterface.php +# vendor/friendsofphp/php-cs-fixer/src/ToolInfoInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Config.php +# vendor/friendsofphp/php-cs-fixer/src/FixerNameValidator.php +# vendor/friendsofphp/php-cs-fixer/src/Utils.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocToTypeDeclarationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/ToolInfo.php +# vendor/friendsofphp/php-cs-fixer/src/WordMatcher.php +# vendor/friendsofphp/php-cs-fixer/src/Preg.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLinter.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/Linter.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLinterProcessBuilder.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/TokenizerLintingResult.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/UnavailableLinterException.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/LintingResultInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/LintingException.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/LinterInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLintingResult.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/CachingLinter.php +# vendor/friendsofphp/php-cs-fixer/src/Linter/TokenizerLinter.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/DeprecatedRuleSetDescriptionInterface.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSetInterface.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSetDescriptionInterface.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractRuleSetDescription.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractMigrationSetDescription.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSets.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit32MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12RiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP83MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12Set.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR1Set.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCSSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP82MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS2x0RiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit84MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit60MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit30MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR2Set.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit50MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit57MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit35MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS1x0Set.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit100MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit75MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS1x0RiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP73MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit54MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit56MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/DoctrineAnnotationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonyRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS2x0Set.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit55MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit52MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit48MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit91MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP54MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP81MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit43MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP56MigrationRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP82MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCSRiskySet.php +# vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP84MigrationSet.php +# vendor/friendsofphp/php-cs-fixer/src/Documentation/RstUtils.php +# vendor/friendsofphp/php-cs-fixer/src/Documentation/FixerDocumentGenerator.php +# vendor/friendsofphp/php-cs-fixer/src/Documentation/DocumentationLocator.php +# vendor/friendsofphp/php-cs-fixer/src/Documentation/RuleSetDocumentationGenerator.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/DeprecatedFixerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Indentation.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/InternalFixerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractIncrementOperatorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FixerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractPhpUnitFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/WhitespacesAwareFixerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerTrait.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ExperimentalFixerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractShortOperatorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DirConstantFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/IsNullFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ExplicitIndirectVariableFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/GetClassToClassKeywordFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveUnsetsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DeclareParenthesesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/NoUnsetOnPropertyFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveIssetsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/FunctionToConstantFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ErrorSuppressionFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DeclareEqualNormalizeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SingleSpaceAfterConstructFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/NullableTypeDeclarationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SingleSpaceAroundConstructFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ReturnToYieldFromFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/WhitespaceAfterCommaInArrayFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NormalizeIndexBraceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoTrailingCommaInSinglelineArrayFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoMultilineWhitespaceAroundDoubleArrowFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoWhitespaceBeforeCommaInArrayFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ArraySyntaxFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/YieldFromArrayToYieldsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/TrimArraySpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationArrayAssignmentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationBracesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationSpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationIndentationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ModernizeTypesCastingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/LowercaseCastFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ShortScalarCastFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoShortBoolCastFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/CastSpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoUnsetCastFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/OrderedAttributesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/AttributeEmptyParenthesesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/RandomApiMigrationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasLanguageConstructCallFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/PowToExponentiationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/ArrayPushFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/MbStrFunctionsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/EregToPregFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/BacktickToShellExecFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasFunctionsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/ModernizeStrposFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/SetTypeToCastFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoMixedEchoPrintFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Naming/NoHomoglyphNamesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoUnusedImportsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoLeadingImportSlashFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GlobalNamespaceImportFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GroupImportFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleLineAfterImportsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoUnneededImportAliasFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleImportPerStatementFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/OrderedImportsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/FullyQualifiedStrictTypesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/NoClosingTagFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/EchoTagSyntaxFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/BlankLineAfterOpeningTagFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/FullOpeningTagFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/LinebreakAfterOpeningTagFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SimplifiedIfReturnFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededBracesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/IncludeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoBreakCommentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ElseifFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/EmptyLoopBodyFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/EmptyLoopConditionFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoAlternativeSyntaxFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureContinuationPositionFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUselessElseFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchContinueToBreakFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/TrailingCommaInMultilineFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/YodaStyleFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureBracesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededControlParenthesesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoTrailingCommaInListCallFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSemicolonToColonFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededCurlyBracesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSpaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/CompactNullableTypeDeclarationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/CompactNullableTypehintFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/IndentationTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/ArrayIndentationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/SpacesInsideParenthesesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/BlankLineBetweenImportGroupsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/MethodChainingIndentationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/TypeDeclarationSpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoWhitespaceInBlankLineFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoTrailingWhitespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/TypesSpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/HeredocIndentationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoExtraBlankLinesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/BlankLineBeforeStatementFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/SingleBlankLineAtEofFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesAroundOffsetFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesInsideParenthesisFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/StatementIndentationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/LineEndingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NullableTypeDeclarationForDefaultNullValueFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoSpacesAfterFunctionNameFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionDeclarationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/UseArrowFunctionsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagOrderFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToPropertyTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/LambdaNotUsedImportFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/CombineNestedDirnameFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionTypehintSpaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/DateTimeCreateFromFormatCallFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/RegularCallableCallFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/StaticLambdaFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUselessSprintfFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ImplodeCallFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToReturnTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUnreachableDefaultArgumentValueFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/MethodArgumentSpaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/SingleLineThrowFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NativeFunctionInvocationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/VoidReturnFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoTrailingCommaInSinglelineFunctionCallFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionTypeDeclarationCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicConstantCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseKeywordsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeTypeDeclarationCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseStaticReferenceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/ConstantCaseFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/ClassReferenceNameCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicMethodCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/IntegerLiteralCaseFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/BinaryOperatorSpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NewWithParenthesesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/LogicalOperatorsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToElvisOperatorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/AssignNullCoalescingToCoalesceEqualFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NoUselessConcatOperatorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeNotEqualsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NoSpaceAroundDoubleColonFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSpaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NewWithBracesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeIncrementFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NoUselessNullsafeOperatorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToNullCoalescingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/LongToShorthandOperatorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/IncrementStyleFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ConcatSpaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ObjectOperatorWithoutWhitespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryOperatorSpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/UnaryOperatorSpacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/OperatorLinebreakFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSuccessorSpaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictComparisonFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/DeclareStrictTypesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictParamFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassUsage/DateTimeImmutableFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalClassFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedTypesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalInternalClassFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedClassElementsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedInterfacesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoNullPropertyInitializationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ProtectedToPrivateFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ClassAttributesSeparationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleTraitInsertPerStatementFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoPhp4ConstructorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleClassElementPerStatementFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoUnneededFinalMethodFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfAccessorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/PhpdocReadonlyClassCommentToKeywordFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfStaticAccessorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedTraitsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ClassDefinitionFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/VisibilityRequiredFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalPublicMethodForAbstractClassFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoBlankLinesAfterClassOpeningFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ConstantNotation/NativeConstantInvocationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/HeaderCommentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/MultilineCommentOpeningClosingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentStyleFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoTrailingWhitespaceInCommentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoEmptyCommentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentSpacingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/CommentToPhpdocFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesOrderFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoUselessInheritdocFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSingleLineVarSpacingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarAnnotationCorrectOrderFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAnnotationWithoutDotFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoBlankLinesAfterPhpdocFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoSuperfluousPhpdocTagsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoEmptyPhpdocFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocLineSpanFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocArrayTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarWithoutNameFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocScalarFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocReturnSelfReferenceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocToCommentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimConsecutiveBlankLineSeparationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAliasTagFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocTagRenameFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderByValueFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocAnnotationRemoveFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAlignFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/AlignMultilineCommentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocInlineTagNormalizerFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAccessFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocParamOrderFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoEmptyReturnFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSummaryFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSeparationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocIndentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoPackageFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocListTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ListNotation/ListSyntaxFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoLeadingNamespaceWhitespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/BlankLineAfterNamespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoBlankLinesBeforeNamespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/SingleBlankLineBeforeNamespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/BlankLinesBeforeNamespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/CleanNamespaceFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTargetVersion.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitExpectationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderReturnTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestClassRequiresCoversFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestAnnotationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAttributesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMethodCasingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNamespacedFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderNameFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitStrictFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestCaseStaticMethodCallsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNoExpectationAnnotationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitInternalClassFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSizeClassFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockShortWillReturnFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSetUpTearDownVisibilityFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitFqcnAnnotationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderStaticFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertInternalTypeFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAssertNewNamesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/OctalNotationFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NonPrintableCharacterFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/PsrAutoloadingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NoTrailingCommaInSinglelineFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/CurlyBracesPositionFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesPositionFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/EncodingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NoMultipleStatementsPerLineFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/SingleLineEmptyBodyFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NumericLiteralSeparatorFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/MultilineWhitespaceBeforeSemicolonsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SpaceAfterSemicolonFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SemicolonAfterInstructionFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoSinglelineWhitespaceBeforeSemicolonsFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoEmptyStatementFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/SimplifiedNullReturnFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/ReturnAssignmentFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/NoUselessReturnFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoTrailingWhitespaceInStringFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/ExplicitStringVariableFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SimpleToComplexStringVariableFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/HeredocClosingMarkerFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SingleQuoteFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringLineEndingFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoBinaryStringFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/EscapeImplicitBackslashesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/MultilineStringToHeredocFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/HeredocToNowdocFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringImplicitBackslashesFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringLengthToEmptyFixer.php +# vendor/friendsofphp/php-cs-fixer/src/Error/ErrorsManager.php +# vendor/friendsofphp/php-cs-fixer/src/Error/SourceExceptionFactory.php +# vendor/friendsofphp/php-cs-fixer/src/Error/Error.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Tokens.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/AbstractTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/CodeHasher.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/TransformerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/CT.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformers.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/TokensAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Token.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/AbstractTypeTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Processor/ImportProcessor.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/GotoLabelAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/RangeAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/NamespacesAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/FunctionsAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ReferenceAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ControlCaseStructuresAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/DataProviderAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ClassyAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/BlocksAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/WhitespacesAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/SwitchAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/NamespaceUsesAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ArgumentsAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/AttributeAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/AlternativeSyntaxAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/CommentsAnalyzer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/MatchAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/ArgumentAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/TypeAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/StartEndTokenAwareAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/NamespaceAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/CaseAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/SwitchAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/DefaultAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/DataProviderAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/EnumAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/NamespaceUseAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/AbstractControlCaseStructuresAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/AttributeAnalysis.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ArrayTypehintTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/BraceClassInstantiationTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ClassConstantTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NameQualifiedTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/DisjunctiveNormalFormTypeParenthesisTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NullableTypeTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamedArgumentTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ImportTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ConstructorPromotionTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeIntersectionTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeColonTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamespaceOperatorTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ReturnRefTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/AttributeTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/FirstClassCallableTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/WhitespacyCommentTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeAlternationTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/UseTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/BraceTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/SquareBraceTransformer.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificationInterface.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/CodeSample.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FileSpecificCodeSample.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificCodeSample.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecification.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FixerDefinition.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificCodeSampleInterface.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/CodeSampleInterface.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FixerDefinitionInterface.php +# vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FileSpecificCodeSampleInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Indicator/PhpUnitTestCaseIndicator.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/Directory.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/CacheInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/DirectoryInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/Cache.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/NullCacheManager.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/SignatureInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/CacheManagerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandler.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandlerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/FileCacheManager.php +# vendor/friendsofphp/php-cs-fixer/src/Cache/Signature.php +# vendor/friendsofphp/php-cs-fixer/src/DocBlock/DocBlock.php +# vendor/friendsofphp/php-cs-fixer/src/DocBlock/Tag.php +# vendor/friendsofphp/php-cs-fixer/src/DocBlock/ShortDescription.php +# vendor/friendsofphp/php-cs-fixer/src/DocBlock/Annotation.php +# vendor/friendsofphp/php-cs-fixer/src/DocBlock/Line.php +# vendor/friendsofphp/php-cs-fixer/src/DocBlock/TypeExpression.php +# vendor/friendsofphp/php-cs-fixer/src/DocBlock/TagComparator.php +# vendor/friendsofphp/php-cs-fixer/src/Console/WarningsDetector.php +# vendor/friendsofphp/php-cs-fixer/src/Console/ConfigurationResolver.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Application.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterFactory.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/JsonReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReportSummary.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/TextReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterFactory.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JsonReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JunitReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReportSummary.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/CheckstyleReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/GitlabReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/TextReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/XmlReporter.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/ErrorOutput.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/OutputContext.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/PercentageBarOutput.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputType.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/DotsOutput.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputFactory.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/NullOutput.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/WorkerCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommandExitStatusCalculator.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/CheckCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/DocumentationCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListSetsCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/HelpCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/SelfUpdateCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListFilesCommand.php +# vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeNameNotFoundException.php +# vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/NewVersionCheckerInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClientInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClient.php +# vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/NewVersionChecker.php +# vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/RequiredFixerConfigurationException.php +# vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidFixerConfigurationException.php +# vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidConfigurationException.php +# vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidForEnvFixerConfigurationException.php +# vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Tokens.php +# vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/DocLexer.php +# vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Token.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOption.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionInterface.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AliasedFixerOptionBuilder.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionBuilder.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerConfigurationResolver.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/DeprecatedFixerOptionInterface.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionSorter.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/DeprecatedFixerOption.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/InvalidOptionsForEnvException.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerConfigurationResolverInterface.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AllowedValueSubset.php +# vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AliasedFixerOption.php +# vendor/friendsofphp/php-cs-fixer/src/Differ/FullDiffer.php +# vendor/friendsofphp/php-cs-fixer/src/Differ/DiffConsoleFormatter.php +# vendor/friendsofphp/php-cs-fixer/src/Differ/NullDiffer.php +# vendor/friendsofphp/php-cs-fixer/src/Differ/UnifiedDiffer.php +# vendor/friendsofphp/php-cs-fixer/src/Differ/DifferInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/LintingFileIterator.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/FileFilterIterator.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/FileCachingLintingFileIterator.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/LintingResultAwareFileIteratorInterface.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/RunnerConfig.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Runner.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/Process.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/WorkerException.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelConfig.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelisationException.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelConfigFactory.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ProcessIdentifier.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelAction.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ProcessFactory.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ProcessPool.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Event/FileProcessed.php +# vendor/friendsofphp/php-cs-fixer/src/Runner/Event/AnalysisStarted.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/phpunit.xml.dist +# vendor/erickskrauch/php-cs-fixer-custom-fixers/.php-cs-fixer.dist.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/LanguageConstruct/RemoveClassNameMethodUsagesFixerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/Whitespace/LineBreakAfterStatementsFixerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/Whitespace/BlankLineBeforeReturnFixerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/Whitespace/MultilineIfStatementBracesFixerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/Whitespace/BlankLineAroundClassBodyFixerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/FunctionNotation/AlignMultilineParametersFixerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/ClassNotation/OrderedOverridesFixerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/ClassNotation/_data/InterfaceAandB.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/ClassNotation/_data/InterfaceA.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/ClassNotation/_data/InterfaceB.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/ClassNotation/_data/EmptyInterface.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/ClassNotation/_data/InterfaceAReverseOrder.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Fixer/ClassNotation/_data/AbstractA.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/tests/Analyzer/ClassNameAnalyzerTest.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixers.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/AbstractFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/ConfigurableFixerTrait.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/LanguageConstruct/RemoveClassNameMethodUsagesFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/Whitespace/MultilineIfStatementBracesFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/Whitespace/LineBreakAfterStatementsFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/Whitespace/BlankLineAroundClassBodyFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/Whitespace/BlankLineBeforeReturnFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/FunctionNotation/AlignMultilineParametersFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Fixer/ClassNotation/OrderedOverridesFixer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Analyzer/ClassNameAnalyzer.php +# vendor/erickskrauch/php-cs-fixer-custom-fixers/src/Analyzer/ClassElementsAnalyzer.php +# vendor/theseer/tokenizer/src/Exception.php +# vendor/theseer/tokenizer/src/TokenCollectionException.php +# vendor/theseer/tokenizer/src/Tokenizer.php +# vendor/theseer/tokenizer/src/NamespaceUriException.php +# vendor/theseer/tokenizer/src/TokenCollection.php +# vendor/theseer/tokenizer/src/NamespaceUri.php +# vendor/theseer/tokenizer/src/Token.php +# vendor/theseer/tokenizer/src/XMLSerializer.php +# vendor/marc-mabe/php-enum/stubs/Stringable.php +# vendor/marc-mabe/php-enum/src/EnumSet.php +# vendor/marc-mabe/php-enum/src/Enum.php +# vendor/marc-mabe/php-enum/src/EnumSerializableTrait.php +# vendor/marc-mabe/php-enum/src/EnumMap.php +# vendor/localheinz/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php +# vendor/localheinz/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php +# vendor/localheinz/diff/src/Diff.php +# vendor/localheinz/diff/src/Chunk.php +# vendor/localheinz/diff/src/Line.php +# vendor/localheinz/diff/src/Differ.php +# vendor/localheinz/diff/src/LongestCommonSubsequenceCalculator.php +# vendor/localheinz/diff/src/Parser.php +# vendor/localheinz/diff/src/Output/DiffOutputBuilderInterface.php +# vendor/localheinz/diff/src/Output/StrictUnifiedDiffOutputBuilder.php +# vendor/localheinz/diff/src/Output/DiffOnlyOutputBuilder.php +# vendor/localheinz/diff/src/Output/AbstractChunkOutputBuilder.php +# vendor/localheinz/diff/src/Output/UnifiedDiffOutputBuilder.php +# vendor/localheinz/diff/src/Exception/ConfigurationException.php +# vendor/localheinz/diff/src/Exception/Exception.php +# vendor/localheinz/diff/src/Exception/InvalidArgumentException.php +# vendor/psr/container/src/NotFoundExceptionInterface.php +# vendor/psr/container/src/ContainerExceptionInterface.php +# vendor/psr/container/src/ContainerInterface.php +# vendor/psr/http-server-middleware/src/MiddlewareInterface.php +# vendor/psr/http-server-handler/src/RequestHandlerInterface.php +# vendor/psr/log/Psr/Log/LoggerAwareInterface.php +# vendor/psr/log/Psr/Log/LogLevel.php +# vendor/psr/log/Psr/Log/LoggerTrait.php +# vendor/psr/log/Psr/Log/LoggerAwareTrait.php +# vendor/psr/log/Psr/Log/AbstractLogger.php +# vendor/psr/log/Psr/Log/LoggerInterface.php +# vendor/psr/log/Psr/Log/InvalidArgumentException.php +# vendor/psr/log/Psr/Log/NullLogger.php +# vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +# vendor/psr/log/Psr/Log/Test/DummyTest.php +# vendor/psr/log/Psr/Log/Test/TestLogger.php +# vendor/psr/event-dispatcher/src/EventDispatcherInterface.php +# vendor/psr/event-dispatcher/src/ListenerProviderInterface.php +# vendor/psr/event-dispatcher/src/StoppableEventInterface.php +# vendor/psr/http-message/src/MessageInterface.php +# vendor/psr/http-message/src/ResponseInterface.php +# vendor/psr/http-message/src/UploadedFileInterface.php +# vendor/psr/http-message/src/StreamInterface.php +# vendor/psr/http-message/src/ServerRequestInterface.php +# vendor/psr/http-message/src/RequestInterface.php +# vendor/psr/http-message/src/UriInterface.php +# vendor/psr/http-factory/src/UploadedFileFactoryInterface.php +# vendor/psr/http-factory/src/UriFactoryInterface.php +# vendor/psr/http-factory/src/ServerRequestFactoryInterface.php +# vendor/psr/http-factory/src/StreamFactoryInterface.php +# vendor/psr/http-factory/src/ResponseFactoryInterface.php +# vendor/psr/http-factory/src/RequestFactoryInterface.php +# vendor/phpunit/php-invoker/src/Invoker.php +# vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php +# vendor/phpunit/php-invoker/src/exceptions/Exception.php +# vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php +# vendor/phpunit/php-file-iterator/.psalm/baseline.xml +# vendor/phpunit/php-file-iterator/.psalm/config.xml +# vendor/phpunit/php-file-iterator/src/Facade.php +# vendor/phpunit/php-file-iterator/src/Iterator.php +# vendor/phpunit/php-file-iterator/src/Factory.php +# vendor/phpunit/php-timer/.psalm/baseline.xml +# vendor/phpunit/php-timer/.psalm/config.xml +# vendor/phpunit/php-timer/src/Timer.php +# vendor/phpunit/php-timer/src/Duration.php +# vendor/phpunit/php-timer/src/ResourceUsageFormatter.php +# vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php +# vendor/phpunit/php-timer/src/exceptions/Exception.php +# vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php +# vendor/phpunit/php-text-template/.psalm/baseline.xml +# vendor/phpunit/php-text-template/.psalm/config.xml +# vendor/phpunit/php-text-template/src/Template.php +# vendor/phpunit/php-text-template/src/exceptions/Exception.php +# vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php +# vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php +# vendor/phpunit/phpunit/phpunit.xsd +# vendor/phpunit/phpunit/schema/9.1.xsd +# vendor/phpunit/phpunit/schema/9.5.xsd +# vendor/phpunit/phpunit/schema/9.3.xsd +# vendor/phpunit/phpunit/schema/8.5.xsd +# vendor/phpunit/phpunit/schema/9.0.xsd +# vendor/phpunit/phpunit/schema/9.2.xsd +# vendor/phpunit/phpunit/schema/9.4.xsd +# vendor/phpunit/phpunit/src/Exception.php +# vendor/phpunit/phpunit/src/Util/Reflection.php +# vendor/phpunit/phpunit/src/Util/Printer.php +# vendor/phpunit/phpunit/src/Util/Test.php +# vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php +# vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php +# vendor/phpunit/phpunit/src/Util/Xml.php +# vendor/phpunit/phpunit/src/Util/ExcludeList.php +# vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php +# vendor/phpunit/phpunit/src/Util/Exception.php +# vendor/phpunit/phpunit/src/Util/Color.php +# vendor/phpunit/phpunit/src/Util/Blacklist.php +# vendor/phpunit/phpunit/src/Util/FileLoader.php +# vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php +# vendor/phpunit/phpunit/src/Util/Cloner.php +# vendor/phpunit/phpunit/src/Util/Filesystem.php +# vendor/phpunit/phpunit/src/Util/GlobalState.php +# vendor/phpunit/phpunit/src/Util/Filter.php +# vendor/phpunit/phpunit/src/Util/Type.php +# vendor/phpunit/phpunit/src/Util/Json.php +# vendor/phpunit/phpunit/src/Util/ErrorHandler.php +# vendor/phpunit/phpunit/src/Util/RegularExpression.php +# vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php +# vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php +# vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php +# vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php +# vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl +# vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl +# vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl +# vendor/phpunit/phpunit/src/Util/Log/TeamCity.php +# vendor/phpunit/phpunit/src/Util/Log/JUnit.php +# vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php +# vendor/phpunit/phpunit/src/Util/Annotation/Registry.php +# vendor/phpunit/phpunit/src/Util/Xml/Loader.php +# vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php +# vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php +# vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php +# vendor/phpunit/phpunit/src/Util/Xml/Exception.php +# vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php +# vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php +# vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php +# vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php +# vendor/phpunit/phpunit/src/Util/Xml/Validator.php +# vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php +# vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php +# vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php +# vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php +# vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php +# vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php +# vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php +# vendor/phpunit/phpunit/src/Framework/Test.php +# vendor/phpunit/phpunit/src/Framework/SelfDescribing.php +# vendor/phpunit/phpunit/src/Framework/Assert.php +# vendor/phpunit/phpunit/src/Framework/WarningTestCase.php +# vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php +# vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php +# vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php +# vendor/phpunit/phpunit/src/Framework/TestSuite.php +# vendor/phpunit/phpunit/src/Framework/Reorderable.php +# vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php +# vendor/phpunit/phpunit/src/Framework/SkippedTest.php +# vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php +# vendor/phpunit/phpunit/src/Framework/TestCase.php +# vendor/phpunit/phpunit/src/Framework/TestFailure.php +# vendor/phpunit/phpunit/src/Framework/TestResult.php +# vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php +# vendor/phpunit/phpunit/src/Framework/TestBuilder.php +# vendor/phpunit/phpunit/src/Framework/IncompleteTest.php +# vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php +# vendor/phpunit/phpunit/src/Framework/TestListener.php +# vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php +# vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php +# vendor/phpunit/phpunit/src/Framework/Error/Notice.php +# vendor/phpunit/phpunit/src/Framework/Error/Warning.php +# vendor/phpunit/phpunit/src/Framework/Error/Error.php +# vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php +# vendor/phpunit/phpunit/src/Framework/Assert/Functions.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php +# vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php +# vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php +# vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php +# vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php +# vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php +# vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php +# vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php +# vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php +# vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php +# vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php +# vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php +# vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php +# vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php +# vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php +# vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php +# vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php +# vendor/phpunit/phpunit/src/Framework/Exception/Warning.php +# vendor/phpunit/phpunit/src/Framework/Exception/Error.php +# vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php +# vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php +# vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php +# vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php +# vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php +# vendor/phpunit/phpunit/src/Framework/Exception/Exception.php +# vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php +# vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php +# vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php +# vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php +# vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php +# vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php +# vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php +# vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php +# vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php +# vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php +# vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php +# vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php +# vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php +# vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php +# vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php +# vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php +# vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php +# vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php +# vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php +# vendor/phpunit/phpunit/src/TextUI/TestRunner.php +# vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php +# vendor/phpunit/phpunit/src/TextUI/Help.php +# vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php +# vendor/phpunit/phpunit/src/TextUI/Command.php +# vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php +# vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php +# vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php +# vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php +# vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php +# vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php +# vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php +# vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php +# vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php +# vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php +# vendor/phpunit/phpunit/src/Runner/Version.php +# vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php +# vendor/phpunit/phpunit/src/Runner/PhptTestCase.php +# vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php +# vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php +# vendor/phpunit/phpunit/src/Runner/Exception.php +# vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php +# vendor/phpunit/phpunit/src/Runner/TestResultCache.php +# vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php +# vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php +# vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php +# vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php +# vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php +# vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php +# vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php +# vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php +# vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php +# vendor/phpunit/phpunit/src/Runner/Filter/Factory.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/Hook.php +# vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php +# vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php +# vendor/phpunit/php-code-coverage/src/Version.php +# vendor/phpunit/php-code-coverage/src/CodeCoverage.php +# vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php +# vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php +# vendor/phpunit/php-code-coverage/src/Filter.php +# vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php +# vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php +# vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php +# vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php +# vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php +# vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php +# vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php +# vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php +# vendor/phpunit/php-code-coverage/src/Driver/Selector.php +# vendor/phpunit/php-code-coverage/src/Driver/Driver.php +# vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php +# vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php +# vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php +# vendor/phpunit/php-code-coverage/src/Report/PHP.php +# vendor/phpunit/php-code-coverage/src/Report/Crap4j.php +# vendor/phpunit/php-code-coverage/src/Report/Clover.php +# vendor/phpunit/php-code-coverage/src/Report/Cobertura.php +# vendor/phpunit/php-code-coverage/src/Report/Text.php +# vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg +# vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg +# vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/File.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php +# vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php +# vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php +# vendor/phpunit/php-code-coverage/src/Node/Directory.php +# vendor/phpunit/php-code-coverage/src/Node/Iterator.php +# vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php +# vendor/phpunit/php-code-coverage/src/Node/File.php +# vendor/phpunit/php-code-coverage/src/Node/Builder.php +# vendor/phpunit/php-code-coverage/src/Util/Percentage.php +# vendor/phpunit/php-code-coverage/src/Util/Filesystem.php +# vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php +# vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php +# vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php +# vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php +# vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php +# vendor/phpunit/php-code-coverage/src/Exception/Exception.php +# vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php +# vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php +# vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php +# vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php +# vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php +# vendor/phpunit/php-code-coverage/src/Exception/XmlException.php +# vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php +# vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php +# vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php +# vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php +# vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php +# vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php +# vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php +# vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php +# vendor/phpunit/php-code-coverage/src/Exception/ParserException.php +# vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php +# vendor/squizlabs/php_codesniffer/phpcs.xsd +# vendor/squizlabs/php_codesniffer/autoload.php +# vendor/squizlabs/php_codesniffer/CodeSniffer.conf.dist +# vendor/squizlabs/php_codesniffer/tests/AllTests.php +# vendor/squizlabs/php_codesniffer/tests/ConfigDouble.php +# vendor/squizlabs/php_codesniffer/tests/TestSuite.php +# vendor/squizlabs/php_codesniffer/tests/TestSuite7.php +# vendor/squizlabs/php_codesniffer/tests/bootstrap.php +# vendor/squizlabs/php_codesniffer/tests/FileList.php +# vendor/squizlabs/php_codesniffer/tests/Core/AllTests.php +# vendor/squizlabs/php_codesniffer/tests/Core/AbstractMethodUnitTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/ErrorSuppressionTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyDoesNotThrowErrorOnInvalidPropertyWhenSetForCategoryTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyAllowedAsDeclaredTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsInvalidRemovalVersionTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyNotAllowedViaAttributeTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteWindowsTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteLinuxTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyAllowedViaStdClassTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsReportWidthTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyThrowsErrorOnInvalidPropertyTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyAllowedViaMagicMethodTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ExplainSingleSniffTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetSniffPropertyTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsEmptyDeprecationVersionTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyAppliesPropertyToMultipleSniffsInCategoryTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/SetPropertyDoesNotThrowErrorOnInvalidPropertyWhenSetForStandardTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteWindowsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest-include.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ExplainTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsInvalidDeprecationMessageTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsEmptyRemovalVersionTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ExplainCustomRulesetTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteLinuxTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsInvalidDeprecationVersionTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ShowSniffDeprecationsOrderTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/ruleset.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithReplacementSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithReplacementContainingLinuxNewlinesSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithoutReplacementSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithLongReplacementSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/Deprecated/WithReplacementContainingNewlinesSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/EmptyRemovalVersionSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/InvalidDeprecationVersionSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/InvalidRemovalVersionSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/EmptyDeprecationVersionSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/DeprecatedInvalid/InvalidDeprecationMessageSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/SetProperty/AllowedAsDeclaredSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/SetProperty/AllowedViaMagicMethodSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/SetProperty/AllowedViaStdClassSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/Fixtures/Sniffs/SetProperty/NotAllowedViaAttributeSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Filters/GitModifiedTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Filters/AbstractFilterTestCase.php +# vendor/squizlabs/php_codesniffer/tests/Core/Filters/GitStagedTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/DetermineLoadedClassTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/B.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/A.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/C.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/Sub/C.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/GenerateDiffTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-LineRemoved.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-BlankLinesAtEnd.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WindowsLineEndings.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-WhiteSpaceAtEnd.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-VarNameChanged.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-NoDiff.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-TabsToSpaces.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-NoTrailingWhitespace.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Fixer/Fixtures/GenerateDiffTest-LineAdded.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/AbstractTokenizerTestCase.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocParseErrorTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DNFTypesParseError1Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/AttributesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DNFTypesParseError1Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/GotoLabelTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/EnumCaseTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/YieldTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocNowdocTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillMatchTokenTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ResolveSimpleTokenTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/StableCommentWhitespaceTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillFnTokenTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ResolveSimpleTokenTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/NamedFunctionCallArgumentsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DoubleArrowTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillEnumTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DoubleQuotedStringTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/UndoNamespacedNameSingleTokenTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/TypedConstantsTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillReadonlyTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/UndoNamespacedNameSingleTokenTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DefaultKeywordTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ContextSensitiveKeywordsTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillReadonlyTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DNFTypesParseError2Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DefaultKeywordTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/TypeIntersectionTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/FinallyTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DNFTypesParseError2Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/OtherContextSensitiveKeywordsTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/AnonClassParenthesisOwnerTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillExplicitOctalNotationTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DoubleArrowTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ArrayKeywordTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BitwiseOrTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/AnonClassParenthesisOwnerTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ShortArrayTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ShortArrayTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/TypeIntersectionTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillExplicitOctalNotationTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillFnTokenTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/StableCommentWhitespaceWinTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillNumericSeparatorTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillMatchTokenTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/GotoLabelTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillEnumTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocStringTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocStringTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/YieldTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/StableCommentWhitespaceTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/NullsafeObjectOperatorTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/FinallyTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/OtherContextSensitiveKeywordsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BitwiseOrTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DoubleQuotedStringTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DNFTypesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/StableCommentWhitespaceWinTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/NullsafeObjectOperatorTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/NamedFunctionCallArgumentsTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/AttributesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocParseErrorTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ContextSensitiveKeywordsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/ArrayKeywordTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/DNFTypesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/HeredocNowdocTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/BackfillNumericSeparatorTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/TypedConstantsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP/EnumCaseTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTabWidth2Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreatePositionMapTabWidth0Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTestCase.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/RecurseScopeMapDefaultKeywordConditionsTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreateTokenMapArrayParenthesesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreatePositionMapYieldFromTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenMiscTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/RecurseScopeMapWithNamespaceOperatorTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/RecurseScopeMapDefaultKeywordConditionsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/RecurseScopeMapCaseKeywordConditionsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreatePositionMapHeredocNowdocCloserTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreatePositionMapHeredocNowdocOpenerTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreateParenthesisNestingMapDNFTypesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/RecurseScopeMapCaseKeywordConditionsTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreateTokenMapArrayParenthesesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/RecurseScopeMapWithNamespaceOperatorTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreatePositionMapYieldFromTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTabWidth4Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTabWidth5Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTabWidth1Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreatePositionMapHeredocNowdocOpenerTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreateParenthesisNestingMapDNFTypesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/CreatePositionMapHeredocNowdocCloserTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding1Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/SingleLineDocBlockTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding4Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/MultiLineDocBlockTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding4Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding2Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding3Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/PhpcsAnnotationsInDocBlockTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding1Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/CommentTestCase.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/MultiLineDocBlockTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding2Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/SingleLineDocBlockTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/LiveCoding3Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Comment/PhpcsAnnotationsInDocBlockTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTestable.php +# vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/IsCamelCapsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/StripColorsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/GetSniffCodeTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/PrepareForOutputTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/SuggestTypeTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Common/EscapeshellcmdTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Timing/GetHumanReadableDurationTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Timing/TimingTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Tokens/GetHighestWeightedTokenTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Tokens/TokenNameTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Util/Help/HelpTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Config/ReportWidthTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Config/SniffsExcludeArgsTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodPropertiesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameJSTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindEndOfStatementTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/IsReferenceTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetConditionTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMemberPropertiesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetTokensAsStringTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindExtendedClassNameTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMemberPropertiesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindStartOfStatementTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindExtendedClassNameTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetClassPropertiesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindImplementedInterfaceNamesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindEndOfStatementTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersParseError2Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetClassPropertiesTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodPropertiesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindStartOfStatementTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersParseError1Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/IsReferenceTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersParseError1Test.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/FindImplementedInterfaceNamesTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetMethodParametersParseError2Test.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetTokensAsStringTest.inc +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetDeclarationNameTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/File/GetConditionTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/OneDocTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/NoDocsTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/TextTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/StructureDocsTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/NoValidDocsTest.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/HTMLTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/GeneratorTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/MarkdownTest.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputNoDocs.html +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputOneDoc.html +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputStructureDocs.html +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/HTMLDouble.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/MarkdownDouble.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/MockGenerator.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/ruleset.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/DummySniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/OneStandardBlockNoCodeSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/DocumentationMissingSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/OneCodeComparisonNoStandardSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/TwoStandardBlocksOneCodeComparisonSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/OneStandardBlockCodeComparisonSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/NoDocumentationElementSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/OneStandardBlockTwoCodeComparisonsSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/TwoStandardBlocksNoCodeSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/TwoStandardBlocksThreeCodeComparisonsSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Sniffs/Structure/NoContentSniff.php +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/TwoStandardBlocksThreeCodeComparisonsStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/OneCodeComparisonNoStandardStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/OneStandardBlockNoCodeStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/NoContentStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/NoDocumentationElementStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/TwoStandardBlocksOneCodeComparisonStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/TwoStandardBlocksNoCodeStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/OneStandardBlockCodeComparisonStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Structure/OneStandardBlockTwoCodeComparisonsStandard.xml +# vendor/squizlabs/php_codesniffer/tests/Standards/AbstractSniffUnitTest.php +# vendor/squizlabs/php_codesniffer/tests/Standards/AllSniffs.php +# vendor/squizlabs/php_codesniffer/src/Fixer.php +# vendor/squizlabs/php_codesniffer/src/Ruleset.php +# vendor/squizlabs/php_codesniffer/src/Reporter.php +# vendor/squizlabs/php_codesniffer/src/Config.php +# vendor/squizlabs/php_codesniffer/src/Runner.php +# vendor/squizlabs/php_codesniffer/src/Filters/GitStaged.php +# vendor/squizlabs/php_codesniffer/src/Filters/GitModified.php +# vendor/squizlabs/php_codesniffer/src/Filters/Filter.php +# vendor/squizlabs/php_codesniffer/src/Filters/ExactMatch.php +# vendor/squizlabs/php_codesniffer/src/Tokenizers/Comment.php +# vendor/squizlabs/php_codesniffer/src/Tokenizers/JS.php +# vendor/squizlabs/php_codesniffer/src/Tokenizers/PHP.php +# vendor/squizlabs/php_codesniffer/src/Tokenizers/Tokenizer.php +# vendor/squizlabs/php_codesniffer/src/Tokenizers/CSS.php +# vendor/squizlabs/php_codesniffer/src/Sniffs/Sniff.php +# vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractArraySniff.php +# vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractPatternSniff.php +# vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractScopeSniff.php +# vendor/squizlabs/php_codesniffer/src/Sniffs/DeprecatedSniff.php +# vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractVariableSniff.php +# vendor/squizlabs/php_codesniffer/src/Reports/Summary.php +# vendor/squizlabs/php_codesniffer/src/Reports/Csv.php +# vendor/squizlabs/php_codesniffer/src/Reports/Report.php +# vendor/squizlabs/php_codesniffer/src/Reports/Diff.php +# vendor/squizlabs/php_codesniffer/src/Reports/Xml.php +# vendor/squizlabs/php_codesniffer/src/Reports/Svnblame.php +# vendor/squizlabs/php_codesniffer/src/Reports/Code.php +# vendor/squizlabs/php_codesniffer/src/Reports/Checkstyle.php +# vendor/squizlabs/php_codesniffer/src/Reports/Junit.php +# vendor/squizlabs/php_codesniffer/src/Reports/Source.php +# vendor/squizlabs/php_codesniffer/src/Reports/Cbf.php +# vendor/squizlabs/php_codesniffer/src/Reports/Performance.php +# vendor/squizlabs/php_codesniffer/src/Reports/Hgblame.php +# vendor/squizlabs/php_codesniffer/src/Reports/Full.php +# vendor/squizlabs/php_codesniffer/src/Reports/Emacs.php +# vendor/squizlabs/php_codesniffer/src/Reports/Info.php +# vendor/squizlabs/php_codesniffer/src/Reports/Json.php +# vendor/squizlabs/php_codesniffer/src/Reports/Notifysend.php +# vendor/squizlabs/php_codesniffer/src/Reports/VersionControl.php +# vendor/squizlabs/php_codesniffer/src/Reports/Gitblame.php +# vendor/squizlabs/php_codesniffer/src/Util/Tokens.php +# vendor/squizlabs/php_codesniffer/src/Util/Cache.php +# vendor/squizlabs/php_codesniffer/src/Util/Timing.php +# vendor/squizlabs/php_codesniffer/src/Util/Help.php +# vendor/squizlabs/php_codesniffer/src/Util/Common.php +# vendor/squizlabs/php_codesniffer/src/Util/Standards.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.14.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.11.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.13.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.16.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.13.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.17.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.11.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.18.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.12.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.16.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.14.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.10.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.15.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.12.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.5.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/FunctionClosingBraceUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/FunctionClosingBraceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/FunctionClosingBraceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.5.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.6.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.7.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.7.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.11.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.9.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.11.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.13.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.13.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.10.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.14.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.12.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.6.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.12.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Methods/FunctionClosingBraceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Namespaces/UseDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Methods/FunctionCallSignatureStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Methods/FunctionClosingBraceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Methods/MethodDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Classes/ClassDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Classes/PropertyDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Files/ClosingTagStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/Files/EndFileNewlineStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/ControlStructures/ElseIfDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/ControlStructures/ControlStructureSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Docs/ControlStructures/SwitchDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.13.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.17.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.15.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.14.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.16.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.11.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.12.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Docs/Methods/CamelCapsMethodNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Docs/Classes/ClassDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Docs/Files/SideEffectsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Debug/JSLintUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/HeredocUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.18.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.11.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.23.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.17.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.24.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EvalUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.15.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.21.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/HeredocUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.20.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.19.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EvalUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.12.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.13.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.16.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.12.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.13.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.4.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.14.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.19.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.5.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.21.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.20.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.18.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/HeredocUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.24.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.5.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.6.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.4.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.5.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.4.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/OpacityUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Files/FileExtensionUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Files/FileExtensionUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Files/FileExtensionUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Files/FileExtensionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Files/FileExtensionUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Files/FileExtensionUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Debug/JSLintSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/HeredocSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/EvalSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/OpacitySniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/IndentationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Scope/StaticThisUsageStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/PHP/HeredocStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/SuperfluousWhitespaceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/ObjectOperatorSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/FunctionClosingBraceSpaceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/CastSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/SemicolonSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/MemberVarSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/ScopeKeywordSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/FunctionOpeningBraceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/ScopeClosingBraceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/LanguageConstructSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Strings/EchoedStringsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Functions/LowercaseFunctionKeywordsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Commenting/DocCommentAlignmentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Commenting/FunctionCommentThrowTagStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Classes/SelfMemberReferenceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Classes/LowercaseClassKeywordsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/ControlStructures/ForLoopDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/ControlStructures/ForEachLoopDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/ControlStructures/LowercaseDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Arrays/ArrayBracketSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/Arrays/ArrayDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.5.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.6.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.7.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.4.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Sniffs/Files/ClosingTagSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Docs/NamingConventions/ValidVariableNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Zend/Docs/Files/ClosingTagStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/JSHintUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ESLintUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ClosureLinterUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/CSSLintUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.13.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/BacktickOperatorUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowAlternativePHPTagsUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DiscourageGotoUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.12.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.15.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.14.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/SyntaxUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowAlternativePHPTagsUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/BacktickOperatorUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowAlternativePHPTagsUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.15.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.11.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowAlternativePHPTagsUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseTypeUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.14.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowAlternativePHPTagsUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DeprecatedFunctionsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowAlternativePHPTagsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.12.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DiscourageGotoUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/SyntaxUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseTypeUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DeprecatedFunctionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/SyntaxUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseTypeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.11.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/HereNowdocIdentifierSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ArbitraryParenthesesSpacingUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/SpreadOperatorSpacingAfterUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ArbitraryParenthesesSpacingUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ArbitraryParenthesesSpacingUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/SpreadOperatorSpacingAfterUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/SpreadOperatorSpacingAfterUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/HereNowdocIdentifierSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/HereNowdocIdentifierSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/SpreadOperatorSpacingAfterUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ArbitraryParenthesesSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryHeredocUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryHeredocUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryHeredocUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryHeredocUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryHeredocUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Strings/UnnecessaryHeredocUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/TraitNameSuffixUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/TraitNameSuffixUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/TraitNameSuffixUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/AbstractClassNamePrefixUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/InterfaceNameSuffixUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/InterfaceNameSuffixUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/AbstractClassNamePrefixUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/AbstractClassNamePrefixUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/InterfaceNameSuffixUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/RequireExplicitBooleanOperatorPrecedenceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/AssignmentInConditionUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/RequireExplicitBooleanOperatorPrecedenceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/FixmeUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/FixmeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/TodoUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/TodoUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/SubversionPropertiesUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/SubversionPropertiesUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceBeforeCastUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceBeforeCastUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceBeforeCastUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.97.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.99.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/OpeningBraceSameLineUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/OpeningBraceSameLineUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.11.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/OpeningBraceSameLineUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.98.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneObjectStructurePerFileUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineLengthUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineLengthUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.9.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneObjectStructurePerFileUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.4.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.9.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.7.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.6.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.8.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.6.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/DisallowYodaConditionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/DisallowYodaConditionsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/ArrayIndentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/ArrayIndentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/ArrayIndentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/ESLintSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/CSSLintSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/JSHintSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/ClosingPHPTagSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/LowerCaseTypeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/DisallowAlternativePHPTagsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/DisallowRequestSuperglobalSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/RequireStrictTypesSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/BacktickOperatorSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/DiscourageGotoSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/SyntaxSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/CharacterBeforePHPOpeningTagSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/SAPIUsageSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/SpreadOperatorSpacingAfterSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/ArbitraryParenthesesSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/IncrementDecrementSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/HereNowdocIdentifierSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Strings/UnnecessaryHeredocSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/TraitNameSuffixSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/AbstractClassNamePrefixSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/InterfaceNameSuffixSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/RequireExplicitBooleanOperatorPrecedenceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/AssignmentInConditionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/EmptyPHPStatementSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Commenting/DocCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Commenting/FixmeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Commenting/TodoSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/VersionControl/GitMergeConflictSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/SpaceAfterNotSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/SpaceBeforeCastSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Classes/OpeningBraceSameLineSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/LineLengthSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/OneClassPerFileSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/InlineHTMLSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/EndFileNoNewlineSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/ByteOrderMarkSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/LowercasedFilenameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/LineEndingsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/OneObjectStructurePerFileSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/OneTraitPerFileSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/ExecutableFileSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/ControlStructures/DisallowYodaConditionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Arrays/DisallowShortArraySyntaxSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Arrays/ArrayIndentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Arrays/DisallowLongArraySyntaxSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/CSSLintStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/JSHintStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/DisallowRequestSuperglobalStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/LowerCaseConstantStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/DeprecatedFunctionsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/UpperCaseConstantStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/DisallowAlternativePHPTagsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/RequireStrictTypesStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/ForbiddenFunctionsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/CharacterBeforePHPOpeningTagStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/BacktickOperatorStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/SAPIUsageStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/NoSilencedErrorsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/DiscourageGotoStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/LowerCaseKeywordStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/ClosingPHPTagStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/LowerCaseTypeStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/SyntaxStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/DisallowSpaceIndentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/ArbitraryParenthesesSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/DisallowTabIndentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/IncrementDecrementSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/ScopeIndentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/SpreadOperatorSpacingAfterStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/HereNowdocIdentifierSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/LanguageConstructSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Strings/UnnecessaryHeredocStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Strings/UnnecessaryStringConcatStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Functions/FunctionCallArgumentSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Functions/CallTimePassByReferenceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Functions/OpeningFunctionBraceBsdAllmanStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/UpperCaseConstantNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/ConstructorNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/TraitNameSuffixStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/CamelCapsFunctionNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/AbstractClassNamePrefixStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/InterfaceNameSuffixStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/EmptyStatementStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/UselessOverridingMethodStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/UnconditionalIfStatementStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/AssignmentInConditionStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/ForLoopWithTestFunctionCallStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/ForLoopShouldBeWhileLoopStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/EmptyPHPStatementStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/JumbledIncrementerStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/RequireExplicitBooleanOperatorPrecedenceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/UnusedFunctionParameterStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/CodeAnalysis/UnnecessaryFinalModifierStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Commenting/FixmeStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Commenting/DocCommentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Commenting/TodoStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/VersionControl/SubversionPropertiesStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Metrics/CyclomaticComplexityStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Metrics/NestingLevelStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/NoSpaceAfterCastStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/MultipleStatementAlignmentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/DisallowMultipleStatementsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceAfterNotStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceBeforeCastStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Classes/DuplicateClassNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Classes/OpeningBraceSameLineStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/EndFileNoNewlineStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/InlineHTMLStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/LineLengthStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/ByteOrderMarkStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/LowercasedFilenameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/LineEndingsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/ExecutableFileStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/EndFileNewlineStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/OneClassPerFileStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/OneTraitPerFileStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/OneObjectStructurePerFileStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/OneInterfacePerFileStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/ControlStructures/DisallowYodaConditionsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/ControlStructures/InlineControlStructureStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Arrays/ArrayIndentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Arrays/DisallowLongArraySyntaxStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Arrays/DisallowShortArraySyntaxStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Traits/UseDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Traits/UseDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Traits/UseDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/NullableTypeDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/ReturnTypeDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/ReturnTypeDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/NullableTypeDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/NullableTypeDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/ReturnTypeDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Namespaces/CompoundNamespaceDepthUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Namespaces/CompoundNamespaceDepthUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/AnonClassDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/ClassInstantiationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/AnonClassDeclarationUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/OpeningBraceSpaceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/OpeningBraceSpaceUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/ClosingBraceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/ClassInstantiationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/OpeningBraceSpaceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/ClassInstantiationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/AnonClassDeclarationUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/ClosingBraceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.11.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.10.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.5.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.18.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.17.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.7.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.6.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.15.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.13.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.12.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.2.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.16.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/DeclareStatementUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/DeclareStatementUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.12.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.14.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.11.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/DeclareStatementUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.10.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.8.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/DeclareStatementUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.4.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.7.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Operators/OperatorSpacingUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Operators/OperatorSpacingUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Operators/OperatorSpacingUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Operators/OperatorSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Operators/OperatorSpacingUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/BooleanOperatorPlacementUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/ControlStructureSpacingUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/BooleanOperatorPlacementUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/BooleanOperatorPlacementUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Keywords/ShortFormTypeKeywordsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Keywords/ShortFormTypeKeywordsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Keywords/ShortFormTypeKeywordsUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Properties/ConstantVisibilityUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Properties/ConstantVisibilityUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Traits/UseDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Functions/NullableTypeDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Functions/ReturnTypeDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Namespaces/CompoundNamespaceDepthSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/ClosingBraceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/AnonClassDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/ClassInstantiationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/OpeningBraceSpaceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/ImportStatementSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/FileHeaderSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/OpenTagSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/DeclareStatementSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Operators/OperatorSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/ControlStructures/BooleanOperatorPlacementSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/ControlStructures/ControlStructureSpacingSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Keywords/ShortFormTypeKeywordsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Properties/ConstantVisibilitySniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Functions/NullableTypeDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Functions/ReturnTypeDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Namespaces/CompoundNamespaceDepthStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Classes/ClassInstantiationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Classes/OpeningBraceSpaceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Classes/ClosingBraceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Files/OpenTagStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Files/ImportStatementStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Operators/OperatorSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/ControlStructures/BooleanOperatorPlacementStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/ControlStructures/ControlStructureSpacingStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Keywords/ShortFormTypeKeywordsStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Properties/ConstantVisibilityStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.4.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.3.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.2.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.1.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.1.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc.fixed +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/WhiteSpace/ObjectOperatorIndentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/WhiteSpace/ScopeIndentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/WhiteSpace/ScopeClosingBraceStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Functions/FunctionCallSignatureStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Functions/ValidDefaultValueStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Functions/FunctionDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/NamingConventions/ValidClassNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/NamingConventions/ValidVariableNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/NamingConventions/ValidFunctionNameStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Commenting/InlineCommentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Commenting/ClassCommentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Commenting/FunctionCommentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Commenting/FileCommentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Formatting/MultiLineAssignmentStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Files/LineLengthStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Files/IncludingFileStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/ControlStructures/MultiLineConditionStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/ControlStructures/ControlSignatureStandard.xml +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/ruleset.xml +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Debug/DebugCodeUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Strings/JoinStringsUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.inc +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Objects/AssignThisUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/UnusedSystemSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Debug/DebugCodeSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/PHP/GetRequestDataSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/PHP/ReturnFunctionValueSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Strings/JoinStringsSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Commenting/FunctionCommentSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Objects/AssignThisSniff.php +# vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Objects/DisallowNewWidgetSniff.php +# vendor/squizlabs/php_codesniffer/src/Exceptions/TokenizerException.php +# vendor/squizlabs/php_codesniffer/src/Exceptions/DeepExitException.php +# vendor/squizlabs/php_codesniffer/src/Exceptions/RuntimeException.php +# vendor/squizlabs/php_codesniffer/src/Generators/Generator.php +# vendor/squizlabs/php_codesniffer/src/Generators/HTML.php +# vendor/squizlabs/php_codesniffer/src/Generators/Markdown.php +# vendor/squizlabs/php_codesniffer/src/Generators/Text.php +# vendor/squizlabs/php_codesniffer/src/Files/LocalFile.php +# vendor/squizlabs/php_codesniffer/src/Files/DummyFile.php +# vendor/squizlabs/php_codesniffer/src/Files/File.php +# vendor/squizlabs/php_codesniffer/src/Files/FileList.php +# vendor/evenement/evenement/src/EventEmitterInterface.php +# vendor/evenement/evenement/src/EventEmitterTrait.php +# vendor/evenement/evenement/src/EventEmitter.php +# vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php +# vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php +# vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/ChainableFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php +# vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php +# vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php +# vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php +# vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php +# vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php +# vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php +# vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php +# vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php +# vendor/laravel/serializable-closure/src/SerializableClosure.php +# vendor/laravel/serializable-closure/src/Signers/Hmac.php +# vendor/laravel/serializable-closure/src/Serializers/Native.php +# vendor/laravel/serializable-closure/src/Serializers/Signed.php +# vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php +# vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php +# vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php +# vendor/laravel/serializable-closure/src/Contracts/Serializable.php +# vendor/laravel/serializable-closure/src/Contracts/Signer.php +# vendor/laravel/serializable-closure/src/Support/ClosureStream.php +# vendor/laravel/serializable-closure/src/Support/ClosureScope.php +# vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php +# vendor/laravel/serializable-closure/src/Support/SelfReference.php +# lib/BaseModel.php +# lib/Server/AbstractJobApi.php +# lib/Server/AbstractRuntemplateApi.php +# lib/Server/AbstractAppApi.php +# lib/Server/AbstractUserApi.php +# lib/Server/AbstractDefaultApi.php +# lib/Server/AbstractCompanyApi.php +# lib/Model/RunTemplate.php +# lib/Model/Customer.php +# lib/Model/GetTopic200Response.php +# lib/Model/Job.php +# lib/Model/Topic.php +# lib/Model/GetCredentialType200Response.php +# lib/Model/Tag.php +# lib/Model/Company.php +# lib/Model/GetCredential200Response.php +# lib/Model/CredentialType.php +# lib/Model/ConfField.php +# lib/Model/App.php +# lib/Model/User.php +# lib/Model/Configuration.php +# lib/Model/Credential.php +# lib/App/RegisterMiddlewares.php +# lib/App/RegisterRoutes.php +# lib/App/ResponseEmitter.php +# lib/App/RegisterDependencies.php +# lib/Auth/AbstractAuthenticator.php +# config/prod/default.inc.php +# config/dev/default.inc.php +# public/index.php +# nbproject/private/private.xml + +#---------------------------------------------------------------------------- +# huge files (skipped): +# vendor/phpstan/phpstan/phpstan.phar + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. + +#---------------------------------------------------------------------------- +# License file: LICENSE + MIT License + . + Copyright (c) 2024 Vitex Software + . + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..b8d0fda --- /dev/null +++ b/debian/files @@ -0,0 +1,3 @@ +multiflexi-server_0.1.0_amd64.buildinfo web optional +php-vitexsoftware-multiflexi-server-dev_0.1.0_all.deb devel optional +php-vitexsoftware-multiflexi-server_0.1.0_all.deb office optional diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..522e345 --- /dev/null +++ b/debian/links @@ -0,0 +1,2 @@ + +# You must remove unused comment lines for the released package. diff --git a/debian/php-vitexsoftware-multiflexi-server-dev.install b/debian/php-vitexsoftware-multiflexi-server-dev.install new file mode 100644 index 0000000..939e578 --- /dev/null +++ b/debian/php-vitexsoftware-multiflexi-server-dev.install @@ -0,0 +1,12 @@ +tests/*.php usr/share/php/MultiFlexiApi/Test/ +tests/Api/*.php usr/share/php/MultiFlexiApi/Test/Api/ +tests/Model/*.php usr/share/php/MultiFlexiApi/Test/Model/ + +#examples/example.env var/lib/composer/php-vitexsoftware-multiflexi-server-dev/ + +#debian/test/phpunit.xml usr/share/php/MultiFlexiApi/Test + +#debian/test/composer.json usr/lib/php-vitexsoftware-multiflexi-server-dev +#debian/test/bootstrap.php usr/share/php/MultiFlexiApi/Test + +#examples/* usr/share/doc/php-vitexsoftware-multiflexi-server-dev diff --git a/debian/php-vitexsoftware-multiflexi-server-doc.install b/debian/php-vitexsoftware-multiflexi-server-doc.install new file mode 100644 index 0000000..6e1a16c --- /dev/null +++ b/debian/php-vitexsoftware-multiflexi-server-doc.install @@ -0,0 +1,5 @@ +docs/Api/* usr/share/doc/php-vitexsoftware-multiflexi-server/Api/ +docs/Model/* usr/share/doc/php-vitexsoftware-multiflexi-server/Model/ + +debian/php-vitexsoftware-multiflexi-server-doc.conf usr/share/doc/php-vitexsoftware-multiflexi-server-doc/apache +README.md usr/share/doc/php-vitexsoftware-multiflexi-server diff --git a/debian/php-vitexsoftware-multiflexi-server.install b/debian/php-vitexsoftware-multiflexi-server.install new file mode 100644 index 0000000..1d171af --- /dev/null +++ b/debian/php-vitexsoftware-multiflexi-server.install @@ -0,0 +1,6 @@ +lib/*.php usr/share/php/MultiFlexiApi/ +lib/App/*.php usr/share/php/MultiFlexiApi/App/ +lib/Auth/*.php usr/share/php/MultiFlexiApi/Auth/ +lib/Model/*.php usr/share/php/MultiFlexiApi/Model/ +lib/Server/*.php usr/share/php/MultiFlexiApi/Server/ +debian/conf/composer.json usr/share/php/MultiFlexiApi/ diff --git a/debian/php-vitexsoftware-multiflexi-server.postinst b/debian/php-vitexsoftware-multiflexi-server.postinst new file mode 100644 index 0000000..75861ea --- /dev/null +++ b/debian/php-vitexsoftware-multiflexi-server.postinst @@ -0,0 +1,43 @@ +#!/bin/sh + +#DEBHELPER# + +# postinst script for php-vitexsoftware-multiflexi-server +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-remove' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + configure) + composer-global-update deb/multiflexi-api + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +exit 0 + +#DEBHELPER# diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..9086993 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,17 @@ +#!/bin/sh +set -e + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + + +#DEBHELPER# + +exit 0 diff --git a/debian/preinst b/debian/preinst new file mode 100644 index 0000000..1057534 --- /dev/null +++ b/debian/preinst @@ -0,0 +1,20 @@ +#!/bin/sh +set -e + +case "$1" in + install|upgrade) + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + + +#DEBHELPER# + +exit 0 diff --git a/debian/prerm b/debian/prerm new file mode 100644 index 0000000..adabdbf --- /dev/null +++ b/debian/prerm @@ -0,0 +1,20 @@ +#!/bin/sh +set -e + +case "$1" in + remove|upgrade|deconfigure) + ;; + + failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + + +#DEBHELPER# + +exit 0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..5ec9a50 --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ + +#override_dh_auto_install: +# dh_auto_install -- prefix=/usr + +#override_dh_install: +# dh_install --list-missing -X.pyc -X.pyo diff --git a/debian/source/control b/debian/source/control new file mode 100644 index 0000000..a0fbc51 --- /dev/null +++ b/debian/source/control @@ -0,0 +1,6 @@ +# +# DEP-8: autopkgtest - automatic as-installed package testing +# Please check * https://dep-team.pages.debian.net/deps/dep8/ +# * /usr/share/doc/autopkgtest +#Tests: testcode.sh +#Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..a0fbc51 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,6 @@ +# +# DEP-8: autopkgtest - automatic as-installed package testing +# Please check * https://dep-team.pages.debian.net/deps/dep8/ +# * /usr/share/doc/autopkgtest +#Tests: testcode.sh +#Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..dc2feb0 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,16 @@ +# +# DEP-12: Per-package machine-readable metadata about Upstream +# Please check * https://dep-team.pages.debian.net/deps/dep12/ +# * https://wiki.debian.org/UpstreamMetadata +Reference: + Author: + Title: + Journal: + Year: + Volume: + Number: + Pages: + DOI: + PMID: + URL: + eprint: diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..76575dc --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +version=3 diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..6774095 --- /dev/null +++ b/nbproject/project.properties @@ -0,0 +1,7 @@ +include.path=${php.global.include.path} +php.version=PHP_83 +source.encoding=UTF-8 +src.dir=. +tags.asp=false +tags.short=false +web.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..027447b --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.php.project + + + vitexsoftware/multiflexi-api-server + + +