Skip to content

Commit

Permalink
Revert "Upgrade"
Browse files Browse the repository at this point in the history
This reverts commit 9aa9ebc.
  • Loading branch information
rajat-agarwal1 committed Dec 20, 2023
1 parent 9aa9ebc commit 0dbf702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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": "dev-laravel_upgrade"
"razorpay/slack": "^2.0.0"
},
"repositories": [
],
Expand All @@ -24,5 +24,5 @@
"Razorpay\\Slack\\Laravel\\": "src/"
}
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}
1 change: 0 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ 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 0dbf702

Please sign in to comment.