We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3fbf1 commit 55b1f1dCopy full SHA for 55b1f1d
1 file changed
composer.json
@@ -10,18 +10,18 @@
10
},
11
"require": {
12
"php": "^8.1",
13
- "type-lang/parser": "^1.0"
+ "type-lang/parser": "^1.6"
14
15
"autoload": {
16
"psr-4": {
17
"TypeLang\\Printer\\": "src"
18
}
19
20
"require-dev": {
21
- "friendsofphp/php-cs-fixer": "^3.53",
+ "friendsofphp/php-cs-fixer": "^3.89",
22
"phpstan/phpstan": "^2.1",
23
"phpstan/phpstan-strict-rules": "^2.0",
24
- "phpunit/phpunit": "^10.5|^11.0"
+ "phpunit/phpunit": "^10.5|^11.0|^12.0"
25
26
"autoload-dev": {
27
0 commit comments