Skip to content

Commit

Permalink
Merge branch 'release-7.0.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleh Hutnikau committed Feb 17, 2021
2 parents 723eb52 + 37f3ce1 commit ade6f8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,16 @@
"extra" : {
"tao-extension-name" : "taoGroups"
},
"autoload" : {
"autoload" : {
"psr-4" : {
"oat\\taoGroups\\" : ""
}
},
"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",
"oat-sa/extension-tao-backoffice" : ">=6.0.0",
"oat-sa/extension-tao-testtaker" : ">=8.0.0"
}
}
7 changes: 0 additions & 7 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@
'label' => 'Groups core extension',
'description' => 'TAO Groups extension',
'license' => 'GPL-2.0',
'version' => '6.6.2',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => [
'taoTestTaker' => '>=4.0.0',
'taoBackOffice' => '>=3.0.0',
'generis' => '>=12.15.0',
'tao' => '>=36.1.0'
],
'models' => [
'http://www.tao.lu/Ontologies/TAOGroup.rdf'
],
Expand Down
2 changes: 1 addition & 1 deletion views/js/loader/taoGroups.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ade6f8e

Please sign in to comment.