diff options
Diffstat (limited to 'vendor/gipfl/protocol-netstring/composer.json')
-rw-r--r-- | vendor/gipfl/protocol-netstring/composer.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/gipfl/protocol-netstring/composer.json b/vendor/gipfl/protocol-netstring/composer.json new file mode 100644 index 0000000..0387e7d --- /dev/null +++ b/vendor/gipfl/protocol-netstring/composer.json @@ -0,0 +1,25 @@ +{ + "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" + } +} |