Skip to content

Commit 1ec7ced

Browse files
authored
Updates composer dependencies and description (#11)
Updates the composer.json file to include a more detailed description of the package. Also updates the composer.lock file to reflect changes in dependencies, including updating laravel/framework to v11.46.1 and other related packages.
1 parent 96ee0ca commit 1ec7ced

File tree

2 files changed

+166
-249
lines changed

2 files changed

+166
-249
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "ahed92wakim/laravel-mysql-deadlock-retry",
3-
"description": "Retrying database transaction when deadlocks occurred",
3+
"description": "Gracefully retry Laravel transactions on MySQL deadlocks and serialization failures with configurable backoff, structured logging, and reusable helpers.",
44
"type": "library",
55
"minimum-stability": "stable",
66
"require": {
7-
"php": ">=8.2",
8-
"laravel/framework": ">=11.0"
7+
"php": "^8.2",
8+
"laravel/framework": "^11.0"
99
},
10-
"license": "MIT",
10+
"license": [
11+
"MIT"
12+
],
1113
"autoload": {
1214
"psr-4": {
1315
"MysqlDeadlocks\\RetryHelper\\": "src/"

0 commit comments

Comments
 (0)