Skip to content

Commit 86f42d4

Browse files
move to pest
1 parent 82c1ec8 commit 86f42d4

File tree

7 files changed

+2887
-695
lines changed

7 files changed

+2887
-695
lines changed

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"phpstan/phpstan": "^2.1",
11-
"phpunit/phpunit": "^11.5"
11+
"pestphp/pest": "^3.7"
1212
},
1313
"license": "MIT",
1414
"autoload": {
@@ -28,5 +28,10 @@
2828
}
2929
],
3030
"minimum-stability": "dev",
31-
"prefer-stable": true
31+
"prefer-stable": true,
32+
"config": {
33+
"allow-plugins": {
34+
"pestphp/pest-plugin": true
35+
}
36+
}
3237
}

0 commit comments

Comments
 (0)