We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd512b commit 09a58e4Copy full SHA for 09a58e4
composer.json
@@ -3,8 +3,8 @@
3
"description": "An easy way of quickly sending messages to predefined Slack endpoints within a Laravel project.",
4
"type": "library",
5
"require": {
6
- "guzzlehttp/guzzle": "^7.0|^7.1|^7.2|^7.3|^7.4",
7
- "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^8.1|^9.0"
+ "guzzlehttp/guzzle": "^7.0",
+ "laravel/framework": "^9.1"
8
},
9
"license": "MIT",
10
"authors": [
0 commit comments