Skip to content

Commit 1e260df

Browse files
committed
Actualize dependencies
1 parent 1a3beda commit 1e260df

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@
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": {
@@ -55,7 +56,9 @@
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

0 commit comments

Comments
 (0)