Skip to content

Commit 7f4c2f0

Browse files
committed
chore: update composer packages
1 parent 9735894 commit 7f4c2f0

File tree

2 files changed

+440
-336
lines changed

2 files changed

+440
-336
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"require-dev": {
3535
"symfony/options-resolver": "^6.2.5",
3636
"phpunit/phpunit": "^10.0",
37-
"orchestra/testbench": "^7.0 || ^8.0",
37+
"orchestra/testbench": "^8.0 || ^9.0",
3838
"laminas/laminas-code": "^4.8.0",
3939
"nunomaduro/larastan": "^2.4",
4040
"nunomaduro/collision": "^6.1",
@@ -62,5 +62,10 @@
6262
}
6363
},
6464
"minimum-stability": "dev",
65-
"prefer-stable": true
65+
"prefer-stable": true,
66+
"config": {
67+
"allow-plugins": {
68+
"php-http/discovery": true
69+
}
70+
}
6671
}

0 commit comments

Comments
 (0)