Adjust infrastructure for move of acceptance tests

This commit is contained in:
Phil Davis
2020-11-25 12:47:41 +05:45
parent d57f7a810c
commit e35c37dd08
6 changed files with 41 additions and 20 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "owncloud/ocis",
"config" : {
"platform": {
"php": "7.2"
}
},
"require": {
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
},
"extra": {
"bamarni-bin": {
"bin-links": false
}
}
}