Skip to content

Commit

Permalink
Merge pull request #6 from magento-troll/SFAPP-130-grpc-module-standa…
Browse files Browse the repository at this point in the history
…lone-install

SFAPP-130: Move gRPC module to new repository
  • Loading branch information
RuslanKostiv1 authored Jan 20, 2021
2 parents 7995f7b + ea14019 commit b887b72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"repo-magento": {
"type": "composer",
"url": "https://repo.magento.com/"
},
"module-grpc": {
"type": "git",
"url": "https://github.com/magento/module-grpc"
}
},
"extra": {
Expand Down Expand Up @@ -46,7 +50,8 @@
"colinmollenhour/php-redis-session-abstract": "^1.4",
"elasticsearch/elasticsearch": "^7.9.0",
"grpc/grpc": "^1.27",
"spiral/php-grpc": "^1.1"
"spiral/php-grpc": "^1.1",
"magento/module-grpc": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b887b72

Please sign in to comment.