Skip to content

Commit 6247394

Browse files
authored
updated composer.json
1 parent 0c1593a commit 6247394

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"description": "GTFS-Realtime library for PHP",
55
"keywords": ["gtfs-realtime"],
66
"license": "Unlicense",
7+
"repositories": [
8+
{
9+
"type": "vcs",
10+
"url": "https://github.com/maciek-szn/protobuf-php"
11+
}
12+
],
713
"require": {
8-
"google/protobuf": "^3.10.0"
14+
"maciek-szn/protobuf": "^3.10.0"
915
},
1016
"autoload": {
1117
"psr-4": {

0 commit comments

Comments
 (0)