Skip to content

Commit 4a71857

Browse files
committed
ICL: PHP version requirements updated.
1 parent 57554a0 commit 4a71857

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Provides logging and email notifications 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
"illuminated/helper-functions": "^0.1.5",
1616
"monolog/monolog": "^1.19"

composer.lock

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

0 commit comments

Comments
 (0)