|
23 | 23 | "minimum-stability": "stable", |
24 | 24 | "require": { |
25 | 25 | "php": "^7.4|^8.0", |
26 | | - "phpstan/phpstan": "^0.12", |
| 26 | + "phpstan/phpstan": "^1.0.0", |
27 | 27 | "symfony/polyfill-php80": "^1", |
28 | 28 | "thecodingmachine/safe": "^1" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | 31 | "phpstan/extension-installer": "^1.1", |
32 | | - "phpstan/phpstan-strict-rules": "^0.12.11", |
| 32 | + "phpstan/phpstan-strict-rules": "^1.0.0", |
33 | 33 | "phpmd/phpmd": "^2.10", |
34 | | - "ergebnis/phpstan-rules": "^0.15.3", |
35 | | - "phpstan/phpstan-deprecation-rules": "^0.12.6", |
| 34 | + "ergebnis/phpstan-rules": "^1.0.0", |
| 35 | + "phpstan/phpstan-deprecation-rules": "^1.0.0", |
36 | 36 | "roave/security-advisories": "dev-latest", |
37 | | - "phpstan/phpstan-phpunit": "^0.12.22", |
| 37 | + "phpstan/phpstan-phpunit": "^1.0.0", |
38 | 38 | "oneserv/phpcs-rules": "^1.0", |
39 | 39 | "dg/bypass-finals": "^1.3", |
40 | | - "thecodingmachine/phpstan-safe-rule": "^1.0", |
| 40 | + "thecodingmachine/phpstan-safe-rule": "^1.1.0", |
41 | 41 | "madewithlove/license-checker": "^0.10.0", |
42 | 42 | "phpunit/phpunit": "^9.5" |
43 | 43 | }, |
|
0 commit comments