We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d30de commit 950e0fbCopy full SHA for 950e0fb
1 file changed
composer.json
@@ -16,19 +16,18 @@
16
}
17
],
18
"require": {
19
- "php": "^8.1",
20
- "phplrt/ast-contracts": "^3.7"
+ "php": "^8.4",
+ "phplrt/ast-contracts": "^4.0"
21
},
22
"autoload": {
23
"psr-4": {
24
"Phplrt\\Visitor\\": "src"
25
26
27
"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"
+ "phpunit/phpunit": "^12.5",
+ "phpstan/phpstan": "^2.1.33",
+ "phpstan/phpstan-strict-rules": "^2.0"
32
33
"autoload-dev": {
34
@@ -37,8 +36,8 @@
37
36
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "3.x-dev",
41
- "dev-main": "3.x-dev"
+ "dev-master": "4.x-dev",
+ "dev-main": "4.x-dev"
42
43
44
"config": {
0 commit comments