Skip to content

Commit

Permalink
Merge pull request #35 from ibrahim-mubarak/master
Browse files Browse the repository at this point in the history
Update for Laravel 6
  • Loading branch information
datashaman authored Sep 12, 2019
2 parents d01fff7 + 937e817 commit bd1361d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "chencha/share",
"description": "Share links with Laravel 5",
"description": "Share links with Laravel 5/6",
"keywords": [
"share",
"laravel",
"laravel5"
"laravel5",
"laravel6"
],
"version": "5.2.1",
"version": "5.4.0",
"license": "MIT",
"authors": [
{
Expand All @@ -24,7 +25,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.0"
"illuminate/support": "^5.0|^6.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit bd1361d

Please sign in to comment.