Skip to content

Commit 55b1f1d

Browse files
committed
Bump dependencies
1 parent 6f3fbf1 commit 55b1f1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
},
1111
"require": {
1212
"php": "^8.1",
13-
"type-lang/parser": "^1.0"
13+
"type-lang/parser": "^1.6"
1414
},
1515
"autoload": {
1616
"psr-4": {
1717
"TypeLang\\Printer\\": "src"
1818
}
1919
},
2020
"require-dev": {
21-
"friendsofphp/php-cs-fixer": "^3.53",
21+
"friendsofphp/php-cs-fixer": "^3.89",
2222
"phpstan/phpstan": "^2.1",
2323
"phpstan/phpstan-strict-rules": "^2.0",
24-
"phpunit/phpunit": "^10.5|^11.0"
24+
"phpunit/phpunit": "^10.5|^11.0|^12.0"
2525
},
2626
"autoload-dev": {
2727
"psr-4": {

0 commit comments

Comments
 (0)