Skip to content

Commit 09a58e4

Browse files
committed
Update to Laravel framework ^9.1
1 parent 7dd512b commit 09a58e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "An easy way of quickly sending messages to predefined Slack endpoints within a Laravel project.",
44
"type": "library",
55
"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"
6+
"guzzlehttp/guzzle": "^7.0",
7+
"laravel/framework": "^9.1"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)