Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 25, 2017
1 parent 6df4b54 commit 119e1b6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Expand Up @@ -12,15 +12,24 @@
}
],
"version": "1.0.0alpha1",
"time": "2016-01-13",
"time": "2017-10-17",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3",
"php": "^5.3 || ^7",
"pear-pear.horde.org/horde": "^5"
},
"replace": {
"pear-pear.horde.org/beatnik": "1.*",
"pear-horde/beatnik": "1.*"
},
"autoload": {
"psr-0": {
"Beatnik": "lib/"
}
}
}

0 comments on commit 119e1b6

Please sign in to comment.