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 dd31f5f commit a4210a0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Expand Up @@ -12,15 +12,15 @@
}
],
"version": "0.99.1",
"time": "2013-02-13",
"time": "2016-01-13",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": ">=5.2.1",
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Autoloader": "*",
"pear-pear.horde.org/Horde_Argv": "*",
"pear-pear.horde.org/Horde_Cli": "*",
Expand All @@ -41,5 +41,14 @@
"pear-pear.phpunit.de/phpdcd": "*",
"pear-pear.phpunit.de/phploc": "*",
"pear-pear.phpmd.org/PHP_PMD": "*"
},
"replace": {
"pear-pear.horde.org/components": "0.*",
"pear-horde/components": "0.*"
},
"autoload": {
"psr-0": {
"Components": "lib/"
}
}
}

0 comments on commit a4210a0

Please sign in to comment.