Skip to content

Commit

Permalink
Merge pull request #2 from mohamad-shawa/laravel6-support
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
farukcam committed Jul 14, 2020
2 parents feef84e + dff1942 commit 33c9d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "farukcam/kuveytturk",
"description": "Laravel 5 Kuveyt Türk Sanal Pos",
"description": "Laravel Kuveyt Türk Sanal Pos",
"homepage": "https://github.com/farukcam/kuveytturk",
"require": {
"illuminate/support": "5"
"illuminate/support": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -13,6 +13,6 @@
"license": "MIT",
"minimum-stability": "dev",
"require": {
"illuminate/support": "~5"
"illuminate/support": "*"
}
}

0 comments on commit 33c9d54

Please sign in to comment.