Skip to content

Commit 4519fb4

Browse files
committed
ICM: PHP version requirements increased.
1 parent 53914f2 commit 4519fb4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Prevents overlapping for Laravel console commands.
77

88
## Requirements
9-
- `PHP >=5.5.9`
9+
- `PHP >=5.6.4`
1010
- `Laravel >=5.2`
1111

1212
## Usage

composer.json

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

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)