Skip to content

Commit 479a8a5

Browse files
committed
add version
1 parent 985abd1 commit 479a8a5

File tree

2 files changed

+289
-262
lines changed

2 files changed

+289
-262
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "mysql-deadlocks/retry-helper",
33
"description": "Retrying database transaction when deadlocks occurred",
44
"type": "library",
5+
"minimum-stability": "stable",
6+
"version": "1.0.0",
57
"require": {
68
"php": ">=7.3",
79
"laravel/framework": "^8.0|^9.0|^10.0",
@@ -25,6 +27,5 @@
2527
"name": "Ahed Wakim",
2628
"email": "ahed92wakim@gmail.com"
2729
}
28-
],
29-
"minimum-stability": "dev"
30+
]
3031
}

0 commit comments

Comments
 (0)