33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-23 11:29:00 +00:00
patchtester/composer.json
2016-08-27 12:02:28 -05:00

16 lines
411 B
JSON

{
"name": "joomla/patchtester",
"type": "project",
"description": "Joomla! Patch Testing Component",
"keywords": ["joomla", "cms"],
"homepage": "https://github.com/joomla-extensions/patchtester",
"license": "GPL-2.0+",
"require": {
"php": ">=5.3.10"
},
"require-dev": {
"joomla/crowdin-sync": "dev-master",
"squizlabs/php_codesniffer": "~1.5"
}
}