-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
35 lines (35 loc) · 869 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "joomla_free",
"description": "Some scripts to simplify your webmaster's tasks (mainly based on the Joomla CMS) ",
"keywords": [
"administration",
"ftp",
"joomla",
"maintenance",
"zip"
],
"homepage": "https://github.com/cavo789/joomla_free",
"type": "project",
"license": "MIT",
"require": {},
"config": {
"preferred-install": "dist"
},
"authors": [
{
"name": "Christophe Avonture",
"email": "christophe@avonture.be",
"homepage": "https://www.avonture.be",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/cavo789/joomla_free",
"issues": "https://github.com/cavo789/joomla_free/issues",
"docs": "https://github.com/cavo789/joomla_free/blob/master/readme.md"
},
"require-dev": {
"sebastian/phpcpd": "^2.0",
"phpmd/phpmd": "^2.6"
}
}