attribute-spass/composer.lock

1119 lines
40 KiB
Text
Raw Normal View History

2023-01-25 21:09:06 +00:00
{
"_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"
],
2023-01-25 21:14:50 +00:00
"content-hash": "a3a15ba06ace6b6c8e38ad904519981a",
2023-01-25 21:09:06 +00:00
"packages": [
{
"name": "laravel/serializable-closure",
"version": "v1.2.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"nesbot/carbon": "^2.61",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
"symfony/var-dumper": "^5.4.11"
},
"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": "2022-09-08T13:45:54+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.3",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/Invoker.git",
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
"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.3"
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
}
],
"time": "2021-12-13T09:22:56+00:00"
},
{
"name": "php-di/php-di",
2023-01-25 21:14:50 +00:00
"version": "7.0.1",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git",
2023-01-25 21:14:50 +00:00
"reference": "1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a",
"reference": "1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"laravel/serializable-closure": "^1.0",
2023-01-25 21:14:50 +00:00
"php": ">=8.0",
2023-01-25 21:09:06 +00:00
"php-di/invoker": "^2.0",
2023-01-25 21:14:50 +00:00
"psr/container": "^1.1 || ^2.0"
2023-01-25 21:09:06 +00:00
},
"provide": {
"psr/container-implementation": "^1.0"
},
"require-dev": {
2023-01-25 21:14:50 +00:00
"friendsofphp/php-cs-fixer": "^3",
"mnapoli/phpunit-easymock": "^1.3",
2023-01-25 21:09:06 +00:00
"ocramius/proxy-manager": "^2.11.2",
2023-01-25 21:14:50 +00:00
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.6"
2023-01-25 21:09:06 +00:00
},
"suggest": {
2023-01-25 21:14:50 +00:00
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ^2.3)"
2023-01-25 21:09:06 +00:00
},
"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",
2023-01-25 21:14:50 +00:00
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.1"
2023-01-25 21:09:06 +00:00
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
"type": "tidelift"
}
],
2023-01-25 21:14:50 +00:00
"time": "2023-01-13T22:30:45+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "psr/container",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"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/1.1.2"
},
"time": "2021-11-05T16:50:12+00:00"
},
{
"name": "symfony/deprecation-contracts",
2023-01-25 21:14:50 +00:00
"version": "v3.2.0",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2023-01-25 21:14:50 +00:00
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-25 21:14:50 +00:00
"dev-main": "3.3-dev"
2023-01-25 21:09:06 +00:00
},
"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": {
2023-01-25 21:14:50 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0"
2023-01-25 21:09:06 +00:00
},
"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"
}
],
2023-01-25 21:14:50 +00:00
"time": "2022-11-25T10:21:52+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "symfony/http-foundation",
2023-01-25 21:14:50 +00:00
"version": "v6.2.5",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2023-01-25 21:14:50 +00:00
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.1"
},
2023-01-25 21:14:50 +00:00
"conflict": {
"symfony/cache": "<6.2"
},
2023-01-25 21:09:06 +00:00
"require-dev": {
"predis/predis": "~1.0",
"symfony/cache": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
"symfony/mime": "^5.4|^6.0",
"symfony/rate-limiter": "^5.2|^6.0"
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"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": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
2023-01-25 21:14:50 +00:00
"source": "https://github.com/symfony/http-foundation/tree/v6.2.5"
2023-01-25 21:09:06 +00:00
},
"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"
}
],
2023-01-25 21:14:50 +00:00
"time": "2023-01-01T08:38:09+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2023-01-25 21:14:50 +00:00
"version": "v1.27.0",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2023-01-25 21:14:50 +00:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-25 21:14:50 +00:00
"dev-main": "1.27-dev"
2023-01-25 21:09:06 +00:00
},
"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": {
2023-01-25 21:14:50 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2023-01-25 21:09:06 +00:00
},
"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"
}
],
2023-01-25 21:14:50 +00:00
"time": "2022-11-03T14:55:06+00:00"
2023-01-25 21:09:06 +00:00
}
],
"packages-dev": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
2023-01-25 21:14:50 +00:00
"version": "v1.0.0",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
2023-01-25 21:14:50 +00:00
"url": "https://github.com/PHPCSStandards/composer-installer.git",
"reference": "4be43904336affa5c2f70744a348312336afd0da"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
"reference": "4be43904336affa5c2f70744a348312336afd0da",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
2023-01-25 21:14:50 +00:00
"php": ">=5.4",
2023-01-25 21:09:06 +00:00
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
2023-01-25 21:14:50 +00:00
"ext-json": "*",
"ext-zip": "*",
2023-01-25 21:09:06 +00:00
"php-parallel-lint/php-parallel-lint": "^1.3.1",
2023-01-25 21:14:50 +00:00
"phpcompatibility/php-compatibility": "^9.0",
"yoast/phpunit-polyfills": "^1.0"
2023-01-25 21:09:06 +00:00
},
"type": "composer-plugin",
"extra": {
2023-01-25 21:14:50 +00:00
"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
2023-01-25 21:09:06 +00:00
},
"autoload": {
"psr-4": {
2023-01-25 21:14:50 +00:00
"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
2023-01-25 21:09:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
},
{
"name": "Contributors",
2023-01-25 21:14:50 +00:00
"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
2023-01-25 21:09:06 +00:00
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcbf",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
"support": {
2023-01-25 21:14:50 +00:00
"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
"source": "https://github.com/PHPCSStandards/composer-installer"
2023-01-25 21:09:06 +00:00
},
2023-01-25 21:14:50 +00:00
"time": "2023-01-05T11:28:13+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "lubiana/code-quality",
2023-01-25 21:14:50 +00:00
"version": "1.1.4",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://git.php.fail/lubiana/code-quality.git",
2023-01-25 21:14:50 +00:00
"reference": "b470778d3f3ff5002307090cddd096913f606de9"
2023-01-25 21:09:06 +00:00
},
"require": {
2023-01-25 21:14:50 +00:00
"rector/rector": "^0.15.10",
"slevomat/coding-standard": "^8.8",
"symplify/easy-coding-standard": "^11.2.5"
2023-01-25 21:09:06 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Lubiana\\CodeQuality\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-01-25 21:14:50 +00:00
"time": "2023-01-25T20:55:46+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "phpstan/extension-installer",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
"reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
"reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.0",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.8.0"
},
"require-dev": {
"composer/composer": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
},
"type": "composer-plugin",
"extra": {
"class": "PHPStan\\ExtensionInstaller\\Plugin"
},
"autoload": {
"psr-4": {
"PHPStan\\ExtensionInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Composer plugin for automatic installation of PHPStan extensions",
"support": {
"issues": "https://github.com/phpstan/extension-installer/issues",
"source": "https://github.com/phpstan/extension-installer/tree/1.2.0"
},
"time": "2022-10-17T12:59:16+00:00"
},
{
"name": "phpstan/phpdoc-parser",
2023-01-25 21:14:50 +00:00
"version": "1.15.3",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2023-01-25 21:14:50 +00:00
"reference": "61800f71a5526081d1b5633766aa88341f1ade76"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/61800f71a5526081d1b5633766aa88341f1ade76",
"reference": "61800f71a5526081d1b5633766aa88341f1ade76",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
2023-01-25 21:14:50 +00:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.3"
2023-01-25 21:09:06 +00:00
},
2023-01-25 21:14:50 +00:00
"time": "2022-12-20T20:56:55+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "phpstan/phpstan",
2023-01-25 21:14:50 +00:00
"version": "1.9.14",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2023-01-25 21:14:50 +00:00
"reference": "e5fcc96289cf737304286a9b505fbed091f02e58"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58",
"reference": "e5fcc96289cf737304286a9b505fbed091f02e58",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^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": {
"issues": "https://github.com/phpstan/phpstan/issues",
2023-01-25 21:14:50 +00:00
"source": "https://github.com/phpstan/phpstan/tree/1.9.14"
2023-01-25 21:09:06 +00:00
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2023-01-25 21:14:50 +00:00
"time": "2023-01-19T10:47:09+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "phpstan/phpstan-strict-rules",
2023-01-25 21:14:50 +00:00
"version": "1.4.5",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
2023-01-25 21:14:50 +00:00
"reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d",
"reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
2023-01-25 21:14:50 +00:00
"phpstan/phpstan": "^1.9.7"
2023-01-25 21:09:06 +00:00
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
"includes": [
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Extra strict and opinionated rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
2023-01-25 21:14:50 +00:00
"source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.5"
2023-01-25 21:09:06 +00:00
},
2023-01-25 21:14:50 +00:00
"time": "2023-01-11T14:16:29+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "rector/rector",
2023-01-25 21:14:50 +00:00
"version": "0.15.10",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
2023-01-25 21:14:50 +00:00
"reference": "000bfb6f7974449399f39e1a210458395b75c887"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/000bfb6f7974449399f39e1a210458395b75c887",
"reference": "000bfb6f7974449399f39e1a210458395b75c887",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
2023-01-25 21:14:50 +00:00
"phpstan/phpstan": "^1.9.7"
2023-01-25 21:09:06 +00:00
},
"conflict": {
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*",
"rector/rector-php-parser": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"bin": [
"bin/rector"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "0.14-dev"
}
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
2023-01-25 21:14:50 +00:00
"source": "https://github.com/rectorphp/rector/tree/0.15.10"
2023-01-25 21:09:06 +00:00
},
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2023-01-25 21:14:50 +00:00
"time": "2023-01-21T14:30:16+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "slevomat/coding-standard",
2023-01-25 21:14:50 +00:00
"version": "8.8.0",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
2023-01-25 21:14:50 +00:00
"reference": "59e25146a4ef0a7b194c5bc55b32dd414345db89"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/59e25146a4ef0a7b194c5bc55b32dd414345db89",
"reference": "59e25146a4ef0a7b194c5bc55b32dd414345db89",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
2023-01-25 21:14:50 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
2023-01-25 21:09:06 +00:00
"php": "^7.2 || ^8.0",
2023-01-25 21:14:50 +00:00
"phpstan/phpdoc-parser": ">=1.15.2 <1.16.0",
2023-01-25 21:09:06 +00:00
"squizlabs/php_codesniffer": "^3.7.1"
},
"require-dev": {
"phing/phing": "2.17.4",
"php-parallel-lint/php-parallel-lint": "1.3.2",
2023-01-25 21:14:50 +00:00
"phpstan/phpstan": "1.4.10|1.9.6",
"phpstan/phpstan-deprecation-rules": "1.1.1",
"phpstan/phpstan-phpunit": "1.0.0|1.3.3",
2023-01-25 21:09:06 +00:00
"phpstan/phpstan-strict-rules": "1.4.4",
2023-01-25 21:14:50 +00:00
"phpunit/phpunit": "7.5.20|8.5.21|9.5.27"
2023-01-25 21:09:06 +00:00
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"autoload": {
"psr-4": {
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
"keywords": [
"dev",
"phpcs"
],
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
2023-01-25 21:14:50 +00:00
"source": "https://github.com/slevomat/coding-standard/tree/8.8.0"
2023-01-25 21:09:06 +00:00
},
"funding": [
{
"url": "https://github.com/kukulich",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
"type": "tidelift"
}
],
2023-01-25 21:14:50 +00:00
"time": "2023-01-09T10:46:13+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.7.1",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"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": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2022-06-18T07:21:10+00:00"
},
{
"name": "symplify/easy-coding-standard",
2023-01-25 21:14:50 +00:00
"version": "11.2.5",
2023-01-25 21:09:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/symplify/easy-coding-standard.git",
2023-01-25 21:14:50 +00:00
"reference": "e6ac94f220604f4a3ddc99619e5b570238f3360c"
2023-01-25 21:09:06 +00:00
},
"dist": {
"type": "zip",
2023-01-25 21:14:50 +00:00
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/e6ac94f220604f4a3ddc99619e5b570238f3360c",
"reference": "e6ac94f220604f4a3ddc99619e5b570238f3360c",
2023-01-25 21:09:06 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"conflict": {
"friendsofphp/php-cs-fixer": "<3.0",
"squizlabs/php_codesniffer": "<3.6"
},
"bin": [
"bin/ecs"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-01-25 21:14:50 +00:00
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer",
2023-01-25 21:09:06 +00:00
"support": {
2023-01-25 21:14:50 +00:00
"issues": "https://github.com/symplify/easy-coding-standard/issues",
"source": "https://github.com/symplify/easy-coding-standard/tree/11.2.5"
2023-01-25 21:09:06 +00:00
},
"funding": [
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2023-01-25 21:14:50 +00:00
"time": "2023-01-25T12:39:27+00:00"
2023-01-25 21:09:06 +00:00
},
{
"name": "thecodingmachine/phpstan-strict-rules",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/phpstan-strict-rules.git",
"reference": "2ba8fa8b328c45f3b149c05def5bf96793c594b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thecodingmachine/phpstan-strict-rules/zipball/2ba8fa8b328c45f3b149c05def5bf96793c594b6",
"reference": "2ba8fa8b328c45f3b149c05def5bf96793c594b6",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "^1.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^7.1"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"phpstan": {
"includes": [
"phpstan-strict-rules.neon"
]
}
},
"autoload": {
"psr-4": {
"TheCodingMachine\\PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Négrier",
"email": "d.negrier@thecodingmachine.com"
}
],
"description": "A set of additional rules for PHPStan based on best practices followed at TheCodingMachine",
"support": {
"issues": "https://github.com/thecodingmachine/phpstan-strict-rules/issues",
"source": "https://github.com/thecodingmachine/phpstan-strict-rules/tree/v1.0.0"
},
"time": "2021-11-08T09:10:49+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=8.1"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}