{
    "name": "google/gtfs-realtime-bindings",
    "type": "library",
    "description": "PHP classes generated from the GTFS-realtime protocol buffer specification.",
    "keywords": ["gtfs-realtime"],
    "homepage": "https://github.com/google/gtfs-realtime-bindings-php",
    "license": "Apache-2.0",
    "require": {
        "php": ">=5.3.0",
        "centraldesktop/protobuf-php": "0.5.*"
    },
    "require-dev": {
      "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "classmap": ["src/"]
    }
}
