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:
parent
0e80e6da1f
commit
40c95864b8
1 changed files with 6 additions and 1 deletions
|
|
@ -28,5 +28,10 @@
|
||||||
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true,
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"pestphp/pest-plugin": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue