Browse Source

[php] Fix CakePHP (#8402)

* Fix cake chronos

* [php] Update to nginx unit 1.31

* Revert "[php] Update to nginx unit 1.31"

This reverts commit a6fc8b135f5cf81367075f63948a68ceaeeb8a58.
Joan Miquel 1 year ago
parent
commit
c28d5fafa0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frameworks/PHP/cakephp/composer.json

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

@@ -6,7 +6,8 @@
     "license": "MIT",
     "require": {
         "cakephp/cakephp": "^4.4",
-        "cakephp/plugin-installer": "^1.3"
+        "cakephp/plugin-installer": "^1.3",
+        "cakephp/chronos": "2.3.*"
     },
     "autoload": {
         "psr-4": {