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 79968e1 commit c981b84
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Expand Up @@ -17,15 +17,15 @@
}
],
"version": "1.0.0RC4",
"time": "2017-03-20",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3",
"php": "^5.3 || ^7",
"pear-pear.horde.org/horde": "^5",
"pear-pear.horde.org/Horde_Auth": "^2",
"pear-pear.horde.org/Horde_Autoloader": "^2",
Expand All @@ -36,5 +36,14 @@
"pear-pear.horde.org/Horde_Perms": "^2",
"pear-pear.horde.org/Horde_Prefs": "^2",
"pear-pear.horde.org/Horde_Rdo": "^2"
},
"replace": {
"pear-pear.horde.org/sesha": "1.*",
"pear-horde/sesha": "1.*"
},
"autoload": {
"psr-0": {
"Sesha": "lib/"
}
}
}

0 comments on commit c981b84

Please sign in to comment.