|
10 | 10 | }
|
11 | 11 | ],
|
12 | 12 | "require": {
|
13 |
| - "php": "^7.2", |
| 13 | + "php": "^7.4", |
14 | 14 | "ext-iconv": "*",
|
15 | 15 | "ext-json": "*",
|
16 | 16 | "ext-mbstring": "*",
|
17 | 17 | "ext-tokenizer": "*",
|
18 | 18 | "composer/composer": "^1.7",
|
19 |
| - "friendsofphp/php-cs-fixer": "^2.15", |
| 19 | + "friendsofphp/php-cs-fixer": "^2.16.1", |
20 | 20 | "justinrainbow/json-schema": "^5.1",
|
21 | 21 | "league/container": "^3.2",
|
22 | 22 | "object-calisthenics/phpcs-calisthenics-rules": "^3.7",
|
23 | 23 | "phploc/phploc": "^5.0|^6.0",
|
24 | 24 | "psr/container": "^1.0",
|
25 | 25 | "sensiolabs/security-checker": "^6.0",
|
26 | 26 | "slevomat/coding-standard": "^6.0",
|
27 |
| - "squizlabs/php_codesniffer": "^3.4", |
| 27 | + "squizlabs/php_codesniffer": "^3.5", |
28 | 28 | "symfony/console": "^4.2|^5.0",
|
29 | 29 | "symfony/finder": "^4.2|^5.0"
|
30 | 30 | },
|
31 | 31 | "require-dev": {
|
| 32 | + "ergebnis/phpstan-rules": "^0.14.0", |
32 | 33 | "illuminate/console": "^5.8|^6.0|^7.0",
|
33 | 34 | "illuminate/support": "^5.8|^6.0|^7.0",
|
34 |
| - "ergebnis/phpstan-rules": "^0.14.0", |
35 | 35 | "mockery/mockery": "^1.0",
|
36 | 36 | "phpstan/phpstan-strict-rules": "^0.12",
|
37 | 37 | "phpunit/phpunit": "^8.0|^9.0",
|
| 38 | + "rector/rector": "^0.7.11", |
38 | 39 | "symfony/var-dumper": "^4.2|^5.0",
|
39 |
| - "symplify/easy-coding-standard": "^7.1", |
| 40 | + "symplify/easy-coding-standard": "^7.2.3", |
40 | 41 | "thecodingmachine/phpstan-strict-rules": "^0.12.0"
|
41 | 42 | },
|
42 | 43 | "suggest": {
|
|
73 | 74 | "ecs:test": "ecs check src --ansi --config vendor/symplify/easy-coding-standard/config/set/clean-code.yaml",
|
74 | 75 | "phpstan:test": "phpstan analyse --ansi",
|
75 | 76 | "phpunit:test": "phpunit --colors=always",
|
| 77 | + "rector:test": "rector process --ansi", |
76 | 78 | "insights": "bin/phpinsights analyse --ansi -v --no-interaction",
|
77 | 79 | "test": [
|
78 | 80 | "@phpstan:test",
|
79 | 81 | "@ecs:test",
|
| 82 | + "@rector:test --dry-run", |
80 | 83 | "@phpunit:test",
|
81 | 84 | "@insights"
|
82 | 85 | ],
|
83 | 86 | "fix": [
|
84 | 87 | "@ecs:test --fix",
|
85 |
| - "@insights --fix --quiet" |
| 88 | + "@insights --fix --quiet", |
| 89 | + "@rector:test" |
86 | 90 | ],
|
87 | 91 | "post-install-cmd": [
|
88 | 92 | "@website:copy-changelog",
|
|
0 commit comments