Skip to content

Commit

Permalink
Released Horde_Mail_Autoconfig-1.0.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 21, 2014
1 parent 0dbc37a commit 287113f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions framework/Mail_Autoconfig/composer.json
@@ -0,0 +1,32 @@
{
"name": "horde/horde-mail-autoconfig",
"description": "Horde Mail Autoconfiguration",
"type": "library",
"homepage": "http://pear.horde.org",
"license": "LGPL-2.1",
"authors": [
{
"name": "Michael Slusarz",
"email": "slusarz@horde.org",
"role": "lead"
}
],
"version": "1.0.0beta1",
"time": "2014-05-21",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Http": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Imap_Client": ">=2.14.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Mail": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Smtp": ">=1.1.0,<=2.0.0alpha1",
"pear-pear.php.net/Net_DNS2": ">=1.3.0",
"ext-SimpleXML": "*"
}
}

0 comments on commit 287113f

Please sign in to comment.