Skip to content

Commit e574214

Browse files
committed
🚑 resolve conflict version dependency
1 parent 9905b24 commit e574214

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222
}
2323
],
2424
"minimum-stability": "dev",
25+
"prefer-stable": true,
2526
"require": {
2627
"php": "^8.1"
2728
},
2829
"require-dev": {
29-
"pestphp/pest": "3.x-dev",
30-
"phpstan/phpstan": "2.0.x-dev"
30+
"pestphp/pest": "^2.0|^3.0",
31+
"phpstan/phpstan": "^1.0|^2.0"
3132
},
3233
"config": {
3334
"allow-plugins": {

0 commit comments

Comments
 (0)