Skip to content

Commit 1863830

Browse files
committed
wip: add pest 4
1 parent 90446ca commit 1863830

3 files changed

Lines changed: 1222 additions & 279 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
},
2121
"require-dev": {
2222
"fakerphp/faker": "^1.9.1",
23+
"larastan/larastan": "^3.1",
2324
"laravel/pint": "^1.5",
2425
"mockery/mockery": "^1.4.4",
2526
"nunomaduro/collision": "^8.1",
26-
"larastan/larastan": "^3.1",
27-
"phpunit/phpunit": "^12.1"
27+
"pestphp/pest": "^3.8"
2828
},
2929
"autoload": {
3030
"psr-4": {
@@ -68,6 +68,7 @@
6868
"sort-packages": true,
6969
"allow-plugins": {
7070
"composer/package-versions-deprecated": true,
71+
"pestphp/pest-plugin": true,
7172
"php-http/discovery": true
7273
}
7374
},

0 commit comments

Comments
 (0)