mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-04 20:37:50 +00:00
27 lines
781 B
JSON
27 lines
781 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-or-later",
|
|
"config": {
|
|
"vendor-dir": "administrator/components/com_patchtester/vendor"
|
|
},
|
|
"require": {
|
|
"php": "^7.2",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"joomla/crowdin-sync": "dev-master",
|
|
"joomla/cms-coding-standards": "~2.0.0-alpha2@dev",
|
|
"joomla/coding-standards": "~3.0@dev",
|
|
"squizlabs/php_codesniffer": "~3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PatchTester\\": "administrator/components/com_patchtester/PatchTester/"
|
|
}
|
|
}
|
|
}
|