Skip to content

Commit

Permalink
Add composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 25, 2017
1 parent 6fac5bd commit 3d92026
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions composer.json
@@ -0,0 +1,34 @@
{
"name": "horde/hylax",
"description": "Fax frontend",
"type": "library",
"homepage": "https://pear.horde.org",
"license": "GPL-2.0",
"authors": [
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
}
],
"version": "1.0.0alpha1",
"time": "2017-10-17",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3"
},
"replace": {
"pear-pear.horde.org/hylax": "1.*",
"pear-horde/hylax": "1.*"
},
"autoload": {
"psr-0": {
"Hylax": "lib/"
}
}
}

0 comments on commit 3d92026

Please sign in to comment.