Skip to content

Commit bf21288

Browse files
author
Afonso Gloeden
committed
composer.json restructured
1 parent d08d93e commit bf21288

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor
2+
composer.lock

composer.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uepg/laravel-sybase",
3-
"description": "Sybase based Eloquent module extension for Laravel 5.x.",
43
"type": "library",
4+
"description": "Sybase based Eloquent module extension for Laravel 5.x.",
55
"authors": [
66
{
77
"name": "Gabriel Tadra Mainginski",
@@ -12,15 +12,26 @@
1212
"email": "[email protected]"
1313
}
1414
],
15-
"minimum-stability": "dev",
15+
"keywords": [
16+
"sybase"
17+
],
18+
"license": "GPL-2.0-only",
1619
"require": {
1720
"php": ">=5.5",
1821
"laravel/framework": "5.*"
1922
},
23+
"require-dev": {},
24+
"config": {
25+
"optimize-autoloader": true,
26+
"preferred-install": "dist",
27+
"sort-packages": true
28+
},
2029
"autoload": {
2130
"psr-4": {
2231
"Uepg\\LaravelSybase\\Database\\": "Database/",
2332
"Uepg\\LaravelSybase\\Support\\": "Support/"
2433
}
25-
}
34+
},
35+
"minimum-stability": "dev",
36+
"prefer-stable": true
2637
}

0 commit comments

Comments
 (0)