From ca444fc9dee702fd83b12f0ad5a8ecfde826757b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 9 Apr 2016 10:00:49 +0200 Subject: php-hoa-stringbuffer: 1.16.01.15 (new package,wip) --- composer.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..fa8bf7c --- /dev/null +++ b/composer.json @@ -0,0 +1,39 @@ +{ + "name" : "hoa/stringbuffer", + "description": "The Hoa\\Stringbuffer library.", + "type" : "library", + "keywords" : ["library", "string", "buffer", "stream"], + "homepage" : "http://hoa-project.net/", + "license" : "BSD-3-Clause", + "authors" : [ + { + "name" : "Ivan Enderlin", + "email": "ivan.enderlin@hoa-project.net" + }, + { + "name" : "Hoa community", + "homepage": "http://hoa-project.net/" + } + ], + "support": { + "email" : "support@lists.hoa-project.net", + "irc" : "irc://irc.freenode.org/hoaproject", + "source": "http://git.hoa-project.net/" + }, + "require": { + "hoa/consistency": "~1.0", + "hoa/exception" : "~1.0", + "hoa/protocol" : "~1.0", + "hoa/stream" : "~1.0" + }, + "autoload": { + "psr-4": { + "Hoa\\Stringbuffer\\": "." + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + } +} -- cgit