Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wildanm committed Dec 14, 2021
1 parent 864d27c commit 3e1a30c
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,34 @@
"tao-extension-name" : "pciSamples"
},
"minimum-stability" : "dev",
"repositories": [
{
"type": "vcs",
"url": "[email protected]:openthinklabs/oatbox-extension-installer.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/tao-core.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/generis.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/extension-tao-testqti.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/extension-tao-itemqti-pci.git"
}
],
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/tao-core" : ">=47.0.0",
"oat-sa/generis" : ">=14.0.0",
"oat-sa/extension-tao-testqti" : ">=41.0.0",
"oat-sa/extension-tao-itemqti-pci" : ">=7.0.0"
"openthinklabs/oatbox-extension-installer": "~1.1||dev-master",
"openthinklabs/tao-core" : ">=47.0.0",
"openthinklabs/generis" : ">=14.0.0",
"openthinklabs/extension-tao-testqti" : ">=41.0.0",
"openthinklabs/extension-tao-itemqti-pci" : ">=7.0.0"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 3e1a30c

Please sign in to comment.