[commits] [Wiki] changed: Doc/Dev/H6/Installation/InstallAppsGroupware
Wiki Guest
wikiguest at horde.org
Sat Mar 16 20:46:12 UTC 2024
guest [91.32.127.252] Sat, 16 Mar 2024 20:46:12 +0000
Modified page:
https://wiki.horde.org/Doc/Dev/H6/Installation/InstallAppsGroupware
New Revision: 6
Change log: updates
@@ -14,15 +14,15 @@
Inside your Root Project, run
<code>
-composer require horde/kronolith ^5 horde/nag ^5 horde/content ^3
horde/timeobjects ^3 horde/mnemo ^5 horde/turba ^5 horde/passwd ^6
-</code>
+sudo -u www-data composer require horde/kronolith ^5 horde/nag ^5
horde/content ^3 horde/timeobjects ^3 horde/mnemo ^5 horde/turba ^5
horde/passwd ^6 horde/imp ^7 horde/ldap: ^3 horde/activesync ^3
+ horde/ingo ^4 horde/trean ^2 horde/whups ^4 horde/form ^3 </code>
The general pattern is
composer require horde/$app $version
-Use the caret ^ character to pin to a major version. Use the tilde ~
to pin to a major and minor version. Use a fully qualified version
name to pin to an exact version. This is normally not recommended. See
the composer documentation for more advanced requirements. See the
satis repo https://horde-satis.maintaina.com/ for available versions
of individual apps. Note that only the latest major version will
currently run with composer.
+Use the caret ^ character to pin to a major version. Use the tilde ~
to pin to a major and minor version. Use a fully qualified version
name to pin to an exact version. This is normally not recommended. See
the composer documentation for more advanced requirements. See the
repo https://packagist.org/ for available versions of individual apps.
Note that only the latest major version will currently run with
composer.
Warning: As of now, installing apps without a version constraint may
result in installing the app from the development branch. This will be
changed when the apps are officially released.
++ Provide configuration
More information about the commits
mailing list