Update version numbers and dependencies
This commit is contained in:
parent
2c9c463e84
commit
8d10498a8f
12 changed files with 13 additions and 13 deletions
|
@ -4,7 +4,7 @@
|
||||||
"description": "Calendar plugin",
|
"description": "Calendar plugin",
|
||||||
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
|
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
"version": "3.2.3",
|
"version": "3.2.4",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Thomas Bruederli",
|
"name": "Thomas Bruederli",
|
||||||
|
@ -26,6 +26,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libcalendaring": ">=3.2.3"
|
"kolab/libcalendaring": ">=3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3"
|
"kolab/libkolab": ">=3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3"
|
"kolab/libkolab": ">=3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3"
|
"kolab/libkolab": ">=3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3",
|
"kolab/libkolab": ">=3.2.4",
|
||||||
"kolab/kolab_auth": ">=3.2.2"
|
"kolab/kolab_auth": ">=3.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3"
|
"kolab/libkolab": ">=3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3"
|
"kolab/libkolab": ">=3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3",
|
"kolab/libkolab": ">=3.2.4",
|
||||||
"roundcube/jqueryui": ">=1.10.4"
|
"roundcube/jqueryui": ">=1.10.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libkolab": ">=3.2.3"
|
"kolab/libkolab": ">=3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Library providing common functions for calendaring plugins",
|
"description": "Library providing common functions for calendaring plugins",
|
||||||
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
|
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
"version": "3.2.3",
|
"version": "3.2.4",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Thomas Bruederli",
|
"name": "Thomas Bruederli",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Plugin to setup a basic environment for the interaction with a Kolab server.",
|
"description": "Plugin to setup a basic environment for the interaction with a Kolab server.",
|
||||||
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
|
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
"version": "3.2.3",
|
"version": "3.2.4",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Thomas Bruederli",
|
"name": "Thomas Bruederli",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3",
|
"roundcube/plugin-installer": ">=0.1.3",
|
||||||
"kolab/libcalendaring": ">=3.2.3",
|
"kolab/libcalendaring": ">=3.2.4",
|
||||||
"roundcube/jqueryui": ">=1.10.4"
|
"roundcube/jqueryui": ">=1.10.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue