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 e109e39 commit 2bc76b3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Expand Up @@ -17,15 +17,24 @@
}
],
"version": "1.0.0alpha1",
"time": "2016-12-21",
"time": "2017-10-17",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3",
"php": "^5.3 || ^7",
"pear-pear.php.net/DB": "*"
},
"replace": {
"pear-pear.horde.org/jonah": "1.*",
"pear-horde/jonah": "1.*"
},
"autoload": {
"psr-0": {
"Jonah": "lib/"
}
}
}

0 comments on commit 2bc76b3

Please sign in to comment.