Skip to content

Commit

Permalink
Update package definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 13, 2017
1 parent 2aaf69c commit 9535e91
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 45 deletions.
34 changes: 17 additions & 17 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/kolab-webmail",
"description": "Horde Groupware Kolab Edition",
"type": "library",
"homepage": "https://pear.horde.org",
"type": "project",
"homepage": "https://www.horde.org",
"license": "GPL-2.0",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
}
],
"version": "4.0.0alpha1",
"time": "2017-10-17",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
Expand All @@ -23,19 +23,19 @@
"php": "^5.2",
"pear-pear.horde.org/groupware": "*",
"pear-pear.horde.org/webmail": "*",
"pear-pear.horde.org/content": "^1 <=2.0.0",
"pear-pear.horde.org/horde": "^4.0.7 <=5.0.0",
"pear-pear.horde.org/imp": "^5.0.8 <=6.0.0",
"pear-pear.horde.org/ingo": "^2.0.3 <=3.0.0",
"pear-pear.horde.org/kronolith": "^3.0.5 <=4.0.0",
"pear-pear.horde.org/mnemo": "^3.0.1 <=4.0.0",
"pear-pear.horde.org/nag": "^3.0.2 <=4.0.0",
"pear-pear.horde.org/timeobjects": "^1.0.1 <=2.0.0",
"pear-pear.horde.org/turba": "^3.0.4 <=4.0.0",
"pear-pear.horde.org/Horde_Kolab_Server": "^1 <=2.0.0",
"pear-pear.horde.org/Horde_Kolab_Session": "^1 <=2.0.0",
"pear-pear.horde.org/Horde_Kolab_Storage": "^1 <=2.0.0",
"pear-pear.horde.org/Horde_Ldap": "^1 <=2.0.0",
"pear-pear.horde.org/content": "^1",
"pear-pear.horde.org/horde": "^4.0.7",
"pear-pear.horde.org/imp": "^5.0.8",
"pear-pear.horde.org/ingo": "^2.0.3",
"pear-pear.horde.org/kronolith": "^3.0.5",
"pear-pear.horde.org/mnemo": "^3.0.1",
"pear-pear.horde.org/nag": "^3.0.2",
"pear-pear.horde.org/timeobjects": "^1.0.1",
"pear-pear.horde.org/turba": "^3.0.4",
"pear-pear.horde.org/Horde_Kolab_Server": "^1",
"pear-pear.horde.org/Horde_Kolab_Session": "^1",
"pear-pear.horde.org/Horde_Kolab_Storage": "^1",
"pear-pear.horde.org/Horde_Ldap": "^1",
"pear-pear.php.net/Net_SMTP": "^1.6",
"pear-pear.php.net/Net_Sieve": "*",
"pear-pear.php.net/Auth_SASL": "*"
Expand All @@ -46,7 +46,7 @@
},
"autoload": {
"psr-0": {
"Kolab_webmail": "lib/"
"Horde": "lib/"
}
}
}
58 changes: 30 additions & 28 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>wrobel@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-17</date>
<date>2017-11-11</date>
<version>
<release>4.0.0alpha1</release>
<api>4.0.0alpha1</api>
Expand Down Expand Up @@ -153,97 +153,99 @@
<name>content</name>
<channel>pear.horde.org</channel>
<min>1.0.0</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>horde</name>
<channel>pear.horde.org</channel>
<min>4.0.7</min>
<max>5.0.0</max>
<exclude>5.0.0</exclude>
<max>5.0.0alpha1</max>
<exclude>5.0.0alpha1</exclude>
</package>
<package>
<name>imp</name>
<channel>pear.horde.org</channel>
<min>5.0.8</min>
<max>6.0.0</max>
<exclude>6.0.0</exclude>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
</package>
<package>
<name>ingo</name>
<channel>pear.horde.org</channel>
<min>2.0.3</min>
<max>3.0.0</max>
<exclude>3.0.0</exclude>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>kronolith</name>
<channel>pear.horde.org</channel>
<min>3.0.5</min>
<max>4.0.0</max>
<exclude>4.0.0</exclude>
<max>4.0.0alpha1</max>
<exclude>4.0.0alpha1</exclude>
</package>
<package>
<name>mnemo</name>
<channel>pear.horde.org</channel>
<min>3.0.1</min>
<max>4.0.0</max>
<exclude>4.0.0</exclude>
<max>4.0.0alpha1</max>
<exclude>4.0.0alpha1</exclude>
</package>
<package>
<name>nag</name>
<channel>pear.horde.org</channel>
<min>3.0.2</min>
<max>4.0.0</max>
<exclude>4.0.0</exclude>
<max>4.0.0alpha1</max>
<exclude>4.0.0alpha1</exclude>
</package>
<package>
<name>timeobjects</name>
<channel>pear.horde.org</channel>
<min>1.0.1</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>turba</name>
<channel>pear.horde.org</channel>
<min>3.0.4</min>
<max>4.0.0</max>
<exclude>4.0.0</exclude>
<max>4.0.0alpha1</max>
<exclude>4.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Kolab_Server</name>
<channel>pear.horde.org</channel>
<min>1.0.0</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Kolab_Session</name>
<channel>pear.horde.org</channel>
<min>1.0.0</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Kolab_Storage</name>
<channel>pear.horde.org</channel>
<min>1.0.0</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Ldap</name>
<channel>pear.horde.org</channel>
<min>1.0.0</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>Net_SMTP</name>
<channel>pear.php.net</channel>
<min>1.6.0</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>Net_Sieve</name>
Expand Down Expand Up @@ -310,7 +312,7 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2017-10-17</date>
<date>2017-11-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* First release candidate of Horde Groupware Kolab Edition 4.0.
Expand Down

0 comments on commit 9535e91

Please sign in to comment.