Skip to content

Commit c929f50

Browse files
authored
Merge pull request #37 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 6fd8c3d + 9d52a85 commit c929f50

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,28 @@
22
"name": "vluzrmos/slack-api",
33
"description": "Wrapper for Slack.com WEB API.",
44
"license": "MIT",
5-
"keywords":["Laravel", "Lumen", "Slack"],
5+
"keywords": [
6+
"Laravel",
7+
"Lumen",
8+
"Slack"
9+
],
610
"authors": [
711
{
812
"name": "Vagner do Carmo",
913
"email": "vluzrmos@gmail.com"
1014
}
1115
],
1216
"require": {
13-
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0",
14-
"illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0",
15-
"guzzlehttp/guzzle":"~5.3 || ~6.0 || ~7.0",
17+
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
18+
"illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
19+
"guzzlehttp/guzzle": "~5.3 || ~6.0 || ~7.0",
1620
"nesbot/carbon": "1.* || 2.*"
1721
},
1822
"autoload": {
1923
"psr-4": {
2024
"Vluzrmos\\": "src/Vluzrmos/"
2125
},
22-
"files" : [
26+
"files": [
2327
"src/Vluzrmos/SlackApi/helpers.php"
2428
]
2529
},

0 commit comments

Comments
 (0)