29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-28 16:13:42 +00:00
cms/composer.json

34 lines
976 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+",
"config": {
"vendor-dir": "libraries/vendor"
},
"require": {
"php": ">=5.3.10",
"joomla/application": "~1.5",
"joomla/di": "~1.2",
"joomla/event": "~1.1",
"joomla/registry": "~1.4 >=1.4.5",
"joomla/session": "~1.3",
"joomla/string": "~1.3",
"joomla/uri": "~1.1",
"joomla/utilities": "~1.3 >=1.3.3",
"ircmaxell/password-compat": "1.*",
"leafo/lessphp": "0.3.9",
"paragonie/random_compat": "~1.0",
"phpmailer/phpmailer": "5.2.9",
"symfony/yaml": "2.*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpunit/dbunit": "~1.3",
"squizlabs/php_codesniffer": "~1.5",
"pear/cache_lite": "1.7.16"
}
}