We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3778ec3 commit 87e3ed8Copy full SHA for 87e3ed8
README.md
@@ -10,6 +10,8 @@ Cast your Eloquent model attributes to value objects with ease!
10
11
This package requires PHP >= 5.4. Using the latest version of PHP is highly recommended. Laravel 4.x and 5.x are supported.
12
13
+> **Note:** Running tests for this package requires PHP >=5.6.
14
+
15
### Install
16
17
Require this package with composer using the following command:
composer.json
@@ -21,6 +21,6 @@
21
"laravel/framework": ">=4.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "^4.0"
+ "phpunit/phpunit": "^5.0"
25
}
26
0 commit comments