| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,196 @@ |
| 1 |
+{
|
|
| 2 |
+ "_readme": [ |
|
| 3 |
+ "This file locks the dependencies of your project to a known state", |
|
| 4 |
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
| 5 |
+ "This file is @generated automatically" |
|
| 6 |
+ ], |
|
| 7 |
+ "content-hash": "5a7b3ba69c4a30eee3c54ea2f4887e13", |
|
| 8 |
+ "packages": [ |
|
| 9 |
+ {
|
|
| 10 |
+ "name": "phpstan/phpstan", |
|
| 11 |
+ "version": "2.1.33", |
|
| 12 |
+ "dist": {
|
|
| 13 |
+ "type": "zip", |
|
| 14 |
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9e800e6bee7d5bd02784d4c6069b48032d16224f", |
|
| 15 |
+ "reference": "9e800e6bee7d5bd02784d4c6069b48032d16224f", |
|
| 16 |
+ "shasum": "" |
|
| 17 |
+ }, |
|
| 18 |
+ "require": {
|
|
| 19 |
+ "php": "^7.4|^8.0" |
|
| 20 |
+ }, |
|
| 21 |
+ "conflict": {
|
|
| 22 |
+ "phpstan/phpstan-shim": "*" |
|
| 23 |
+ }, |
|
| 24 |
+ "bin": [ |
|
| 25 |
+ "phpstan", |
|
| 26 |
+ "phpstan.phar" |
|
| 27 |
+ ], |
|
| 28 |
+ "type": "library", |
|
| 29 |
+ "autoload": {
|
|
| 30 |
+ "files": [ |
|
| 31 |
+ "bootstrap.php" |
|
| 32 |
+ ] |
|
| 33 |
+ }, |
|
| 34 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 35 |
+ "license": [ |
|
| 36 |
+ "MIT" |
|
| 37 |
+ ], |
|
| 38 |
+ "description": "PHPStan - PHP Static Analysis Tool", |
|
| 39 |
+ "keywords": [ |
|
| 40 |
+ "dev", |
|
| 41 |
+ "static analysis" |
|
| 42 |
+ ], |
|
| 43 |
+ "support": {
|
|
| 44 |
+ "docs": "https://phpstan.org/user-guide/getting-started", |
|
| 45 |
+ "forum": "https://github.com/phpstan/phpstan/discussions", |
|
| 46 |
+ "issues": "https://github.com/phpstan/phpstan/issues", |
|
| 47 |
+ "security": "https://github.com/phpstan/phpstan/security/policy", |
|
| 48 |
+ "source": "https://github.com/phpstan/phpstan-src" |
|
| 49 |
+ }, |
|
| 50 |
+ "funding": [ |
|
| 51 |
+ {
|
|
| 52 |
+ "url": "https://github.com/ondrejmirtes", |
|
| 53 |
+ "type": "github" |
|
| 54 |
+ }, |
|
| 55 |
+ {
|
|
| 56 |
+ "url": "https://github.com/phpstan", |
|
| 57 |
+ "type": "github" |
|
| 58 |
+ } |
|
| 59 |
+ ], |
|
| 60 |
+ "time": "2025-12-05T10:24:31+00:00" |
|
| 61 |
+ }, |
|
| 62 |
+ {
|
|
| 63 |
+ "name": "phpstan/phpstan-phpunit", |
|
| 64 |
+ "version": "2.0.11", |
|
| 65 |
+ "source": {
|
|
| 66 |
+ "type": "git", |
|
| 67 |
+ "url": "https://github.com/phpstan/phpstan-phpunit.git", |
|
| 68 |
+ "reference": "5e30669bef866eff70db8b58d72a5c185aa82414" |
|
| 69 |
+ }, |
|
| 70 |
+ "dist": {
|
|
| 71 |
+ "type": "zip", |
|
| 72 |
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/5e30669bef866eff70db8b58d72a5c185aa82414", |
|
| 73 |
+ "reference": "5e30669bef866eff70db8b58d72a5c185aa82414", |
|
| 74 |
+ "shasum": "" |
|
| 75 |
+ }, |
|
| 76 |
+ "require": {
|
|
| 77 |
+ "php": "^7.4 || ^8.0", |
|
| 78 |
+ "phpstan/phpstan": "^2.1.32" |
|
| 79 |
+ }, |
|
| 80 |
+ "conflict": {
|
|
| 81 |
+ "phpunit/phpunit": "<7.0" |
|
| 82 |
+ }, |
|
| 83 |
+ "require-dev": {
|
|
| 84 |
+ "nikic/php-parser": "^5", |
|
| 85 |
+ "php-parallel-lint/php-parallel-lint": "^1.2", |
|
| 86 |
+ "phpstan/phpstan-deprecation-rules": "^2.0", |
|
| 87 |
+ "phpstan/phpstan-strict-rules": "^2.0", |
|
| 88 |
+ "phpunit/phpunit": "^9.6" |
|
| 89 |
+ }, |
|
| 90 |
+ "type": "phpstan-extension", |
|
| 91 |
+ "extra": {
|
|
| 92 |
+ "phpstan": {
|
|
| 93 |
+ "includes": [ |
|
| 94 |
+ "extension.neon", |
|
| 95 |
+ "rules.neon" |
|
| 96 |
+ ] |
|
| 97 |
+ } |
|
| 98 |
+ }, |
|
| 99 |
+ "autoload": {
|
|
| 100 |
+ "psr-4": {
|
|
| 101 |
+ "PHPStan\\": "src/" |
|
| 102 |
+ } |
|
| 103 |
+ }, |
|
| 104 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 105 |
+ "license": [ |
|
| 106 |
+ "MIT" |
|
| 107 |
+ ], |
|
| 108 |
+ "description": "PHPUnit extensions and rules for PHPStan", |
|
| 109 |
+ "support": {
|
|
| 110 |
+ "issues": "https://github.com/phpstan/phpstan-phpunit/issues", |
|
| 111 |
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.11" |
|
| 112 |
+ }, |
|
| 113 |
+ "time": "2025-12-19T09:05:35+00:00" |
|
| 114 |
+ }, |
|
| 115 |
+ {
|
|
| 116 |
+ "name": "phpstan/phpstan-symfony", |
|
| 117 |
+ "version": "2.0.9", |
|
| 118 |
+ "source": {
|
|
| 119 |
+ "type": "git", |
|
| 120 |
+ "url": "https://github.com/phpstan/phpstan-symfony.git", |
|
| 121 |
+ "reference": "24d8c157aa483141b0579d705ef0aac9e1b95436" |
|
| 122 |
+ }, |
|
| 123 |
+ "dist": {
|
|
| 124 |
+ "type": "zip", |
|
| 125 |
+ "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/24d8c157aa483141b0579d705ef0aac9e1b95436", |
|
| 126 |
+ "reference": "24d8c157aa483141b0579d705ef0aac9e1b95436", |
|
| 127 |
+ "shasum": "" |
|
| 128 |
+ }, |
|
| 129 |
+ "require": {
|
|
| 130 |
+ "ext-simplexml": "*", |
|
| 131 |
+ "php": "^7.4 || ^8.0", |
|
| 132 |
+ "phpstan/phpstan": "^2.1.13" |
|
| 133 |
+ }, |
|
| 134 |
+ "conflict": {
|
|
| 135 |
+ "symfony/framework-bundle": "<3.0" |
|
| 136 |
+ }, |
|
| 137 |
+ "require-dev": {
|
|
| 138 |
+ "php-parallel-lint/php-parallel-lint": "^1.2", |
|
| 139 |
+ "phpstan/phpstan-phpunit": "^2.0.8", |
|
| 140 |
+ "phpstan/phpstan-strict-rules": "^2.0", |
|
| 141 |
+ "phpunit/phpunit": "^9.6", |
|
| 142 |
+ "psr/container": "1.1.2", |
|
| 143 |
+ "symfony/config": "^5.4 || ^6.1", |
|
| 144 |
+ "symfony/console": "^5.4 || ^6.1", |
|
| 145 |
+ "symfony/dependency-injection": "^5.4 || ^6.1", |
|
| 146 |
+ "symfony/form": "^5.4 || ^6.1", |
|
| 147 |
+ "symfony/framework-bundle": "^5.4 || ^6.1", |
|
| 148 |
+ "symfony/http-foundation": "^5.4 || ^6.1", |
|
| 149 |
+ "symfony/messenger": "^5.4", |
|
| 150 |
+ "symfony/polyfill-php80": "^1.24", |
|
| 151 |
+ "symfony/serializer": "^5.4", |
|
| 152 |
+ "symfony/service-contracts": "^2.2.0" |
|
| 153 |
+ }, |
|
| 154 |
+ "type": "phpstan-extension", |
|
| 155 |
+ "extra": {
|
|
| 156 |
+ "phpstan": {
|
|
| 157 |
+ "includes": [ |
|
| 158 |
+ "extension.neon", |
|
| 159 |
+ "rules.neon" |
|
| 160 |
+ ] |
|
| 161 |
+ } |
|
| 162 |
+ }, |
|
| 163 |
+ "autoload": {
|
|
| 164 |
+ "psr-4": {
|
|
| 165 |
+ "PHPStan\\": "src/" |
|
| 166 |
+ } |
|
| 167 |
+ }, |
|
| 168 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 169 |
+ "license": [ |
|
| 170 |
+ "MIT" |
|
| 171 |
+ ], |
|
| 172 |
+ "authors": [ |
|
| 173 |
+ {
|
|
| 174 |
+ "name": "Lukáš Unger", |
|
| 175 |
+ "email": "looky.msc@gmail.com", |
|
| 176 |
+ "homepage": "https://lookyman.net" |
|
| 177 |
+ } |
|
| 178 |
+ ], |
|
| 179 |
+ "description": "Symfony Framework extensions and rules for PHPStan", |
|
| 180 |
+ "support": {
|
|
| 181 |
+ "issues": "https://github.com/phpstan/phpstan-symfony/issues", |
|
| 182 |
+ "source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.9" |
|
| 183 |
+ }, |
|
| 184 |
+ "time": "2025-11-29T11:17:28+00:00" |
|
| 185 |
+ } |
|
| 186 |
+ ], |
|
| 187 |
+ "packages-dev": [], |
|
| 188 |
+ "aliases": [], |
|
| 189 |
+ "minimum-stability": "stable", |
|
| 190 |
+ "stability-flags": {},
|
|
| 191 |
+ "prefer-stable": false, |
|
| 192 |
+ "prefer-lowest": false, |
|
| 193 |
+ "platform": {},
|
|
| 194 |
+ "platform-dev": {},
|
|
| 195 |
+ "plugin-api-version": "2.9.0" |
|
| 196 |
+} |