Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kolab
roundcube-plugins
Commits
8d10498a
Commit
8d10498a
authored
Feb 04, 2015
by
Jeroen van Meeuwen (Kolab Systems)
Browse files
Update version numbers and dependencies
parent
2c9c463e
Changes
12
Hide whitespace changes
Inline
Side-by-side
plugins/calendar/composer.json
View file @
8d10498a
...
...
@@ -4,7 +4,7 @@
"description"
:
"Calendar plugin"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
4
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
@@ -26,6 +26,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libcalendaring"
:
">=3.2.
3
"
"kolab/libcalendaring"
:
">=3.2.
4
"
}
}
plugins/kolab_activesync/composer.json
View file @
8d10498a
...
...
@@ -26,6 +26,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
"kolab/libkolab"
:
">=3.2.
4
"
}
}
plugins/kolab_addressbook/composer.json
View file @
8d10498a
...
...
@@ -26,6 +26,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
"kolab/libkolab"
:
">=3.2.
4
"
}
}
plugins/kolab_config/composer.json
View file @
8d10498a
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
"kolab/libkolab"
:
">=3.2.
4
"
}
}
plugins/kolab_delegation/composer.json
View file @
8d10498a
...
...
@@ -21,7 +21,7 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
,
"kolab/libkolab"
:
">=3.2.
4
"
,
"kolab/kolab_auth"
:
">=3.2.2"
}
}
plugins/kolab_files/composer.json
View file @
8d10498a
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
"kolab/libkolab"
:
">=3.2.
4
"
}
}
plugins/kolab_folders/composer.json
View file @
8d10498a
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
"kolab/libkolab"
:
">=3.2.
4
"
}
}
plugins/kolab_notes/composer.json
View file @
8d10498a
...
...
@@ -21,7 +21,7 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
,
"kolab/libkolab"
:
">=3.2.
4
"
,
"roundcube/jqueryui"
:
">=1.10.4"
}
}
plugins/kolab_tags/composer.json
View file @
8d10498a
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
3
"
"kolab/libkolab"
:
">=3.2.
4
"
}
}
plugins/libcalendaring/composer.json
View file @
8d10498a
...
...
@@ -4,7 +4,7 @@
"description"
:
"Library providing common functions for calendaring plugins"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
4
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
plugins/libkolab/composer.json
View file @
8d10498a
...
...
@@ -4,7 +4,7 @@
"description"
:
"Plugin to setup a basic environment for the interaction with a Kolab server."
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
4
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
plugins/tasklist/composer.json
View file @
8d10498a
...
...
@@ -21,7 +21,7 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libcalendaring"
:
">=3.2.
3
"
,
"kolab/libcalendaring"
:
">=3.2.
4
"
,
"roundcube/jqueryui"
:
">=1.10.4"
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment