Skip to content

Commit 6a7769b

Browse files
committed
ICM: Laravel 5.1+ support.
1 parent 3f66225 commit 6a7769b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Prevents overlapping for Laravel console commands.
1515

1616
## Requirements
1717

18-
- `PHP >=5.6.4`
19-
- `Laravel >=5.2`
18+
- `PHP >=5.5.9`
19+
- `Laravel >=5.1`
2020

2121
## Usage
2222

@@ -81,7 +81,7 @@ class MyProtectedCommand extends Command
8181
public function __construct()
8282
{
8383
parent::__construct();
84-
84+
8585
$this->setMutexStrategy('mysql');
8686
}
8787

0 commit comments

Comments
 (0)