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 39f592d commit 5ba6d49
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "horde/vilma",
"description": "Domain and User Administration",
"type": "library",
"homepage": "https://pear.horde.org",
"license": "BSD",
"authors": [
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
}
],
"version": "1.0.0",
"time": "2017-10-17",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3"
},
"replace": {
"pear-pear.horde.org/vilma": "1.*",
"pear-horde/vilma": "1.*"
},
"autoload": {
"psr-0": {
"Vilma": "lib/"
}
}
}

0 comments on commit 5ba6d49

Please sign in to comment.