Browse Source

Update CakePHP version constraint. (#5386)

v4.0.2 has some ORM optimizations which should provide noticeable gains.
ADmad 5 years ago
parent
commit
7c20c616b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/cakephp/composer.json

+ 1 - 1
frameworks/PHP/cakephp/composer.json

@@ -6,7 +6,7 @@
     "license": "MIT",
     "require": {
         "php": ">=7.2",
-        "cakephp/cakephp": "^4.0",
+        "cakephp/cakephp": "^4.0.2",
         "cakephp/plugin-installer": "^1.0"
     },
     "autoload": {