|
8 | 8 | ], |
9 | 9 | "require": { |
10 | 10 | "php": "^8.4", |
| 11 | + "type-lang/mapper": "^2.0", |
11 | 12 | "type-lang/parser": "^2.0", |
12 | 13 | "type-lang/phpdoc": "^2.0", |
13 | 14 | "type-lang/printer": "^2.0", |
14 | 15 | "type-lang/reader": "^2.0", |
15 | 16 | "type-lang/types": "^2.0" |
16 | 17 | }, |
17 | 18 | "require-dev": { |
18 | | - "friendsofphp/php-cs-fixer": "^3.95.13", |
| 19 | + "doctrine/instantiator": "^2.0", |
| 20 | + "friendsofphp/php-cs-fixer": "^3.95", |
19 | 21 | "jetbrains/phpstorm-attributes": "^1.2", |
20 | | - "phpbench/phpbench": "^1.7.0", |
21 | | - "phpdocumentor/reflection-docblock": "^6.0.3", |
22 | | - "phplrt/compiler": "^3.7.5", |
23 | | - "phpstan/phpdoc-parser": "^2.3.3", |
24 | | - "phpstan/phpstan": "^2.2.5", |
25 | | - "phpstan/phpstan-deprecation-rules": "^2.0.4", |
26 | | - "phpstan/phpstan-strict-rules": "^2.0.11", |
27 | | - "phpunit/phpunit": "^13.2.4", |
28 | | - "symfony/var-dumper": "^7.4|^8.0" |
| 22 | + "justinrainbow/json-schema": "^6.10", |
| 23 | + "nette/neon": "^3.4", |
| 24 | + "phpbench/phpbench": "^1.7", |
| 25 | + "phpdocumentor/reflection-docblock": "^6.0", |
| 26 | + "phplrt/compiler": "^3.7", |
| 27 | + "phpstan/phpdoc-parser": "^2.3", |
| 28 | + "phpstan/phpstan": "^2.2", |
| 29 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 30 | + "phpstan/phpstan-strict-rules": "^2.0", |
| 31 | + "phpunit/phpunit": "^13.2", |
| 32 | + "symfony/var-dumper": "^7.4|^8.0", |
| 33 | + "symfony/yaml": "^8.1" |
29 | 34 | }, |
30 | 35 | "autoload-dev": { |
31 | 36 | "psr-4": { |
| 37 | + "TypeLang\\Mapper\\Tests\\": "libs/mapper/tests", |
| 38 | + "TypeLang\\PropertyAccessor\\Tests\\": "libs/mapper/libs/property-accessor/tests", |
32 | 39 | "TypeLang\\Parser\\Tests\\": "libs/parser/tests", |
33 | 40 | "TypeLang\\Printer\\Tests\\": "libs/printer/tests", |
34 | 41 | "TypeLang\\PhpDoc\\Tests\\": "libs/phpdoc/tests", |
|
0 commit comments