29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00
cms/composer.json

17 lines
423 B
JSON
Raw Normal View History

{
"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.*"
}
}