Skip to content

Commit

Permalink
Merge pull request #53 from rafaelqueiroz/4.x
Browse files Browse the repository at this point in the history
Upgraded to CakePHP 4
  • Loading branch information
rochamarcelo authored May 5, 2020
2 parents db03a60 + fa95cae commit ecfaadc
Show file tree
Hide file tree
Showing 12 changed files with 2,939 additions and 52 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The purpose of placing TinyMCE in a plugin is to keep it separate from a themed
Requirements
------------

* CakePHP 2.5+
* PHP 5.2.8+
* CakePHP 4.0+
* PHP 5.5.9+

Documentation
-------------
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@
"source": "https://github.com/CakeDC/TinyMCE"
},
"require": {
"php": ">=5.2.8",
"cakephp/plugin-installer": "*"
"php": ">=5.5.9",
"cakephp/cakephp": "^4.0"
},
"require-dev": {
"cakephp/cakephp": "~3.0",
"phpunit/phpunit": "*"
"phpunit/phpunit": "*",
"cakephp/cakephp-codesniffer": "^4.0",
"phpstan/phpstan": "^0.12.18",
"psalm/phar": "~3.11.2"
},
"autoload": {
"psr-4": {
"TinyMCE\\": "src",
"TinyMCE\\Test\\": "tests"
"TinyMCE\\": "src"
}
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit ecfaadc

Please sign in to comment.