|
2 | 2 | "packages": [ |
3 | 3 | { |
4 | 4 | "name": "ergebnis/phpstan-rules", |
5 | | - "version": "2.12.0", |
6 | | - "version_normalized": "2.12.0.0", |
| 5 | + "version": "2.13.1", |
| 6 | + "version_normalized": "2.13.1.0", |
7 | 7 | "source": { |
8 | 8 | "type": "git", |
9 | 9 | "url": "https://github.com/ergebnis/phpstan-rules.git", |
10 | | - "reference": "c4e0121a937b3b551f800a86e7d78794da2783ea" |
| 10 | + "reference": "f69db86b98595c34fc1f61c89fe3b380141aa519" |
11 | 11 | }, |
12 | 12 | "dist": { |
13 | 13 | "type": "zip", |
14 | | - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/c4e0121a937b3b551f800a86e7d78794da2783ea", |
15 | | - "reference": "c4e0121a937b3b551f800a86e7d78794da2783ea", |
| 14 | + "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/f69db86b98595c34fc1f61c89fe3b380141aa519", |
| 15 | + "reference": "f69db86b98595c34fc1f61c89fe3b380141aa519", |
16 | 16 | "shasum": "" |
17 | 17 | }, |
18 | 18 | "require": { |
19 | 19 | "ext-mbstring": "*", |
20 | 20 | "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", |
21 | | - "phpstan/phpstan": "^2.1.8" |
| 21 | + "phpstan/phpstan": "^2.1.35" |
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | 24 | "codeception/codeception": "^4.0.0 || ^5.0.0", |
25 | 25 | "doctrine/orm": "^2.20.0 || ^3.3.0", |
26 | | - "ergebnis/composer-normalize": "^2.47.0", |
27 | | - "ergebnis/license": "^2.6.0", |
28 | | - "ergebnis/php-cs-fixer-config": "^6.54.0", |
| 26 | + "ergebnis/composer-normalize": "^2.49.0", |
| 27 | + "ergebnis/license": "^2.7.0", |
| 28 | + "ergebnis/php-cs-fixer-config": "^6.59.0", |
29 | 29 | "ergebnis/phpunit-slow-test-detector": "^2.20.0", |
30 | 30 | "fakerphp/faker": "^1.24.1", |
31 | 31 | "phpstan/extension-installer": "^1.4.3", |
32 | 32 | "phpstan/phpstan-deprecation-rules": "^2.0.3", |
33 | | - "phpstan/phpstan-phpunit": "^2.0.7", |
34 | | - "phpstan/phpstan-strict-rules": "^2.0.6", |
| 33 | + "phpstan/phpstan-phpunit": "^2.0.12", |
| 34 | + "phpstan/phpstan-strict-rules": "^2.0.8", |
35 | 35 | "phpunit/phpunit": "^9.6.21", |
36 | 36 | "psr/container": "^2.0.2", |
37 | 37 | "symfony/finder": "^5.4.45", |
38 | 38 | "symfony/process": "^5.4.47" |
39 | 39 | }, |
40 | | - "time": "2025-09-07T13:31:33+00:00", |
| 40 | + "time": "2026-01-27T17:13:06+00:00", |
41 | 41 | "type": "phpstan-extension", |
42 | 42 | "extra": { |
43 | 43 | "phpstan": { |
|
78 | 78 | }, |
79 | 79 | { |
80 | 80 | "name": "nette/utils", |
81 | | - "version": "v4.1.1", |
82 | | - "version_normalized": "4.1.1.0", |
| 81 | + "version": "v4.1.2", |
| 82 | + "version_normalized": "4.1.2.0", |
83 | 83 | "source": { |
84 | 84 | "type": "git", |
85 | 85 | "url": "https://github.com/nette/utils.git", |
86 | | - "reference": "c99059c0315591f1a0db7ad6002000288ab8dc72" |
| 86 | + "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5" |
87 | 87 | }, |
88 | 88 | "dist": { |
89 | 89 | "type": "zip", |
90 | | - "url": "https://api.github.com/repos/nette/utils/zipball/c99059c0315591f1a0db7ad6002000288ab8dc72", |
91 | | - "reference": "c99059c0315591f1a0db7ad6002000288ab8dc72", |
| 90 | + "url": "https://api.github.com/repos/nette/utils/zipball/f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", |
| 91 | + "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", |
92 | 92 | "shasum": "" |
93 | 93 | }, |
94 | 94 | "require": { |
|
101 | 101 | "require-dev": { |
102 | 102 | "jetbrains/phpstorm-attributes": "^1.2", |
103 | 103 | "nette/tester": "^2.5", |
104 | | - "phpstan/phpstan-nette": "^2.0@stable", |
| 104 | + "phpstan/phpstan": "^2.0@stable", |
105 | 105 | "tracy/tracy": "^2.9" |
106 | 106 | }, |
107 | 107 | "suggest": { |
|
112 | 112 | "ext-mbstring": "to use Strings::lower() etc...", |
113 | 113 | "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" |
114 | 114 | }, |
115 | | - "time": "2025-12-22T12:14:32+00:00", |
| 115 | + "time": "2026-02-03T17:21:09+00:00", |
116 | 116 | "type": "library", |
117 | 117 | "extra": { |
118 | 118 | "branch-alias": { |
|
164 | 164 | ], |
165 | 165 | "support": { |
166 | 166 | "issues": "https://github.com/nette/utils/issues", |
167 | | - "source": "https://github.com/nette/utils/tree/v4.1.1" |
| 167 | + "source": "https://github.com/nette/utils/tree/v4.1.2" |
168 | 168 | }, |
169 | 169 | "install-path": "../nette/utils" |
170 | 170 | }, |
|
221 | 221 | }, |
222 | 222 | { |
223 | 223 | "name": "phpstan/phpstan", |
224 | | - "version": "2.1.33", |
225 | | - "version_normalized": "2.1.33.0", |
| 224 | + "version": "2.1.38", |
| 225 | + "version_normalized": "2.1.38.0", |
226 | 226 | "dist": { |
227 | 227 | "type": "zip", |
228 | | - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9e800e6bee7d5bd02784d4c6069b48032d16224f", |
229 | | - "reference": "9e800e6bee7d5bd02784d4c6069b48032d16224f", |
| 228 | + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dfaf1f530e1663aa167bc3e52197adb221582629", |
| 229 | + "reference": "dfaf1f530e1663aa167bc3e52197adb221582629", |
230 | 230 | "shasum": "" |
231 | 231 | }, |
232 | 232 | "require": { |
|
235 | 235 | "conflict": { |
236 | 236 | "phpstan/phpstan-shim": "*" |
237 | 237 | }, |
238 | | - "time": "2025-12-05T10:24:31+00:00", |
| 238 | + "time": "2026-01-30T17:12:46+00:00", |
239 | 239 | "bin": [ |
240 | 240 | "phpstan", |
241 | 241 | "phpstan.phar" |
|
277 | 277 | }, |
278 | 278 | { |
279 | 279 | "name": "phpstan/phpstan-strict-rules", |
280 | | - "version": "2.0.7", |
281 | | - "version_normalized": "2.0.7.0", |
| 280 | + "version": "2.0.8", |
| 281 | + "version_normalized": "2.0.8.0", |
282 | 282 | "source": { |
283 | 283 | "type": "git", |
284 | 284 | "url": "https://github.com/phpstan/phpstan-strict-rules.git", |
285 | | - "reference": "d6211c46213d4181054b3d77b10a5c5cb0d59538" |
| 285 | + "reference": "1ed9e626a37f7067b594422411539aa807190573" |
286 | 286 | }, |
287 | 287 | "dist": { |
288 | 288 | "type": "zip", |
289 | | - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/d6211c46213d4181054b3d77b10a5c5cb0d59538", |
290 | | - "reference": "d6211c46213d4181054b3d77b10a5c5cb0d59538", |
| 289 | + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/1ed9e626a37f7067b594422411539aa807190573", |
| 290 | + "reference": "1ed9e626a37f7067b594422411539aa807190573", |
291 | 291 | "shasum": "" |
292 | 292 | }, |
293 | 293 | "require": { |
|
300 | 300 | "phpstan/phpstan-phpunit": "^2.0", |
301 | 301 | "phpunit/phpunit": "^9.6" |
302 | 302 | }, |
303 | | - "time": "2025-09-26T11:19:08+00:00", |
| 303 | + "time": "2026-01-27T08:10:25+00:00", |
304 | 304 | "type": "phpstan-extension", |
305 | 305 | "extra": { |
306 | 306 | "phpstan": { |
|
322 | 322 | "description": "Extra strict and opinionated rules for PHPStan", |
323 | 323 | "support": { |
324 | 324 | "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", |
325 | | - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.7" |
| 325 | + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.8" |
326 | 326 | }, |
327 | 327 | "install-path": "../phpstan/phpstan-strict-rules" |
328 | 328 | }, |
|
0 commit comments