Skip to content
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

updated for CakePHP 3.6 #22

Merged
merged 8 commits into from
Apr 26, 2018
Merged

updated for CakePHP 3.6 #22

merged 8 commits into from
Apr 26, 2018

Conversation

mirko-pagliai
Copy link
Contributor

Please, release a version or create a branch compatible with CakePHP 3.6.

@mirko-pagliai
Copy link
Contributor Author

mirko-pagliai commented Apr 26, 2018

Needs phpunit 6.
See cakephp/cakephp#11732

composer.json Outdated
@@ -31,10 +31,10 @@
},
"require": {
"php": ">=5.6",
"cakephp/cakephp": "~3.2"
"cakephp/cakephp": "~3.6"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping to 3.6 is not necessary. The updated methods exist in 3.5 too so please change this to ^3.5.

composer.json Outdated
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "^5.7|^6.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally ^5.7.14|^6.0 is needed.

composer.json Outdated
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "^5.7|^6.0",
"cakephp/cakephp-codesniffer": "2.*"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please update this too to ^3.0.

@ADmad ADmad merged commit 938185e into ctlabvn:master Apr 26, 2018
@ADmad ADmad mentioned this pull request Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants