Skip to content

Commit

Permalink
update to use pest 3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis authored Sep 9, 2024
1 parent 75829c6 commit 63537f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"require": {
"php": "^8.2",
"pestphp/pest": "^2.5",
"pestphp/pest-plugin": "^2.0.1"
"pestphp/pest": "^3.0",
"pestphp/pest-plugin": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 63537f3

Please sign in to comment.