mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 22:28:25 +01:00
85236f7efc
* refactor: use new libsql php sdk * rename example --------- Co-authored-by: Jamie Barton <jamie@notrab.dev>
19 lines
304 B
JSON
19 lines
304 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev",
|
|
"turso/libsql": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"php -d \"ffi.enable=1\" -S localhost:8000 -t ."
|
|
]
|
|
}
|
|
}
|