2015-06-16 19:26:06 +00:00
|
|
|
{
|
|
|
|
"name": "joomla/patchtester",
|
|
|
|
"type": "project",
|
|
|
|
"description": "Joomla! Patch Testing Component",
|
|
|
|
"keywords": ["joomla", "cms"],
|
|
|
|
"homepage": "https://github.com/joomla-extensions/patchtester",
|
|
|
|
"license": "GPL-2.0+",
|
2017-01-21 19:21:17 +00:00
|
|
|
"config": {
|
|
|
|
"vendor-dir": "administrator/components/com_patchtester/vendor"
|
|
|
|
},
|
2015-06-16 19:26:06 +00:00
|
|
|
"require-dev": {
|
2016-08-27 17:02:28 +00:00
|
|
|
"joomla/crowdin-sync": "dev-master",
|
2015-06-16 19:26:06 +00:00
|
|
|
"squizlabs/php_codesniffer": "~1.5"
|
2017-01-21 19:37:31 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PatchTester\\": "administrator/components/com_patchtester/PatchTester/"
|
|
|
|
}
|
2015-06-16 19:26:06 +00:00
|
|
|
}
|
|
|
|
}
|