|
2 | 2 | "packages": [
|
3 | 3 | {
|
4 | 4 | "name": "ergebnis/phpstan-rules",
|
5 |
| - "version": "2.8.0", |
6 |
| - "version_normalized": "2.8.0.0", |
| 5 | + "version": "2.10.5", |
| 6 | + "version_normalized": "2.10.5.0", |
7 | 7 | "source": {
|
8 | 8 | "type": "git",
|
9 | 9 | "url": "https://github.com/ergebnis/phpstan-rules.git",
|
10 |
| - "reference": "30e790621fbad05573ef9cd355279fff5122e080" |
| 10 | + "reference": "719a53e793e2417da46d497f21fb8d2f007ecb78" |
11 | 11 | },
|
12 | 12 | "dist": {
|
13 | 13 | "type": "zip",
|
14 |
| - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/30e790621fbad05573ef9cd355279fff5122e080", |
15 |
| - "reference": "30e790621fbad05573ef9cd355279fff5122e080", |
| 14 | + "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/719a53e793e2417da46d497f21fb8d2f007ecb78", |
| 15 | + "reference": "719a53e793e2417da46d497f21fb8d2f007ecb78", |
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",
|
21 |
| - "phpstan/phpstan": "^2.0.0" |
| 21 | + "phpstan/phpstan": "^2.1.8" |
22 | 22 | },
|
23 | 23 | "require-dev": {
|
| 24 | + "codeception/codeception": "^4.0.0 || ^5.0.0", |
24 | 25 | "doctrine/orm": "^2.20.0 || ^3.3.0",
|
25 |
| - "ergebnis/composer-normalize": "^2.45.0", |
| 26 | + "ergebnis/composer-normalize": "^2.47.0", |
26 | 27 | "ergebnis/license": "^2.6.0",
|
27 |
| - "ergebnis/php-cs-fixer-config": "^6.43.0", |
28 |
| - "ergebnis/phpunit-slow-test-detector": "^2.18.0", |
| 28 | + "ergebnis/php-cs-fixer-config": "^6.46.0", |
| 29 | + "ergebnis/phpunit-slow-test-detector": "^2.19.1", |
| 30 | + "fakerphp/faker": "^1.24.1", |
29 | 31 | "nette/di": "^3.1.10",
|
30 | 32 | "phpstan/extension-installer": "^1.4.3",
|
31 |
| - "phpstan/phpstan-deprecation-rules": "^2.0.1", |
32 |
| - "phpstan/phpstan-phpunit": "^2.0.4", |
33 |
| - "phpstan/phpstan-strict-rules": "^2.0.3", |
| 33 | + "phpstan/phpstan-deprecation-rules": "^2.0.3", |
| 34 | + "phpstan/phpstan-phpunit": "^2.0.6", |
| 35 | + "phpstan/phpstan-strict-rules": "^2.0.4", |
34 | 36 | "phpunit/phpunit": "^9.6.21",
|
35 | 37 | "psr/container": "^2.0.2",
|
36 | 38 | "symfony/finder": "^5.4.45",
|
37 | 39 | "symfony/process": "^5.4.47"
|
38 | 40 | },
|
39 |
| - "time": "2025-02-18T11:20:05+00:00", |
| 41 | + "time": "2025-06-23T17:35:58+00:00", |
40 | 42 | "type": "phpstan-extension",
|
41 | 43 | "extra": {
|
42 | 44 | "phpstan": {
|
|
77 | 79 | },
|
78 | 80 | {
|
79 | 81 | "name": "nette/utils",
|
80 |
| - "version": "v4.0.6", |
81 |
| - "version_normalized": "4.0.6.0", |
| 82 | + "version": "v4.0.7", |
| 83 | + "version_normalized": "4.0.7.0", |
82 | 84 | "source": {
|
83 | 85 | "type": "git",
|
84 | 86 | "url": "https://github.com/nette/utils.git",
|
85 |
| - "reference": "ce708655043c7050eb050df361c5e313cf708309" |
| 87 | + "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2" |
86 | 88 | },
|
87 | 89 | "dist": {
|
88 | 90 | "type": "zip",
|
89 |
| - "url": "https://api.github.com/repos/nette/utils/zipball/ce708655043c7050eb050df361c5e313cf708309", |
90 |
| - "reference": "ce708655043c7050eb050df361c5e313cf708309", |
| 91 | + "url": "https://api.github.com/repos/nette/utils/zipball/e67c4061eb40b9c113b218214e42cb5a0dda28f2", |
| 92 | + "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2", |
91 | 93 | "shasum": ""
|
92 | 94 | },
|
93 | 95 | "require": {
|
|
111 | 113 | "ext-mbstring": "to use Strings::lower() etc...",
|
112 | 114 | "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
|
113 | 115 | },
|
114 |
| - "time": "2025-03-30T21:06:30+00:00", |
| 116 | + "time": "2025-06-03T04:55:08+00:00", |
115 | 117 | "type": "library",
|
116 | 118 | "extra": {
|
117 | 119 | "branch-alias": {
|
|
160 | 162 | ],
|
161 | 163 | "support": {
|
162 | 164 | "issues": "https://github.com/nette/utils/issues",
|
163 |
| - "source": "https://github.com/nette/utils/tree/v4.0.6" |
| 165 | + "source": "https://github.com/nette/utils/tree/v4.0.7" |
164 | 166 | },
|
165 | 167 | "install-path": "../nette/utils"
|
166 | 168 | },
|
|
217 | 219 | },
|
218 | 220 | {
|
219 | 221 | "name": "phpstan/phpstan",
|
220 |
| - "version": "2.1.13", |
221 |
| - "version_normalized": "2.1.13.0", |
| 222 | + "version": "2.1.21", |
| 223 | + "version_normalized": "2.1.21.0", |
222 | 224 | "source": {
|
223 | 225 | "type": "git",
|
224 | 226 | "url": "https://github.com/phpstan/phpstan.git",
|
225 |
| - "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9" |
| 227 | + "reference": "1ccf445757458c06a04eb3f803603cb118fe5fa6" |
226 | 228 | },
|
227 | 229 | "dist": {
|
228 | 230 | "type": "zip",
|
229 |
| - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e55e03e6d4ac49cd1240907e5b08e5cd378572a9", |
230 |
| - "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9", |
| 231 | + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1ccf445757458c06a04eb3f803603cb118fe5fa6", |
| 232 | + "reference": "1ccf445757458c06a04eb3f803603cb118fe5fa6", |
231 | 233 | "shasum": ""
|
232 | 234 | },
|
233 | 235 | "require": {
|
|
236 | 238 | "conflict": {
|
237 | 239 | "phpstan/phpstan-shim": "*"
|
238 | 240 | },
|
239 |
| - "time": "2025-04-27T12:28:25+00:00", |
| 241 | + "time": "2025-07-28T19:35:08+00:00", |
240 | 242 | "bin": [
|
241 | 243 | "phpstan",
|
242 | 244 | "phpstan.phar"
|
|
278 | 280 | },
|
279 | 281 | {
|
280 | 282 | "name": "phpstan/phpstan-strict-rules",
|
281 |
| - "version": "2.0.4", |
282 |
| - "version_normalized": "2.0.4.0", |
| 283 | + "version": "2.0.6", |
| 284 | + "version_normalized": "2.0.6.0", |
283 | 285 | "source": {
|
284 | 286 | "type": "git",
|
285 | 287 | "url": "https://github.com/phpstan/phpstan-strict-rules.git",
|
286 |
| - "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a" |
| 288 | + "reference": "f9f77efa9de31992a832ff77ea52eb42d675b094" |
287 | 289 | },
|
288 | 290 | "dist": {
|
289 | 291 | "type": "zip",
|
290 |
| - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/3e139cbe67fafa3588e1dbe27ca50f31fdb6236a", |
291 |
| - "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a", |
| 292 | + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/f9f77efa9de31992a832ff77ea52eb42d675b094", |
| 293 | + "reference": "f9f77efa9de31992a832ff77ea52eb42d675b094", |
292 | 294 | "shasum": ""
|
293 | 295 | },
|
294 | 296 | "require": {
|
|
301 | 303 | "phpstan/phpstan-phpunit": "^2.0",
|
302 | 304 | "phpunit/phpunit": "^9.6"
|
303 | 305 | },
|
304 |
| - "time": "2025-03-18T11:42:40+00:00", |
| 306 | + "time": "2025-07-21T12:19:29+00:00", |
305 | 307 | "type": "phpstan-extension",
|
306 | 308 | "extra": {
|
307 | 309 | "phpstan": {
|
|
323 | 325 | "description": "Extra strict and opinionated rules for PHPStan",
|
324 | 326 | "support": {
|
325 | 327 | "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
|
326 |
| - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.4" |
| 328 | + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.6" |
327 | 329 | },
|
328 | 330 | "install-path": "../phpstan/phpstan-strict-rules"
|
329 | 331 | },
|
|
0 commit comments