Skip to content

Commit

Permalink
Merge pull request #13 from KaneCohen/patch-2
Browse files Browse the repository at this point in the history
Update Laravel version support.
  • Loading branch information
arjanwestdorp authored Feb 5, 2020
2 parents d60598a + 230e40b commit 6898f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arjanwestdorp/exposable",
"description": "A laravel 5 package to expose protected model in a secure way.",
"description": "A laravel package to expose protected model in a secure way.",
"keywords": [
"arjan",
"westdorp",
Expand All @@ -19,7 +19,7 @@
],
"require": {
"php": ">=7.0.13",
"illuminate/support": "^5.4",
"illuminate/support": "^5.4 || ^6.0",
"league/uri": "^5.3",
"nesbot/carbon": "^1.22 || ^2.0"
},
Expand Down

0 comments on commit 6898f4e

Please sign in to comment.