Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maciek-szn committed Jun 26, 2023
1 parent db82c33 commit 030a1f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "gtfs/realtime-php",
"name": "maciek-szn/realtime-php",
"type": "library",
"description": "GTFS-Realtime library for PHP",
"keywords": ["gtfs-realtime"],
"license": "Unlicense",
"require": {
"google/protobuf": "3.10.0"
"google/protobuf": "^3.10.0"
},
"autoload": {
"psr-4": {
"Google\\Transit\\Realtime\\": "src/Google/Transit/Realtime",
"GPBMetadata\\Src\\": "src/GPBMetadata"
}
}
}
}
22 changes: 13 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 030a1f4

Please sign in to comment.