Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 7a427de

Browse files
committed
Updates for Cake4 compatibility
1 parent d652e39 commit 7a427de

File tree

7 files changed

+1009
-396
lines changed

7 files changed

+1009
-396
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
],
1414
"minimum-stability": "stable",
1515
"require": {
16+
"php": "^7.2",
1617
"cakephp/cakephp": "^4.0",
1718
"ezyang/htmlpurifier": "*",
1819
"cakephp/cakephp-codesniffer": "^3.0"
1920
},
2021
"require-dev": {
21-
"phpunit/phpunit": "6.*"
22+
"phpunit/phpunit": "~8.5.0"
2223
},
2324
"autoload": {
2425
"psr-4": {

0 commit comments

Comments
 (0)