Skip to content

Commit

Permalink
Merge pull request #5 from bearsaturday/install
Browse files Browse the repository at this point in the history
依存パッケージのインストールをpearインストールに戻す
  • Loading branch information
koriym authored Jul 7, 2017
2 parents 615f036 + 8e6d02e commit 44c0309
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@
{
"type": "pear",
"url": "http://pear.php.net"
},
{
"type": "pear",
"url": "http://bearsaturday.github.io/pear"
}
],
"require": {
"php": ">=5.3.2",
"bearsaturday/bearsaturday": "~0.9"
"pear-bearsaturday.github.io/pear/BEAR": "~0.9"
},
"require-dev": {
"bear/qatools": "~1.0"
Expand Down

0 comments on commit 44c0309

Please sign in to comment.