Skip to content

Commit eb046d9

Browse files
committed
chore: update deps
1 parent d3366b9 commit eb046d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@
2828
"minimum-stability": "dev",
2929
"prefer-stable": true,
3030
"require": {
31-
"symfony/finder": "^5.3"
31+
"symfony/finder": "^5.3|^6.0"
3232
},
3333
"require-dev": {
3434
"pestphp/pest": "^1.21"
35+
},
36+
"config": {
37+
"allow-plugins": {
38+
"pestphp/pest-plugin": true
39+
}
3540
}
3641
}

0 commit comments

Comments
 (0)