We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985abd1 commit 479a8a5Copy full SHA for 479a8a5
composer.json
@@ -2,6 +2,8 @@
2
"name": "mysql-deadlocks/retry-helper",
3
"description": "Retrying database transaction when deadlocks occurred",
4
"type": "library",
5
+ "minimum-stability": "stable",
6
+ "version": "1.0.0",
7
"require": {
8
"php": ">=7.3",
9
"laravel/framework": "^8.0|^9.0|^10.0",
@@ -25,6 +27,5 @@
25
27
"name": "Ahed Wakim",
26
28
"email": "ahed92wakim@gmail.com"
29
}
- ],
- "minimum-stability": "dev"
30
+ ]
31
0 commit comments