Skip to content

Commit

Permalink
Merge pull request #1 from bhavinjr/master
Browse files Browse the repository at this point in the history
Added support for Laravel 5.5 and updated auto discovery
  • Loading branch information
msonowal authored Aug 31, 2017
2 parents afd96af + f3634ca commit c5d78dd
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 134 deletions.
18 changes: 14 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"type": "library",
"require": {
"php": ">=7.0",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/cache": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/cache": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"guzzlehttp/guzzle": "~6.2"
},
"suggest": {
Expand All @@ -31,5 +31,15 @@
"src/helpers.php"
]
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Msonowal\\Laraxchange\\Providers\\CurrencyServiceProvider"
],
"aliases": {
"Currency": "Msonowal\\Laraxchange\\Facades\\Currency"
}
}
}
}
Loading

0 comments on commit c5d78dd

Please sign in to comment.