Skip to content

Commit

Permalink
Merge pull request #20 from razorpay/laravel_upgrade
Browse files Browse the repository at this point in the history
RSR-3573 Laravel 10 Upgrade
  • Loading branch information
rajeevrai authored Apr 5, 2024
2 parents 0dbf702 + 456498e commit a958660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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": "^3.0.0"
},
"repositories": [
],
Expand Down
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 a958660

Please sign in to comment.