Skip to content

Commit

Permalink
ICL: PHP version requirements increased.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Sep 14, 2016
1 parent 7242153 commit b15ced9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Provides logging and email notifications for Laravel console commands.

## Requirements
- `PHP >=5.5.9`
- `PHP >=5.6.4`
- `Laravel >=5.2`

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=5.6.4",
"illuminate/console": "^5.2",
"illuminated/helper-functions": "^0.1.5",
"monolog/monolog": "^1.19",
Expand Down
19 changes: 11 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b15ced9

Please sign in to comment.