Skip to content

Commit 1664868

Browse files
author
Nicolas Boisvert
committed
Updated Composer
1 parent 036c66f commit 1664868

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
"name": "nicklayb/laravel-db-import",
33
"description": "Laravel database import package for easy manipulations",
44
"type": "package",
5+
"keywords": ["laravel", "database", "import", "artisan"],
6+
"license": "MIT",
57
"require": {
68
"laravel/laravel": "^5"
79
},
810
"authors": [
911
{
1012
"name": "Nicolas Boisvert",
11-
"email": "nboisvert@armrecouvrement.com"
13+
"email": "nicklay@me.com"
1214
}
1315
],
16+
"minimum-stability": "dev",
1417
"autoload": {
1518
"psr-4": {
1619
"Nicklayb\\LaravelDbImport\\": "src/"

0 commit comments

Comments
 (0)