Skip to content

Commit b16f8fc

Browse files
author
Alexander Stoimenov
committed
Checking in changes prior to tagging of version 0.0.1.
1 parent a66ded2 commit b16f8fc

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

composer.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
{
22
"name": "despark/laravel-db-localization",
33
"description": "Database localization package for laravel framework",
4-
"keywords": ["framework", "laravel", "despark", "localization", "database"],
4+
"keywords": [
5+
"framework",
6+
"laravel",
7+
"despark",
8+
"localization",
9+
"database"
10+
],
511
"license": "MIT",
6-
"authors": [{
7-
"name": "Tihomir Banov",
8-
"email": "tbanov@despark.com"
9-
}],
12+
"authors": [
13+
{
14+
"name": "Tihomir Banov",
15+
"email": "tbanov@despark.com"
16+
}
17+
],
1018
"require": {
1119
"php": ">=5.4.0",
1220
"illuminate/auth": "^5.1",
1321
"illuminate/support": "^5.1",
1422
"illuminate/routing": "^5.1",
1523
"illuminate/database": "^5.1"
1624
},
25+
"require-dev": {
26+
"corneltek/phprelease": "^1.3"
27+
},
1728
"autoload": {
1829
"psr-4": {
1930
"Despark\\LaravelDbLocalization\\": "src/"
2031
}
2132
},
22-
"minimum-stability": "stable"
23-
}
33+
"minimum-stability": "stable",
34+
"version": "0.0.1"
35+
}

0 commit comments

Comments
 (0)