From fed0ed380941ba2fd687a03b8d1f73fa3a2ac1be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Apr 2016 14:46:48 +0200 Subject: php-hoa-praspel: 1.16.01.16 (new package, wip) --- composer.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4a94080 --- /dev/null +++ b/composer.json @@ -0,0 +1,49 @@ +{ + "name" : "hoa/praspel", + "description": "The Hoa\\Praspel library.", + "type" : "library", + "keywords" : ["library", "praspel", "specification", "contract", "test", + "generation", "validation", "precondition", "postcondition", + "invariant"], + "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/compiler" : "~3.0", + "hoa/consistency": "~1.0", + "hoa/exception" : "~1.0", + "hoa/file" : "~1.0", + "hoa/iterator" : "~2.0", + "hoa/protocol" : "~1.0", + "hoa/realdom" : "~1.0", + "hoa/ustring" : "~4.0", + "hoa/visitor" : "~2.0" + }, + "require-dev": { + "hoa/math": "~1.0" + }, + "autoload": { + "psr-4": { + "Hoa\\Praspel\\": "." + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + } +} -- cgit