summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-09 10:08:49 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-09 10:08:49 +0200
commit9bdacb33849c58c86f9679c15dd0de008d195b43 (patch)
treef607840a7a98d2b6a427f7c986a2827169546d32 /composer.json
php-hoa-xml: 1.16.04.05 (new package, wip)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..817b78d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,41 @@
+{
+ "name" : "hoa/xml",
+ "description": "The Hoa\\Xml library.",
+ "type" : "library",
+ "keywords" : ["library", "xml", "tree", "xpath", "dom", "css"],
+ "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/compiler" : "~3.0",
+ "hoa/exception" : "~1.0",
+ "hoa/file" : "~1.0",
+ "hoa/stream" : "~1.0",
+ "hoa/stringbuffer": "~1.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Hoa\\Xml\\": "."
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ }
+}