|
14 | 14 | } |
15 | 15 | }, |
16 | 16 | "require": { |
17 | | - "php": ">=8.3", |
| 17 | + "php": ">=8.2", |
18 | 18 | "ext-json": "*", |
19 | 19 | "ext-curl": "*", |
20 | | - "doctrine/rst-parser": "^0.5", |
21 | | - "scrivo/highlight.php": "^9.18.1", |
22 | | - "symfony/filesystem": "^5.2 || ^6.0 || ^7.0", |
23 | | - "symfony/finder": "^5.2 || ^6.0 || ^7.0", |
24 | | - "symfony/dom-crawler": "^5.2 || ^6.0 || ^7.0", |
25 | | - "symfony/css-selector": "^5.2 || ^6.0 || ^7.0", |
26 | | - "symfony/console": "^5.2 || ^6.0 || ^7.0", |
27 | | - "symfony/http-client": "^5.2 || ^6.0 || ^7.0", |
28 | | - "twig/twig": "^2.14 || ^3.3" |
| 20 | + "phpdocumentor/guides": "^1.9", |
| 21 | + "phpdocumentor/guides-cli": "^1.9", |
| 22 | + "phpdocumentor/guides-code": "^1.7", |
| 23 | + "phpdocumentor/guides-restructured-text": "^1.9", |
| 24 | + "scrivo/highlight.php": "^9.12.0", |
| 25 | + "symfony/config": "^6.0", |
| 26 | + "symfony/filesystem": "^6.0", |
| 27 | + "symfony/finder": "^6.0", |
| 28 | + "symfony/event-dispatcher": "^6.0", |
| 29 | + "symfony/dependency-injection": "^6.0", |
| 30 | + "symfony/dom-crawler": "^6.0", |
| 31 | + "symfony/css-selector": "^6.0", |
| 32 | + "symfony/console": "^6.0", |
| 33 | + "symfony/http-client": "^6.0", |
| 34 | + "symfony/string": "^6.0", |
| 35 | + "twig/twig": "^3.3", |
| 36 | + "twig/string-extra": "^3.6" |
29 | 37 | }, |
30 | 38 | "require-dev": { |
31 | | - "gajus/dindent": "^2.0", |
32 | | - "symfony/phpunit-bridge": "^5.2 || ^6.0 || ^7.0", |
33 | | - "symfony/process": "^5.2 || ^6.0 || ^7.0", |
34 | | - "masterminds/html5": "^2.7" |
| 39 | + "league/flysystem-memory": "^3.0", |
| 40 | + "symfony/phpunit-bridge": "^7.4@dev", |
| 41 | + "symfony/process": "^6.0", |
| 42 | + "symfony/var-dumper": "^6.2" |
35 | 43 | }, |
36 | | - "bin": ["bin/docs-builder"] |
| 44 | + "scripts": { |
| 45 | + "test": "SYMFONY_PHPUNIT_VERSION=12 simple-phpunit", |
| 46 | + "psalm": [ |
| 47 | + "composer update --no-scripts --working-dir=tools/psalm", |
| 48 | + "./tools/psalm/vendor/bin/psalm" |
| 49 | + ], |
| 50 | + "cs": [ |
| 51 | + "composer update --no-scripts --working-dir=tools/php-cs-fixer", |
| 52 | + "./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix" |
| 53 | + ] |
| 54 | + } |
37 | 55 | } |
0 commit comments