Skip to content

Commit

Permalink
Add testbench 9 and pest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje committed Apr 3, 2024
1 parent e79a54d commit 553dab8
Show file tree
Hide file tree
Showing 4 changed files with 2,668 additions and 1,259 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules
/vendor
.phpunit.result.cache
.phpunit.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
}
},
"require-dev": {
"orchestra/testbench": "^7.20|^8.0",
"pestphp/pest": "^1.22"
"orchestra/testbench": "^7.20 || ^8.0 || ^9.0",
"pestphp/pest": "^1.20 || ^2.0"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 553dab8

Please sign in to comment.