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 99 "issues" : " https://github.com/php-type-language/phpdoc/issues"
1010 },
1111 "require" : {
12- "php" : " ^8.1"
12+ "php" : " ^8.1" ,
13+ "type-lang/parser" : " ^1.4"
1314 },
1415 "autoload" : {
1516 "psr-4" : {
1617 "TypeLang\\ PHPDoc\\ " : " src"
1718 }
1819 },
1920 "require-dev" : {
20- "friendsofphp/php-cs-fixer" : " ^3.53" ,
21- "jetbrains/phpstorm-attributes" : " ^1.0" ,
21+ "friendsofphp/php-cs-fixer" : " ^3.70" ,
2222 "phpstan/phpstan" : " ^2.1" ,
2323 "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"
2627 },
2728 "autoload-dev" : {
2829 "psr-4" : {
5556
5657 "phpcs" : " @phpcs:check" ,
5758 "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"
5962 },
6063 "minimum-stability" : " dev" ,
6164 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments