We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f5684 commit 55b0db5Copy full SHA for 55b0db5
README.md
@@ -7,7 +7,7 @@
7
Provides Laravel-specific and pure PHP helper functions.
8
9
## Requirements
10
-- `PHP >=5.5.9`
+- `PHP >=5.6.4`
11
- `Laravel >=5.2`
12
13
## Usage
composer.json
@@ -10,7 +10,7 @@
}
],
"require": {
- "php": ">=5.5.9",
+ "php": ">=5.6.4",
14
"illuminate/support": "^5.2",
15
"symfony/finder": "^3.0",
16
"symfony/process": "^3.0",
0 commit comments