Skip to content

Commit 67a9779

Browse files
committed
Update composer.json defaults.
1 parent 3634dc1 commit 67a9779

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "crell/*",
33
"require": {
4-
"php": "~8.3"
4+
"php": "~8.4"
55
},
66
"require-dev": {
7-
"phpunit/phpunit": "^11.2.0",
8-
"phpbench/phpbench": "^1.3.1",
9-
"phpstan/phpstan": "^1.11.7",
10-
"vishnubob/wait-for-it": "dev-master"
7+
"phpunit/phpunit": "^12.1.0",
8+
"phpbench/phpbench": "^1.4.1",
9+
"phpstan/phpstan": "^2.1.11"
1110
},
1211
"autoload": {
1312
"psr-4": {

0 commit comments

Comments
 (0)