Skip to content

Commit b208510

Browse files
Update composer.json to support Pest v3 and v4 in dev dependencies
1 parent a85a203 commit b208510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"require-dev": {
1818
"dragon-code/codestyler": "^6.3",
19-
"pestphp/pest": "^4.0",
20-
"pestphp/pest-plugin-type-coverage": "^4.0",
19+
"pestphp/pest": "^3.0 || ^4.0",
20+
"pestphp/pest-plugin-type-coverage": "^3.0 || ^4.0",
2121
"symfony/var-dumper": "^7.3"
2222
},
2323
"minimum-stability": "stable",

0 commit comments

Comments
 (0)