Skip to content

Commit

Permalink
Merge pull request #7 from datashaman/support/upgrade-laravel
Browse files Browse the repository at this point in the history
Upgrade laravel dependencies
  • Loading branch information
datashaman authored Feb 4, 2020
2 parents 19c37e3 + 9591016 commit 903ca09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-notification-channels/sailthru-notifications-channel",
"description": ":package_description",
"description": "SailThru notifications channel for Laravel",
"homepage": "https://github.com/laravel-notification-channels/sailthru",
"license": "MIT",
"authors": [
Expand All @@ -12,14 +12,14 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/notifications": "^5.3",
"illuminate/support": "^5.1|^5.2|^5.3",
"php": ">=7.2",
"illuminate/notifications": "~5.5 || ~6.0",
"illuminate/support": "~5.5 || ~6.0",
"sailthru/sailthru-php5-client": "^1.2"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"phpunit/phpunit": "4.*"
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 903ca09

Please sign in to comment.