29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
cms/composer.json
2014-05-05 15:41:15 -05:00

17 lines
423 B
JSON

{
"name": "joomla/joomla-cms",
"type": "project",
"description": "Joomla CMS",
"keywords": ["joomla", "cms"],
"homepage": "https://github.com/joomla/joomla-cms",
"license": "GPL-2.0+",
"require": {
"php": ">=5.3.10",
"joomla/di": "~1.2",
"joomla/registry": "~1.1",
"ircmaxell/password-compat": "1.*",
"phpmailer/phpmailer": "~5.2",
"symfony/yaml": "2.*"
}
}