Skip to content

Commit 31198ed

Browse files
committed
fix: broken tests since pest 1.14 - BC break introduced by pestphp/pest#364
1 parent e03398f commit 31198ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"bentools/cartesian-product": "^1.3",
2525
"doctrine/coding-standard": "^8.2",
26-
"pestphp/pest": "^1.0",
26+
"pestphp/pest": "^1.0,<=1.13",
2727
"phpstan/extension-installer": "^1.1",
2828
"phpstan/phpstan": "^0.12.67",
2929
"phpstan/phpstan-strict-rules": "^0.12.9",

0 commit comments

Comments
 (0)