Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit c477052

Browse files
committed
Including new author, issues link and AR keywords
1 parent c410ebe commit c477052

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "laravelbook/ardent",
33
"description": "Self-validating smart models for Laravel 4's Eloquent O/RM",
4-
"keywords": ["validation", "laravel", "framework", "eloquent", "database", "sql", "orm"],
4+
"keywords": ["validation", "laravel", "framework", "eloquent", "database", "sql", "orm", "activerecord", "active record"],
55
"type": "library",
66
"homepage": "http://laravelbook.com/",
77
"license": "BSD-3-Clause",
@@ -11,9 +11,16 @@
1111
"homepage": "http://laravelbook.com/",
1212
"email": "[email protected]",
1313
"role": "Developer"
14+
},
15+
{
16+
"name": "Igor Santos",
17+
"homepage": "http://www.igorsantos.com.br",
18+
"email": "[email protected]",
19+
"role": "Developer"
1420
}
1521
],
1622
"support": {
23+
"issues": "https://github.com/laravelbook/ardent/issues",
1724
"email": "[email protected]"
1825
},
1926
"require": {

0 commit comments

Comments
 (0)