diff --git a/.gitignore b/.gitignore index ff499829..26990b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ .idea/ .tmp-package/ -composer_modules/ +vendor/ *.zip node_modules/ npm-debug.log -src/storage/cache/* +src/storage/cache/*c !src/storage/cache/.htaccess !src/storage/cache/index.html src/storage/logs/* diff --git a/composer.json b/composer.json index 63ab9cac..72ed2275 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,17 @@ { "name": "alextselegidis/easyappointments", "description": "Open Source Web Scheduler", + "keywords": [ + "calendar", + "scheduler", + "appointments", + "events", + "dates", + "google", + "services" + ], + "type": "project", + "homepage": "http://easyappointments.org", "license": "GPL-3.0", "authors": [ { @@ -8,14 +19,19 @@ "email": "alextselegidis@gmail.com" } ], - "config": { - "vendor-dir": "composer_modules" + "support": { + "issues": "https://github.com/alextselegidis/easyappointments/issues", + "forum": "https://groups.google.com/forum/#!forum/easy-appointments", + "wiki": "http://easyappointments.org/docs.html#1.2.1/readme.md", + "source": "https://github.com/alextselegidis/easyappointments/issues" }, "require-dev": { "codeigniter/framework": "^3.0", "phpunit/phpunit": "^5.6" }, "require": { + "php": ">=5.6", + "roave/security-advisories": "dev-master", "gregwar/captcha": "^1.1", "phpmailer/phpmailer": "^5.2" }