Skip to content

Commit

Permalink
Added support for spatie/laravel-translatable 3.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincrozat authored and freekmurze committed Oct 24, 2018
1 parent cfc1cd8 commit 1f5affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^7.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0",
"spatie/eloquent-sortable": "^3.0",
"spatie/laravel-translatable": "^2.0"
"spatie/laravel-translatable": "^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2|^7.0",
Expand Down

0 comments on commit 1f5affe

Please sign in to comment.