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

2.next - Upgraded to CakePHP 4 #48

Merged
merged 10 commits into from
May 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set minimum php requirement
  • Loading branch information
skie committed May 3, 2019
commit d68d6a92b90985fb7c7c0ae0b38e18b70cbf02fc
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"source": "https://github.com/cakedc/enum"
},
"require": {
"php": ">=7.2.0",
"cakephp/cakephp": "4.x-dev as 4.0.0"
},
"require-dev": {
Expand Down