mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-04 20:37:50 +00:00
15 lines
366 B
JSON
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"
|
||
|
}
|
||
|
}
|