platform/devbox.json
2024-07-04 21:20:55 -07:00

18 lines
392 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.11.0/.schema/devbox.schema.json",
"packages": [
"dart@latest",
"php@latest",
"php83Packages.composer@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to Protevus!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}