File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 9
9
"issues" : " https://github.com/php-type-language/phpdoc/issues"
10
10
},
11
11
"require" : {
12
- "php" : " ^8.1"
12
+ "php" : " ^8.1" ,
13
+ "type-lang/parser" : " ^1.4"
13
14
},
14
15
"autoload" : {
15
16
"psr-4" : {
16
17
"TypeLang\\ PHPDoc\\ " : " src"
17
18
}
18
19
},
19
20
"require-dev" : {
20
- "friendsofphp/php-cs-fixer" : " ^3.53" ,
21
- "jetbrains/phpstorm-attributes" : " ^1.0" ,
21
+ "friendsofphp/php-cs-fixer" : " ^3.70" ,
22
22
"phpstan/phpstan" : " ^2.1" ,
23
23
"phpstan/phpstan-strict-rules" : " ^2.0" ,
24
- "phpunit/phpunit" : " ^10.5|^11.0" ,
25
- "type-lang/parser" : " ^1.0"
24
+ "phpunit/phpunit" : " ^10.5|^11.0|^12.0" ,
25
+ "symfony/var-dumper" : " ^5.4|^6.0|^7.0" ,
26
+ "symplify/monorepo-builder" : " ^11.2"
26
27
},
27
28
"autoload-dev" : {
28
29
"psr-4" : {
55
56
56
57
"phpcs" : " @phpcs:check" ,
57
58
"phpcs:check" : " php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --dry-run --verbose --diff" ,
58
- "phpcs:fix" : " php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
59
+ "phpcs:fix" : " php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff" ,
60
+
61
+ "dev:merge" : " monorepo-builder merge"
59
62
},
60
63
"minimum-stability" : " dev" ,
61
64
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments