forked from mirrors/easyappointments
Updated the composer.json file.
This commit is contained in:
parent
e1e9a60085
commit
707e97ce8a
1 changed files with 10 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
||||||
"services"
|
"services"
|
||||||
],
|
],
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"homepage": "http://easyappointments.org",
|
"homepage": "https://easyappointments.org",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -22,13 +22,14 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/alextselegidis/easyappointments/issues",
|
"issues": "https://github.com/alextselegidis/easyappointments/issues",
|
||||||
"forum": "https://groups.google.com/forum/#!forum/easy-appointments",
|
"forum": "https://groups.google.com/forum/#!forum/easy-appointments",
|
||||||
"wiki": "http://easyappointments.org/docs",
|
"wiki": "https://easyappointments.org/docs",
|
||||||
"source": "https://github.com/alextselegidis/easyappointments"
|
"source": "https://github.com/alextselegidis/easyappointments"
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"require-dev": {
|
"autoload": {
|
||||||
"roave/security-advisories": "dev-master",
|
"psr-4": {
|
||||||
"phpunit/phpunit": "^7.4"
|
"EA\\Engine\\": "engine/"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
|
@ -40,5 +41,9 @@
|
||||||
"codeigniter/framework": "^3.1.6",
|
"codeigniter/framework": "^3.1.6",
|
||||||
"jsvrcek/ics": "^0.5.1",
|
"jsvrcek/ics": "^0.5.1",
|
||||||
"monolog/monolog": "^1"
|
"monolog/monolog": "^1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"roave/security-advisories": "dev-master",
|
||||||
|
"phpunit/phpunit": "^7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue