Browse Source

update composer

saeideng 9 years ago
parent
commit
9bd958e61c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/Validation/composer.json

+ 3 - 1
src/Validation/composer.json

@@ -14,6 +14,8 @@
         }
     },
     "require": {
-        "cakephp/utility": "~3.0"
+        "cakephp/utility": "~3.0",
+        "cakephp/i18n": "~3.0",
+        "psr/http-message": "~1.0"
     }
 }