|
14 | 14 | }
|
15 | 15 | ],
|
16 | 16 | "require": {
|
17 |
| - "php": "^7.4 || ^8.0", |
| 17 | + "php": "^8.0", |
18 | 18 | "ext-json": "*",
|
19 | 19 | "composer-plugin-api": "~2.0",
|
20 | 20 | "amphp/amp": "^2.6",
|
21 | 21 | "amphp/parallel": "^1.4",
|
22 | 22 | "amphp/parallel-functions": "^1.1",
|
23 |
| - "doctrine/collections": "^1.6.8", |
| 23 | + "doctrine/collections": "^1.6.8 || ^2.0", |
24 | 24 | "gitonomy/gitlib": "^1.3",
|
25 | 25 | "laravel/serializable-closure": "^1.1",
|
26 |
| - "monolog/monolog": "^2.0", |
| 26 | + "monolog/monolog": "^2.0 || ^3.0", |
27 | 27 | "ondram/ci-detector": "^4.0",
|
28 | 28 | "psr/container": "^1.1 || ^2.0",
|
29 | 29 | "seld/jsonlint": "~1.8",
|
30 |
| - "symfony/config": "~5.3 || ~6.0", |
31 |
| - "symfony/console": "~5.3 || ~6.0", |
32 |
| - "symfony/dependency-injection": "~5.3 || ~6.0", |
33 |
| - "symfony/dotenv": "~5.3 || ~6.0", |
34 |
| - "symfony/event-dispatcher": "~5.3 || ~6.0", |
35 |
| - "symfony/filesystem": "~5.3 || ~6.0", |
36 |
| - "symfony/finder": "~5.3 || ~6.0", |
37 |
| - "symfony/options-resolver": "~5.3 || ~6.0", |
38 |
| - "symfony/process": "~5.3 || ~6.0", |
39 |
| - "symfony/yaml": "~5.3 || ~6.0" |
| 30 | + "symfony/config": "~5.4 || ~6.0", |
| 31 | + "symfony/console": "~5.4 || ~6.0", |
| 32 | + "symfony/dependency-injection": "~5.4 || ~6.0", |
| 33 | + "symfony/dotenv": "~5.4 || ~6.0", |
| 34 | + "symfony/event-dispatcher": "~5.4 || ~6.0", |
| 35 | + "symfony/filesystem": "~5.4 || ~6.0", |
| 36 | + "symfony/finder": "~5.4 || ~6.0", |
| 37 | + "symfony/options-resolver": "~5.4 || ~6.0", |
| 38 | + "symfony/process": "~5.4 || ~6.0", |
| 39 | + "symfony/yaml": "~5.4 || ~6.0" |
40 | 40 | },
|
41 | 41 | "require-dev": {
|
42 | 42 | "amphp/sync": "^v1.4",
|
|
69 | 69 | "phan/phan": "Lets GrumPHP unleash a static analyzer on your code",
|
70 | 70 | "phing/phing": "Lets GrumPHP run your automated PHP tasks.",
|
71 | 71 | "php-parallel-lint/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.",
|
| 72 | + "phparkitect/phparkitect": "Let GrumPHP keep your codebase coherent and solid, by permitting to add some architectural constraint check to your workflow.", |
72 | 73 | "phpmd/phpmd": "Lets GrumPHP sort out the mess in your code",
|
73 | 74 | "phpspec/phpspec": "Lets GrumPHP spec your code.",
|
74 | 75 | "phpstan/phpstan": "Lets GrumPHP discover bugs in your code without running it.",
|
75 | 76 | "phpunit/phpunit": "Lets GrumPHP run your unit tests.",
|
76 | 77 | "povils/phpmnd": "Lets GrumPHP help you detect magic numbers in PHP code.",
|
| 78 | + "rector/rector ": "Lets GrumPHP instantly upgrade and automatically refactor your PHP code.", |
77 | 79 | "roave/security-advisories": "Lets GrumPHP be sure that there are no known security issues.",
|
78 | 80 | "sebastian/phpcpd": "Lets GrumPHP find duplicated code.",
|
79 | 81 | "squizlabs/php_codesniffer": "Lets GrumPHP sniff on your code.",
|
|
0 commit comments