|
23 | 23 | ], |
24 | 24 | "require": { |
25 | 25 | "php": "^7.4|^8", |
26 | | - "symfony/finder": "^3.0|^4.0|^5.0|^6.0|^7.0", |
27 | | - "symfony/event-dispatcher": "^3.0|^4.0|^5.0|^6.0|^7.0", |
28 | | - "symfony/console": "^3.0|^4.0|^5.0|^6.0|^7.0", |
29 | | - "symfony/polyfill-php80": "^1.33", |
30 | | - "nikic/php-parser": "~5", |
31 | | - "webmozart/assert": "^1.9", |
32 | 26 | "ext-json": "*", |
| 27 | + "nikic/php-parser": "~5", |
| 28 | + "ondram/ci-detector": "^4.2", |
33 | 29 | "phpstan/phpdoc-parser": "^1.2|^2.0", |
34 | | - "ondram/ci-detector": "^4.2" |
| 30 | + "symfony/console": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0", |
| 31 | + "symfony/event-dispatcher": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0", |
| 32 | + "symfony/finder": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0", |
| 33 | + "symfony/polyfill-php80": "^1.33", |
| 34 | + "webmozart/assert": "^1.9" |
35 | 35 | }, |
36 | 36 | "require-dev": { |
37 | 37 | "friendsofphp/php-cs-fixer": "^3.90", |
|
40 | 40 | "phpspec/prophecy-phpunit": "^2.4", |
41 | 41 | "phpunit/phpunit": "^7.5|^9.0|^10.0", |
42 | 42 | "roave/security-advisories": "dev-master", |
43 | | - "symfony/var-dumper": "^3.0|^4.0|^5.0|^6.0|^7.0" |
| 43 | + "symfony/var-dumper": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0" |
44 | 44 | }, |
45 | 45 | "autoload": { |
46 | 46 | "psr-4": { |
|
0 commit comments