Skip to content

Commit 45d5dd6

Browse files
committed
Update to latest
1 parent bad22df commit 45d5dd6

File tree

9 files changed

+23
-10296
lines changed

9 files changed

+23
-10296
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/vendor
33
.phpunit.result.cache
44
.phpunit.cache
5+
composer.lock
6+
pnpm-lock.yaml

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^7.20 || ^8.0 || ^9.0",
28-
"pestphp/pest": "^1.20 || ^2.0"
27+
"orchestra/testbench": "^7.20 || ^8.0 || ^9.0 || ^10",
28+
"pestphp/pest": "^1.20 || ^2.0 || ^3"
2929
},
3030
"config": {
3131
"allow-plugins": {

0 commit comments

Comments
 (0)