forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 701 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 701 Bytes
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
{
"name": "joomla/joomla-cms",
"type": "project",
"description": "Joomla CMS",
"keywords": ["joomla", "cms"],
"homepage": "https://github.com/joomla/joomla-cms",
"license": "GPL-2.0+",
"config": {
"vendor-dir": "libraries/vendor"
},
"require": {
"php": ">=5.3.10",
"joomla/application": "~1.2",
"joomla/di": "~1.2",
"joomla/registry": "~1.2",
"joomla/string": "~1.2",
"joomla/uri": "~1.1",
"ircmaxell/password-compat": "1.*",
"leafo/lessphp": "0.3.9",
"phpmailer/phpmailer": "5.2.8",
"symfony/yaml": "2.*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
}
}