1
0
Fork 0
mirror of https://github.com/archtechx/laravel-pages.git synced 2025-12-12 01:44:03 +00:00

Allow pest-plugin

This commit is contained in:
lukinovec 2023-02-15 15:09:33 +01:00
parent 1be6d996e0
commit cdb4b935c7

View file

@ -41,5 +41,10 @@
} }
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
} }