We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2e063 commit 4a187f6Copy full SHA for 4a187f6
README.md
@@ -6,6 +6,10 @@
6
7
Cast your Eloquent model attributes to value objects with ease!
8
9
+### Requirements
10
+
11
+This package requires PHP >= 5.6. Using the latest version of PHP is highly recommended. Laravel 4.x and 5.x are supported.
12
13
### Install
14
15
Require this package with composer using the following command:
composer.json
@@ -17,7 +17,7 @@
17
]
18
},
19
"require": {
20
- "php": ">=5.4",
+ "php": ">=5.6",
21
"laravel/framework": ">=4.0"
22
23
"require-dev": {
0 commit comments