Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stoimenov committed Jul 13, 2016
1 parent a66ded2 commit b16f8fc
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
{
"name": "despark/laravel-db-localization",
"description": "Database localization package for laravel framework",
"keywords": ["framework", "laravel", "despark", "localization", "database"],
"keywords": [
"framework",
"laravel",
"despark",
"localization",
"database"
],
"license": "MIT",
"authors": [{
"name": "Tihomir Banov",
"email": "[email protected]"
}],
"authors": [
{
"name": "Tihomir Banov",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/auth": "^5.1",
"illuminate/support": "^5.1",
"illuminate/routing": "^5.1",
"illuminate/database": "^5.1"
},
"require-dev": {
"corneltek/phprelease": "^1.3"
},
"autoload": {
"psr-4": {
"Despark\\LaravelDbLocalization\\": "src/"
}
},
"minimum-stability": "stable"
}
"minimum-stability": "stable",
"version": "0.0.1"
}

0 comments on commit b16f8fc

Please sign in to comment.