Skip to content

Commit 87e3ed8

Browse files
committed
Re-upgrade to phpunit 5.x. Added note in README to explain dependency on PHP 5.6 for tests.
1 parent 3778ec3 commit 87e3ed8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Cast your Eloquent model attributes to value objects with ease!
1010

1111
This package requires PHP >= 5.4. Using the latest version of PHP is highly recommended. Laravel 4.x and 5.x are supported.
1212

13+
> **Note:** Running tests for this package requires PHP >=5.6.
14+
1315
### Install
1416

1517
Require this package with composer using the following command:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"laravel/framework": ">=4.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^4.0"
24+
"phpunit/phpunit": "^5.0"
2525
}
2626
}

0 commit comments

Comments
 (0)