Skip to content

Commit

Permalink
Update composer information.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 20, 2017
1 parent d161336 commit ca03fda
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,22 @@
}
],
"require": {
"php": "^5.3,<8",
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2@stable"
},
"suggest": {
"pear-pear.horde.org/Horde_Imap_Client": "^2@stable",
"pear-pear.horde.org/Horde_Kolab_Server": "^2@stable",
"pear-pear.horde.org/Horde_Log": "^2@stable",
"pear-pear.horde.org/Horde_Test": "^2.1@stable"
},
"replace": {
"pear-pear.horde.org/Horde_Kolab_Session": "2.*",
"pear-horde/Horde_Kolab_Session": "2.*"
},
"autoload": {
"psr-0": {
"Horde_Kolab_Session": "lib/"
}
}
}

0 comments on commit ca03fda

Please sign in to comment.