Skip to content

Commit

Permalink
Updated for Laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
itssamtaylor committed Sep 20, 2017
1 parent d630bde commit b7f6c46
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Automatically add slugs to eloquent models",
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.4.*",
"cocur/slugify": "^2.3"
"cocur/slugify": "^2.3",
"illuminate/support": "5.5.*"
},
"authors": [
{
Expand All @@ -16,5 +16,12 @@
"psr-4": {
"TaylorNetwork\\ModelSlugger\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"TaylorNetwork\\ModelSlugger\\ServiceProvider"
]
}
}
}

0 comments on commit b7f6c46

Please sign in to comment.