2021-03-13 21:52:59 +01:00
|
|
|
{
|
|
|
|
"name": "d3/sudolesstests",
|
|
|
|
"description": "run OXID tests on restricted servers like managed hosting",
|
|
|
|
"type": "library",
|
|
|
|
"keywords": [
|
|
|
|
"oxid",
|
|
|
|
"eShop",
|
|
|
|
"d3",
|
|
|
|
"tests",
|
|
|
|
"sudo"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
|
|
"email": "info@shopmodule.com",
|
|
|
|
"homepage": "https://www.d3data.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
|
|
"license": [
|
|
|
|
"GPL-3.0-or-later"
|
2021-03-13 22:01:11 +01:00
|
|
|
],
|
2021-03-13 21:52:59 +01:00
|
|
|
"require": {
|
2021-03-13 22:01:11 +01:00
|
|
|
"oxid-esales/testing-library": ">= 7.2.0",
|
2021-03-13 21:52:59 +01:00
|
|
|
"cweagans/composer-patches": "^1.6"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"patches": {
|
|
|
|
"oxid-esales/testing-library": {
|
2021-03-13 22:01:11 +01:00
|
|
|
"don't use sudo while test run on restricted servers": "https://git.d3data.de/D3Public/d3sudolesstests/raw/branch/rel_1.1.x/sudolesstests.patch"
|
2021-03-13 21:52:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|