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 3f66225 commit 6a7769bCopy full SHA for 6a7769b
README.md
@@ -15,8 +15,8 @@ Prevents overlapping for Laravel console commands.
15
16
## Requirements
17
18
-- `PHP >=5.6.4`
19
-- `Laravel >=5.2`
+- `PHP >=5.5.9`
+- `Laravel >=5.1`
20
21
## Usage
22
@@ -81,7 +81,7 @@ class MyProtectedCommand extends Command
81
public function __construct()
82
{
83
parent::__construct();
84
-
+
85
$this->setMutexStrategy('mysql');
86
}
87
0 commit comments