Changes

Jump to navigation Jump to search
242 bytes added ,  00:14, 12 December 2022
Line 147: Line 147:  
'''Step 3:''' Add the package name and version to the "require:" block in /opt/roundcube/composer.json. Take attention to the comma (,) separator, it is really important!
 
'''Step 3:''' Add the package name and version to the "require:" block in /opt/roundcube/composer.json. Take attention to the comma (,) separator, it is really important!
 
<tabs container=""><tab name="For SME 10">
 
<tabs container=""><tab name="For SME 10">
Let'S say you want to install the them larry on 1.6:
   
  cd /usr/share/roundcubemail
 
  cd /usr/share/roundcubemail
  /usr/bin/php74  /usr/local/bin/composer require roundcube/larry ~1.6.0 --with-dependencies
+
  /usr/bin/php74  /usr/local/bin/composer require cor/message_highlight --with-dependencies
 
</tab><tab name="For SME 9">
 
</tab><tab name="For SME 9">
 
* for sme9
 
* for sme9
Line 167: Line 166:  
  nano /opt/roundcube/composer.json
 
  nano /opt/roundcube/composer.json
    +
  "require": {
 +
      "php": ">=5.3.0",
 +
      "roundcube/plugin-installer": ">=0.1.3",
 +
      "johndoh/markasjunk2": "dev-release-1.0",
 +
      "johndoh/contextmenu": "dev-master",
 +
      "johndoh/globaladdressbook": "dev-release-1.0",
 +
        "cor/message_highlight": "dev-master"
 +
    },
 
</tab></tabs>
 
</tab></tabs>
  
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu