Add chash dependency + update docs

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent dcf16572a0
commit f914f389a0
  1. 4
      composer.json
  2. 4
      plugin/vchamilo/README.md

@ -48,7 +48,6 @@
"ext-xml": "*",
"ext-json": "*",
"ext-mbstring": "*",
"twig/twig": "1.*",
"twig/extensions": "~1.0",
"doctrine/orm": "~2.4",
@ -104,7 +103,8 @@
"facebook/php-sdk-v4" : "~5.0",
"kigkonsult/icalcreator" : "0.1.0",
"essence/essence": "2.6.1",
"pclzip/pclzip": "2.8.2"
"pclzip/pclzip": "2.8.2",
"chamilo/chash": "dev-master"
},
"require-dev": {
"behat/behat": "@stable",

@ -19,8 +19,8 @@ How to setup
You need :
1. Install the vchamilo package into the <chamiloroot>/plugin directory
2. Install the plugin in chamilo administration
3. Insert the virtualisation hook into the chamilo master configuration file:
2. Install the plugin in Chamilo administration
3. Insert the virtualization hook into the Chamilo master configuration file:
```
<chamiloroot>/app/config/configuration.php

Loading…
Cancel
Save