Skip to content

Commit 7a8fb1b

Browse files
committed
added: composer.json
1 parent 9719ee0 commit 7a8fb1b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "williamdes/mariadb-mysql-kbs",
3+
"description": "An index of the MariaDB and MySQL Knowledge bases",
4+
"homepage": "https://github.com/williamdes/mariadb-mysql-kbs",
5+
"type": "library",
6+
"readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md",
7+
"license": "MPL-2.0",
8+
"version": "1.0.0",
9+
"support": {
10+
"email": "[email protected]",
11+
"issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues",
12+
"source": "https://github.com/williamdes/mariadb-mysql-kbs"
13+
},
14+
"authors": [
15+
{
16+
"name": "William Desportes",
17+
"email": "[email protected]"
18+
}
19+
],
20+
"require": {}
21+
}

0 commit comments

Comments
 (0)