Skip to content

Commit

Permalink
Revert PHP and Laravel Slack requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
agentphoenix committed Sep 9, 2020
1 parent f508f43 commit 79ddb6c
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 @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.1.3",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"laravel/slack-notification-channel": "^2.2"
"laravel/slack-notification-channel": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 79ddb6c

Please sign in to comment.