{ "name": "gipfl/protocol-netstring", "description": "Simple NetString stream wrapper", "type": "library", "license": "MIT", "authors": [ { "name": "Thomas Gelf", "email": "thomas@gelf.net" } ], "config": { "sort-packages": true }, "autoload": { "psr-4": { "gipfl\\Protocol\\NetString\\": "src" } }, "require": { "php": ">=5.4.0", "ext-ctype": "*", "gipfl/protocol": ">=0.2" } }