Add chash dependency + update docs

pull/2487/head
jmontoyaa 9 years ago
parent dcf16572a0
commit f914f389a0
  1. 4
      composer.json
  2. 4
      plugin/vchamilo/README.md

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

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

Loading…
Cancel
Save