Skip to content

Commit

Permalink
Update UNAND
Browse files Browse the repository at this point in the history
  • Loading branch information
wildanm committed Feb 15, 2022
1 parent dbf7eb8 commit 9a5e295
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
composer.lock
vendor/
.idea/
generis/
tao/
taoBackOffice/
taoItems/
taoQtiItem/
73 changes: 67 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"name": "oat-sa/extension-tao-clientdiag",
"name": "openthinklabs/extension-tao-clientdiag",
"description" : "Check compatibility of the os and browser of a client",
"type" : "tao-extension",
"authors" : [
Expand All @@ -20,16 +20,77 @@
"tao-extension-name" : "taoClientDiagnostic"
},
"minimum-stability" : "dev",
"repositories": [
{
"type": "vcs",
"url": "[email protected]:openthinklabs/oatbox-extension-installer.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/generis.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/tao-core.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/extension-tao-item.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/extension-tao-itemqti-pci.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/extension-tao-backoffice.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/lib-generis-search.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/lib-tao-qti.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/lib-beeme.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/jig.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/qti-sdk.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/composer-npm-bridge.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/extension-tao-itemqti.git"
}
],
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"openthinklabs/oatbox-extension-installer": "1.2.2",
"sinergi/browser-detector": "^6.0.2",
"oat-sa/generis" : ">=14.0.0",
"oat-sa/tao-core" : ">=47.0.0",
"oat-sa/extension-tao-itemqti" : ">=27.0.0"
"openthinklabs/generis" : "15.11.0.4",
"openthinklabs/tao-core" : "48.66.1.3",
"openthinklabs/extension-tao-itemqti" : "28.28.1.1"
},
"autoload" : {
"psr-4" : {
"oat\\taoClientDiagnostic\\" : ""
}
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"openthinklabs/oatbox-extension-installer": true,
"openthinklabs/composer-npm-bridge": true
}
}
}
6 changes: 6 additions & 0 deletions syncUpstreamTags.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

#git remote add upstream https://github.com/oat-sa/extension-tao-clientdiag.git
git fetch --tags upstream
git push -f --tags origin master

0 comments on commit 9a5e295

Please sign in to comment.