Browse Source

update suggest with better explanation for i18n

If you are using Translate / Timestamp Behavior i18n is needed.
Hari K T 9 years ago
parent
commit
cb9a32eb55
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"
         "cakephp/validation": "~3.0"
     },
     },
     "suggest": {
     "suggest": {
-        "cakephp/i18n": "~3.0"
+        "cakephp/i18n": "If you are using Translate / Timestamp Behavior."
     }
     }
 }
 }