1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 04:04:04 +00:00

Allow pest-plugin

This commit is contained in:
lukinovec 2023-02-15 14:12:50 +01:00
parent 0e80e6da1f
commit 40c95864b8

View file

@ -28,5 +28,10 @@
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}