-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Document PHPUnit 6 support #4712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| CakePHP 3.4 is an API compatible upgrade from 3.3. This page outlines the | ||
| changes and improvements made in 3.4. | ||
|
|
||
| Minimum PHP 5.6 Required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| * Git | ||
| * PHP |minphpversion| or greater | ||
| * PHPUnit 3.7.0 or greater |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😼
|
|
||
| .. code-block:: bash | ||
| $ php composer.phar require --dev phpunit/phpunit:"^5.7|^6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not reflected here:
https://github.com/cakephp/cakephp/blob/3.4.0/composer.json#L34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No because the change is on master..
No description provided.