Skip to content

Commit b15ced9

Browse files
committed
ICL: PHP version requirements increased.
1 parent 7242153 commit b15ced9

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

README.md

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

composer.lock

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

0 commit comments

Comments
 (0)