forked from mirrors/easyappointments
Updated composer configuration.
This commit is contained in:
parent
b56207b387
commit
4b0e6b7f2f
2 changed files with 20 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,10 +1,10 @@
|
||||||
.idea/
|
.idea/
|
||||||
.tmp-package/
|
.tmp-package/
|
||||||
composer_modules/
|
vendor/
|
||||||
*.zip
|
*.zip
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
src/storage/cache/*
|
src/storage/cache/*c
|
||||||
!src/storage/cache/.htaccess
|
!src/storage/cache/.htaccess
|
||||||
!src/storage/cache/index.html
|
!src/storage/cache/index.html
|
||||||
src/storage/logs/*
|
src/storage/logs/*
|
||||||
|
|
|
@ -1,6 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "alextselegidis/easyappointments",
|
"name": "alextselegidis/easyappointments",
|
||||||
"description": "Open Source Web Scheduler",
|
"description": "Open Source Web Scheduler",
|
||||||
|
"keywords": [
|
||||||
|
"calendar",
|
||||||
|
"scheduler",
|
||||||
|
"appointments",
|
||||||
|
"events",
|
||||||
|
"dates",
|
||||||
|
"google",
|
||||||
|
"services"
|
||||||
|
],
|
||||||
|
"type": "project",
|
||||||
|
"homepage": "http://easyappointments.org",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -8,14 +19,19 @@
|
||||||
"email": "alextselegidis@gmail.com"
|
"email": "alextselegidis@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"config": {
|
"support": {
|
||||||
"vendor-dir": "composer_modules"
|
"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": {
|
"require-dev": {
|
||||||
"codeigniter/framework": "^3.0",
|
"codeigniter/framework": "^3.0",
|
||||||
"phpunit/phpunit": "^5.6"
|
"phpunit/phpunit": "^5.6"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": ">=5.6",
|
||||||
|
"roave/security-advisories": "dev-master",
|
||||||
"gregwar/captcha": "^1.1",
|
"gregwar/captcha": "^1.1",
|
||||||
"phpmailer/phpmailer": "^5.2"
|
"phpmailer/phpmailer": "^5.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue