Skip to content

Commit

Permalink
Merge pull request #37 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
vluzrmos committed Feb 28, 2023
2 parents 6fd8c3d + 9d52a85 commit c929f50
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Expand Up @@ -2,24 +2,28 @@
"name": "vluzrmos/slack-api",
"description": "Wrapper for Slack.com WEB API.",
"license": "MIT",
"keywords":["Laravel", "Lumen", "Slack"],
"keywords": [
"Laravel",
"Lumen",
"Slack"
],
"authors": [
{
"name": "Vagner do Carmo",
"email": "vluzrmos@gmail.com"
}
],
"require": {
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"guzzlehttp/guzzle":"~5.3 || ~6.0 || ~7.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
"illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
"guzzlehttp/guzzle": "~5.3 || ~6.0 || ~7.0",
"nesbot/carbon": "1.* || 2.*"
},
"autoload": {
"psr-4": {
"Vluzrmos\\": "src/Vluzrmos/"
},
"files" : [
"files": [
"src/Vluzrmos/SlackApi/helpers.php"
]
},
Expand Down

0 comments on commit c929f50

Please sign in to comment.