15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "fthielen/servercow_api",
|
|
"type": "project",
|
|
"description": "PHP API Client for the ServerCow DNS API",
|
|
"version": "1.0.0",
|
|
"require": {
|
|
"vlucas/phpdotenv": "^2.5"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
]
|
|
}
|
|
}
|