Skip to content

Commit 55b0db5

Browse files
committed
IHF: PHP requirements increased.
1 parent 61f5684 commit 55b0db5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Provides Laravel-specific and pure PHP helper functions.
88

99
## Requirements
10-
- `PHP >=5.5.9`
10+
- `PHP >=5.6.4`
1111
- `Laravel >=5.2`
1212

1313
## 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/support": "^5.2",
1515
"symfony/finder": "^3.0",
1616
"symfony/process": "^3.0",

0 commit comments

Comments
 (0)