37 lines
908 B
JSON
37 lines
908 B
JSON
{
|
|
"name": "oat-sa/extension-tao-revision",
|
|
"description": "The extension allows saving the intermediate state of objects and restoring them",
|
|
"type": "tao-extension",
|
|
"authors": [
|
|
{
|
|
"name": "Open Assessment Technologies SA"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"tao",
|
|
"computer-based-assessment"
|
|
],
|
|
"homepage": "http://www.taotesting.com",
|
|
"license": [
|
|
"GPL-2.0-only"
|
|
],
|
|
"extra": {
|
|
"tao-extension-name": "taoRevision"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
|
|
"oat-sa/generis" : ">=14.0.0",
|
|
"oat-sa/tao-core" : ">=48.19.2",
|
|
"oat-sa/extension-tao-item" : ">=11.8.0",
|
|
"oat-sa/extension-tao-mediamanager" : ">=12.9.0",
|
|
"oat-sa/extension-tao-itemqti" : ">=28.8.0",
|
|
"oat-sa/extension-tao-test" : ">=15.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"oat\\taoRevision\\": ""
|
|
}
|
|
}
|
|
}
|