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 6c6ebf9 commit 4ea208b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions composer.json
@@ -0,0 +1,39 @@
{
"name": "horde/shout",
"description": "TODO",
"type": "library",
"homepage": "https://pear.horde.org",
"license": "TODO",
"authors": [
{
"name": "Chuck Hagenbuch",
"email": "chuck@horde.org",
"role": "lead"
},
{
"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/shout": "1.*",
"pear-horde/shout": "1.*"
},
"autoload": {
"psr-0": {
"Shout": "lib/"
}
}
}

0 comments on commit 4ea208b

Please sign in to comment.