{
    "name": "centraldesktop/protobuf-php",
    "description": "PHP implementation of Google's Protocol Buffers",
    "keywords": ["protobuf", "protocol buffer", "serializing"],
    "homepage": "https://github.com/drslump/Protobuf-PHP",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Iván -DrSlump- Montes",
            "email": "drslump@pollinimini.net",
            "homepage": "https://github.com/drslump/Protobuf-PHP"
        }
    ],
    "bin": ["protoc-gen-php.bat", "protoc-gen-php.php"],
    "require": {
        "php"             : ">=5.3.0",
        "symfony/console" : "2.*",
	"ext-mbstring" : "*"
    },
    "require-dev": {
        "phpunit/phpunit"     : "3.7.*"
    },    
    "autoload": {
        "psr-0": {
            "DrSlump": "library/"
        }
    }
}
