Browse Source

Merge pull request #9578 from harikt/patch-1

update suggest with better explanation for i18n
José Lorenzo Rodríguez 9 years ago
parent
commit
b03309f98f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/composer.json

+ 1 - 1
src/ORM/composer.json

@@ -23,6 +23,6 @@
         "cakephp/validation": "~3.0"
     },
     "suggest": {
-        "cakephp/i18n": "~3.0"
+        "cakephp/i18n": "If you are using Translate / Timestamp Behavior."
     }
 }