Skip to content

Commit

Permalink
Merge pull request #134 from oat-sa/refactor/move_dependencies_to_com…
Browse files Browse the repository at this point in the history
…poser

Refactor/move dependencies to composer
  • Loading branch information
Aleh Hutnikau authored Feb 17, 2021
2 parents 723eb52 + 2a98cf8 commit 2bd0157
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 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

0 comments on commit 2bd0157

Please sign in to comment.