Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tlikai committed Jan 10, 2019
1 parent 97089ce commit d229d64
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tlikai/laravel-repository",
"description": "Laravel Repository pattern implemention",
"license": "MIT",
"homepage": "https://github.com/tlikai",
"homepage": "https://github.com/tlikai/laravel-repository",
"keywords": ["laravel", "eloquent", "repository", "repositories", "database", "data-mapper"],
"authors": [
{
Expand All @@ -11,13 +11,10 @@
}
],
"require": {
"php": ">=7.1.3",
"php": "^7.0",
"illuminate/support": "^5.7",
"illuminate/database": "^5.7"
},
"require-dev": {
"mockery/mockery": "dev-master@dev"
},
"autoload": {
"psr-4": {
"Uniqueway\\": "src/Uniqueway/"
Expand All @@ -27,12 +24,5 @@
"psr-4": {
"Uniqueway\\Repositories\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit d229d64

Please sign in to comment.