1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,201 @@ |
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": "df0edb91981a94848a7dc524ea04c06d", |
|
8 |
+ "packages": [ |
|
9 |
+ { |
|
10 |
+ "name": "phpstan/phpstan", |
|
11 |
+ "version": "1.7.11", |
|
12 |
+ "source": { |
|
13 |
+ "type": "git", |
|
14 |
+ "url": "https://github.com/phpstan/phpstan.git", |
|
15 |
+ "reference": "62fcadcde81b4037e42ad2489119d31c46f00191" |
|
16 |
+ }, |
|
17 |
+ "dist": { |
|
18 |
+ "type": "zip", |
|
19 |
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/62fcadcde81b4037e42ad2489119d31c46f00191", |
|
20 |
+ "reference": "62fcadcde81b4037e42ad2489119d31c46f00191", |
|
21 |
+ "shasum": "" |
|
22 |
+ }, |
|
23 |
+ "require": { |
|
24 |
+ "php": "^7.2|^8.0" |
|
25 |
+ }, |
|
26 |
+ "conflict": { |
|
27 |
+ "phpstan/phpstan-shim": "*" |
|
28 |
+ }, |
|
29 |
+ "bin": [ |
|
30 |
+ "phpstan", |
|
31 |
+ "phpstan.phar" |
|
32 |
+ ], |
|
33 |
+ "type": "library", |
|
34 |
+ "autoload": { |
|
35 |
+ "files": [ |
|
36 |
+ "bootstrap.php" |
|
37 |
+ ] |
|
38 |
+ }, |
|
39 |
+ "notification-url": "https://packagist.org/downloads/", |
|
40 |
+ "license": [ |
|
41 |
+ "MIT" |
|
42 |
+ ], |
|
43 |
+ "description": "PHPStan - PHP Static Analysis Tool", |
|
44 |
+ "support": { |
|
45 |
+ "issues": "https://github.com/phpstan/phpstan/issues", |
|
46 |
+ "source": "https://github.com/phpstan/phpstan/tree/1.7.11" |
|
47 |
+ }, |
|
48 |
+ "funding": [ |
|
49 |
+ { |
|
50 |
+ "url": "https://github.com/ondrejmirtes", |
|
51 |
+ "type": "github" |
|
52 |
+ }, |
|
53 |
+ { |
|
54 |
+ "url": "https://github.com/phpstan", |
|
55 |
+ "type": "github" |
|
56 |
+ }, |
|
57 |
+ { |
|
58 |
+ "url": "https://www.patreon.com/phpstan", |
|
59 |
+ "type": "patreon" |
|
60 |
+ }, |
|
61 |
+ { |
|
62 |
+ "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", |
|
63 |
+ "type": "tidelift" |
|
64 |
+ } |
|
65 |
+ ], |
|
66 |
+ "time": "2022-06-07T08:47:03+00:00" |
|
67 |
+ }, |
|
68 |
+ { |
|
69 |
+ "name": "phpstan/phpstan-phpunit", |
|
70 |
+ "version": "1.1.1", |
|
71 |
+ "source": { |
|
72 |
+ "type": "git", |
|
73 |
+ "url": "https://github.com/phpstan/phpstan-phpunit.git", |
|
74 |
+ "reference": "4a3c437c09075736285d1cabb5c75bf27ed0bc84" |
|
75 |
+ }, |
|
76 |
+ "dist": { |
|
77 |
+ "type": "zip", |
|
78 |
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4a3c437c09075736285d1cabb5c75bf27ed0bc84", |
|
79 |
+ "reference": "4a3c437c09075736285d1cabb5c75bf27ed0bc84", |
|
80 |
+ "shasum": "" |
|
81 |
+ }, |
|
82 |
+ "require": { |
|
83 |
+ "php": "^7.2 || ^8.0", |
|
84 |
+ "phpstan/phpstan": "^1.5.0" |
|
85 |
+ }, |
|
86 |
+ "conflict": { |
|
87 |
+ "phpunit/phpunit": "<7.0" |
|
88 |
+ }, |
|
89 |
+ "require-dev": { |
|
90 |
+ "nikic/php-parser": "^4.13.0", |
|
91 |
+ "php-parallel-lint/php-parallel-lint": "^1.2", |
|
92 |
+ "phpstan/phpstan-strict-rules": "^1.0", |
|
93 |
+ "phpunit/phpunit": "^9.5" |
|
94 |
+ }, |
|
95 |
+ "type": "phpstan-extension", |
|
96 |
+ "extra": { |
|
97 |
+ "phpstan": { |
|
98 |
+ "includes": [ |
|
99 |
+ "extension.neon", |
|
100 |
+ "rules.neon" |
|
101 |
+ ] |
|
102 |
+ } |
|
103 |
+ }, |
|
104 |
+ "autoload": { |
|
105 |
+ "psr-4": { |
|
106 |
+ "PHPStan\\": "src/" |
|
107 |
+ } |
|
108 |
+ }, |
|
109 |
+ "notification-url": "https://packagist.org/downloads/", |
|
110 |
+ "license": [ |
|
111 |
+ "MIT" |
|
112 |
+ ], |
|
113 |
+ "description": "PHPUnit extensions and rules for PHPStan", |
|
114 |
+ "support": { |
|
115 |
+ "issues": "https://github.com/phpstan/phpstan-phpunit/issues", |
|
116 |
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.1.1" |
|
117 |
+ }, |
|
118 |
+ "time": "2022-04-20T15:24:25+00:00" |
|
119 |
+ }, |
|
120 |
+ { |
|
121 |
+ "name": "phpstan/phpstan-symfony", |
|
122 |
+ "version": "1.2.3", |
|
123 |
+ "source": { |
|
124 |
+ "type": "git", |
|
125 |
+ "url": "https://github.com/phpstan/phpstan-symfony.git", |
|
126 |
+ "reference": "7c24540375a53538190190496f077f76b14c63fb" |
|
127 |
+ }, |
|
128 |
+ "dist": { |
|
129 |
+ "type": "zip", |
|
130 |
+ "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7c24540375a53538190190496f077f76b14c63fb", |
|
131 |
+ "reference": "7c24540375a53538190190496f077f76b14c63fb", |
|
132 |
+ "shasum": "" |
|
133 |
+ }, |
|
134 |
+ "require": { |
|
135 |
+ "ext-simplexml": "*", |
|
136 |
+ "php": "^7.2 || ^8.0", |
|
137 |
+ "phpstan/phpstan": "^1.6" |
|
138 |
+ }, |
|
139 |
+ "conflict": { |
|
140 |
+ "symfony/framework-bundle": "<3.0" |
|
141 |
+ }, |
|
142 |
+ "require-dev": { |
|
143 |
+ "nikic/php-parser": "^4.13.0", |
|
144 |
+ "php-parallel-lint/php-parallel-lint": "^1.2", |
|
145 |
+ "phpstan/phpstan-phpunit": "^1.0", |
|
146 |
+ "phpstan/phpstan-strict-rules": "^1.0", |
|
147 |
+ "phpunit/phpunit": "^9.5", |
|
148 |
+ "psr/container": "1.0 || 1.1.1", |
|
149 |
+ "symfony/config": "^4.2 || ^5.0", |
|
150 |
+ "symfony/console": "^4.0 || ^5.0", |
|
151 |
+ "symfony/dependency-injection": "^4.0 || ^5.0", |
|
152 |
+ "symfony/form": "^4.0 || ^5.0", |
|
153 |
+ "symfony/framework-bundle": "^4.4 || ^5.0", |
|
154 |
+ "symfony/http-foundation": "^5.1", |
|
155 |
+ "symfony/messenger": "^4.2 || ^5.0", |
|
156 |
+ "symfony/polyfill-php80": "^1.24", |
|
157 |
+ "symfony/serializer": "^4.0 || ^5.0" |
|
158 |
+ }, |
|
159 |
+ "type": "phpstan-extension", |
|
160 |
+ "extra": { |
|
161 |
+ "phpstan": { |
|
162 |
+ "includes": [ |
|
163 |
+ "extension.neon", |
|
164 |
+ "rules.neon" |
|
165 |
+ ] |
|
166 |
+ } |
|
167 |
+ }, |
|
168 |
+ "autoload": { |
|
169 |
+ "psr-4": { |
|
170 |
+ "PHPStan\\": "src/" |
|
171 |
+ } |
|
172 |
+ }, |
|
173 |
+ "notification-url": "https://packagist.org/downloads/", |
|
174 |
+ "license": [ |
|
175 |
+ "MIT" |
|
176 |
+ ], |
|
177 |
+ "authors": [ |
|
178 |
+ { |
|
179 |
+ "name": "Lukáš Unger", |
|
180 |
+ "email": "looky.msc@gmail.com", |
|
181 |
+ "homepage": "https://lookyman.net" |
|
182 |
+ } |
|
183 |
+ ], |
|
184 |
+ "description": "Symfony Framework extensions and rules for PHPStan", |
|
185 |
+ "support": { |
|
186 |
+ "issues": "https://github.com/phpstan/phpstan-symfony/issues", |
|
187 |
+ "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.3" |
|
188 |
+ }, |
|
189 |
+ "time": "2022-06-03T13:22:15+00:00" |
|
190 |
+ } |
|
191 |
+ ], |
|
192 |
+ "packages-dev": [], |
|
193 |
+ "aliases": [], |
|
194 |
+ "minimum-stability": "stable", |
|
195 |
+ "stability-flags": [], |
|
196 |
+ "prefer-stable": false, |
|
197 |
+ "prefer-lowest": false, |
|
198 |
+ "platform": [], |
|
199 |
+ "platform-dev": [], |
|
200 |
+ "plugin-api-version": "2.3.0" |
|
201 |
+} |