Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat-agarwal1 committed Dec 20, 2023
1 parent 5886ca8 commit 9aa9ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=8.1",
"razorpay/slack": "^2.0.0"
"razorpay/slack": "dev-laravel_upgrade"
},
"repositories": [
],
Expand All @@ -24,5 +24,5 @@
"Razorpay\\Slack\\Laravel\\": "src/"
}
},
"minimum-stability": "stable"
"minimum-stability": "dev"
}
1 change: 1 addition & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private function getProvider()
case 5:
case 6:
case 9:
case 10:
return new ServiceProviderLaravel5($app);
default:
throw new RuntimeException('Your version of Laravel is not supported');
Expand Down

0 comments on commit 9aa9ebc

Please sign in to comment.