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 6f0b09b commit c6a80e6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions composer.json
Expand Up @@ -12,16 +12,25 @@
}
],
"version": "1.0.0alpha1",
"time": "2012-07-19",
"time": "2016-01-13",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"pear-pear.horde.org/horde": ">=5.0.0,<=6.0.0alpha1",
"pear-pear.horde.org/Horde_Core": ">=2.0.0,<=3.0.0alpha1"
"php": "^5.3 || ^7",
"pear-pear.horde.org/horde": "^5",
"pear-pear.horde.org/Horde_Core": "^2"
},
"replace": {
"pear-pear.horde.org/sam": "1.*",
"pear-horde/sam": "1.*"
},
"autoload": {
"psr-0": {
"Sam": "lib/"
}
}
}

0 comments on commit c6a80e6

Please sign in to comment.