Initial Commit
This commit is contained in:
14
composer.json
Normal file
14
composer.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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');\""
|
||||
],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user