Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wildanm authored Jan 6, 2022
1 parent 1aea457 commit a17afaf
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,39 @@
{
"type": "vcs",
"url": "[email protected]:openthinklabs/tao-core.git"
}
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/lib-generis-search.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/jig.git"
},
{
"type": "vcs",
"url": "[email protected]:openthinklabs/composer-npm-bridge.git"
}
],
"require": {
"php" : ">=5.5",
"openthinklabs/oatbox-extension-installer": "~1.1||dev-master",
"react/child-process": "^0.5.2",
"evenement/evenement": "^2.0",
"ext-pdo": "*",
"openthinklabs/generis" : ">=14.4.0",
"openthinklabs/tao-core" : ">=48.13.0"
"openthinklabs/generis" : "15.13.1.4",
"openthinklabs/tao-core" : "48.75.0.6"
},
"autoload": {
"psr-4": {
"oat\\taoTaskQueue\\": ""
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"openthinklabs/oatbox-extension-installer": true,
"openthinklabs/composer-npm-bridge": true
}
}
}

0 comments on commit a17afaf

Please sign in to comment.