Files
servercow-dns-api/composer.json
2018-12-26 18:46:37 +01:00

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');\""
]
}
}