Skip to content

Commit

Permalink
Merge branch 'release-3.0.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleh Hutnikau committed Feb 23, 2021
2 parents 8e89c14 + 8279196 commit caa1baa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 26 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
},
"minimum-stability" : "dev",
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master"
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/generis" : ">=14.0.0",
"oat-sa/tao-core" : ">=47.0.0"
},
"autoload" : {
"psr-4" : {
Expand Down
5 changes: 0 additions & 5 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@
'label' => 'Blueprints Extension',
'description' => 'Extension to manage Test Blueprints',
'license' => 'GPL-2.0',
'version' => '2.4.0',
'author' => 'Open Assessment Technologies SA',
'requires' => [
'generis' => '>=12.15.0',
'tao' => '>=30.0.0'
],
'managementRole' => 'http://www.tao.lu/Ontologies/generis.rdf#taoBlueprintsManager',
'acl' => array(
array('grant', 'http://www.tao.lu/Ontologies/generis.rdf#taoBlueprintsManager', array('ext'=>'taoBlueprints')),
Expand Down
Loading

0 comments on commit caa1baa

Please sign in to comment.