From 7a8fb1ba9b28671c73b2f1cea54ce52bb3d7048b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 22 Jun 2018 18:04:06 +0200 Subject: [PATCH] added: composer.json --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..3144b6ef --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "williamdes/mariadb-mysql-kbs", + "description": "An index of the MariaDB and MySQL Knowledge bases", + "homepage": "https://github.com/williamdes/mariadb-mysql-kbs", + "type": "library", + "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md", + "license": "MPL-2.0", + "version": "1.0.0", + "support": { + "email": "williamdes@wdes.fr", + "issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues", + "source": "https://github.com/williamdes/mariadb-mysql-kbs" + }, + "authors": [ + { + "name": "William Desportes", + "email": "williamdes@wdes.fr" + } + ], + "require": {} +}