Skip to content

Commit

Permalink
Merge pull request #7 from szabizs/patch-1
Browse files Browse the repository at this point in the history
Laravel 8 compatibility
  • Loading branch information
talvbansal authored Sep 14, 2020
2 parents 8c89404 + 7cd08d4 commit 38206f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
],
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": "^6.0 || ^7.0",
"illuminate/support": "^6. || ^7.0"
"guzzlehttp/guzzle": "^7.0",
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6. || ^7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"orchestra/testbench": "^4.0 || ^5.0",
"orchestra/database": "^4.0 || ^5.0",
"ext-json": "*"
Expand Down

3 comments on commit 38206f7

@szabizs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

Package operations: 1 install, 0 updates, 0 removals
  - Installing talvbansal/laravel-ms-teams-notification-channel (dev-master 38206f7): Cloning 38206f7d60 from cache

@talvbansal
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szabizs ill get a new release tagged now, thanks for making this PR!

@szabizs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szabizs ill get a new release tagged now, thanks for making this PR!

Great, good job anyways on the package!

Please sign in to comment.