Skip to content

Commit 593a4d2

Browse files
committed
ICM: PHP version dependency fixed.
1 parent 82203d0 commit 593a4d2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Prevents overlapping for Laravel console commands.
77

88
## Dependencies
9-
- `PHP >=5.4.0`
9+
- `PHP >=5.5.9`
1010
- `Laravel >=5.2`
1111

1212
## Usage

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4.0",
13+
"php": ">=5.5.9",
1414
"illuminate/console": "^5.2",
1515
"arvenil/ninja-mutex": "^0.5.1"
1616
},

composer.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)