Skip to content

Commit

Permalink
feat: add pest and remove phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomasseron committed Nov 22, 2024
1 parent c0f93ec commit 373c69f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"phpunit/phpunit": "^10.1",
"larastan/larastan": "^3.0",
"laravel/pint": "^1.14",
"orchestra/testbench": "^9.0.0||^8.22.0"
"orchestra/testbench": "^9.0.0||^8.22.0",
"pestphp/pest": "^2.36"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -66,5 +67,10 @@
"@test:types",
"@test:unit"
]
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}

0 comments on commit 373c69f

Please sign in to comment.