Files
servercow-dns-api/composer.json

15 lines
329 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-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}