Updated composer configuration.

This commit is contained in:
alext 2017-05-21 12:47:34 +02:00
parent b56207b387
commit 4b0e6b7f2f
2 changed files with 20 additions and 4 deletions

4
.gitignore vendored
View File

@ -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/*

View File

@ -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"
}