Skip to content

Commit

Permalink
Add composer file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 18, 2014
1 parent 386ba49 commit 6b9af9d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions framework/Mapi/composer.json
@@ -0,0 +1,28 @@
{
"name": "horde/horde-mapi",
"description": "MAPI utility library.",
"type": "library",
"homepage": "http://pear.horde.org",
"license": "GPLv2",
"authors": [
{
"name": "Michael J Rubinsky",
"email": "mrubinsk@horde.org",
"role": "lead"
}
],
"version": "1.0.1",
"time": "2014-01-18",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"pear-pear.horde.org/Horde_Date": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"ext-bcmath": "*"
}
}

0 comments on commit 6b9af9d

Please sign in to comment.