Skip to content

Commit

Permalink
Merge pull request #122 from harlekoy/master
Browse files Browse the repository at this point in the history
Support laravel 6
  • Loading branch information
Torann authored Oct 9, 2019
2 parents 69841ec + e91321e commit 0ae7789
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
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.1",
"illuminate/cache": "~5.1"
"illuminate/support": "~5.1|~6",
"illuminate/cache": "~5.1|~6"
},
"suggest": {
"illuminate/database": "Allows for storing of currencies in the database"
Expand Down

0 comments on commit 0ae7789

Please sign in to comment.