31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-02 05:30:48 +00:00
patchtester/composer.json
2015-06-16 15:26:06 -04:00

15 lines
366 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": {
"squizlabs/php_codesniffer": "~1.5"
}
}