d3sudolesstests/composer.json

35 lines
829 B
JSON

{
"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"
],
"require": {
"oxid-esales/testing-library": ">= 3 < 7.2.0",
"cweagans/composer-patches": "^1.6"
},
"extra": {
"patches": {
"oxid-esales/testing-library": {
"don't use sudo while test run on restricted servers": "https://git.d3data.de/D3Public/d3sudolesstests/raw/branch/rel_1.0.x/sudolesstests.patch"
}
}
}
}