Skip to content

Commit 3bca417

Browse files
author
MrAnyx
committed
[fix] Updated composer.json
1 parent ef1e70e commit 3bca417

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "timephp/database",
3+
"type": "library",
4+
"license": "GPL-3.0-or-later",
35
"description": "Database support for TimePHP",
6+
"homepage": "https://github.com/TimePHP-org/TimePHP-Database",
7+
"keywords": ["TimePHP", "Framework", "PHP", "MVC", "Database"],
8+
"minimum-stability": "dev",
9+
"readme": "https://github.com/TimePHP-org/TimePHP-Database/blob/master/README.md",
10+
"version": "0.0.3",
11+
"support": {
12+
"email": "timephp.org@gmail.com",
13+
"docs": "https://timephp-org.github.io/TimePHP-Docs/#/",
14+
"issues": "https://github.com/TimePHP-org/TimePHP-Database/issues",
15+
"source": "https://github.com/TimePHP-org/TimePHP-Database/releases"
16+
},
17+
"authors": [
18+
{
19+
"name": "Robin B",
20+
"email": "timephp.org@gmail.com",
21+
"role": "developer"
22+
}
23+
],
424
"require": {
525
"illuminate/database": "^8.6",
626
"illuminate/events": "^8.6",

0 commit comments

Comments
 (0)