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

13 lines
296 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",
"phpmailer/phpmailer": "~5.2"
}
}