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 27, 2017
1 parent 4b03258 commit bb44b9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-cli-modular",
"name": "horde/cli-modular",
"description": "A toolset for CLI interfaces that are modular.",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -16,7 +16,7 @@
"role": "lead"
}
],
"version": "2.1.0",
"version": "2.1.1",
"time": "2017-05-03",
"repositories": [
{
Expand All @@ -26,10 +26,10 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Argv": "^2@stable"
"pear-pear.horde.org/Horde_Argv": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Test": "^2.1@stable"
"pear-pear.horde.org/Horde_Test": "^2.1"
},
"replace": {
"pear-pear.horde.org/Horde_Cli_Modular": "2.*",
Expand Down

0 comments on commit bb44b9b

Please sign in to comment.