Skip to content

Commit a2147b9

Browse files
committed
Prepare for 4.x
1 parent f116b6b commit a2147b9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.4",
2020
"ext-spl": "*",
2121
"ext-pcre": "*",
2222
"ext-json": "*",
2323
"ext-mbstring": "*",
24-
"phplrt/source": "^3.7",
25-
"phplrt/lexer-contracts": "^3.7",
26-
"phplrt/exception": "^3.7",
24+
"phplrt/source": "^4.0",
25+
"phplrt/lexer-contracts": "^4.0",
26+
"phplrt/exception": "^4.0",
2727
"symfony/deprecation-contracts": "^2.5|^3.0"
2828
},
2929
"autoload": {
@@ -35,23 +35,22 @@
3535
]
3636
},
3737
"require-dev": {
38-
"phpunit/phpunit": "^10.5|^11.0",
39-
"phpstan/extension-installer": "^1.4",
40-
"phpstan/phpstan": "^1.11",
41-
"phpstan/phpstan-strict-rules": "^1.6"
38+
"phpunit/phpunit": "^12.5",
39+
"phpstan/phpstan": "^2.1.33",
40+
"phpstan/phpstan-strict-rules": "^2.0"
4241
},
4342
"autoload-dev": {
4443
"psr-4": {
4544
"Phplrt\\Lexer\\Tests\\": "tests"
4645
}
4746
},
4847
"provide": {
49-
"phplrt/lexer-contracts-implementation": "^3.7"
48+
"phplrt/lexer-contracts-implementation": "^4.0"
5049
},
5150
"extra": {
5251
"branch-alias": {
53-
"dev-master": "3.x-dev",
54-
"dev-main": "3.x-dev"
52+
"dev-master": "4.x-dev",
53+
"dev-main": "4.x-dev"
5554
}
5655
},
5756
"config": {

0 commit comments

Comments
 (0)