Skip to content

Commit 4a187f6

Browse files
committed
Update PHP version requirement in Composer to reflect actual minimum version. Update README to add version info.
1 parent 0f2e063 commit 4a187f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Cast your Eloquent model attributes to value objects with ease!
88

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+
913
### Install
1014

1115
Require this package with composer using the following command:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
"require": {
20-
"php": ">=5.4",
20+
"php": ">=5.6",
2121
"laravel/framework": ">=4.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)