Skip to content

Commit 950e0fb

Browse files
committed
Prepare for 4.x
1 parent 01d30de commit 950e0fb

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,18 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"phplrt/ast-contracts": "^3.7"
19+
"php": "^8.4",
20+
"phplrt/ast-contracts": "^4.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"Phplrt\\Visitor\\": "src"
2525
}
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^10.5|^11.0",
29-
"phpstan/extension-installer": "^1.4",
30-
"phpstan/phpstan": "^1.11",
31-
"phpstan/phpstan-strict-rules": "^1.6"
28+
"phpunit/phpunit": "^12.5",
29+
"phpstan/phpstan": "^2.1.33",
30+
"phpstan/phpstan-strict-rules": "^2.0"
3231
},
3332
"autoload-dev": {
3433
"psr-4": {
@@ -37,8 +36,8 @@
3736
},
3837
"extra": {
3938
"branch-alias": {
40-
"dev-master": "3.x-dev",
41-
"dev-main": "3.x-dev"
39+
"dev-master": "4.x-dev",
40+
"dev-main": "4.x-dev"
4241
}
4342
},
4443
"config": {

0 commit comments

Comments
 (0)