Skip to content

Instantly share code, notes, and snippets.

@nntsugu
Last active October 1, 2015 08:27
Show Gist options
  • Save nntsugu/6c78d2d78f900d952c00 to your computer and use it in GitHub Desktop.
Save nntsugu/6c78d2d78f900d952c00 to your computer and use it in GitHub Desktop.
Q:レガシーだからPEARをインストールして欲しい A:Composerでやれば簡単だよの件です。 ref: http://qiita.com/nntsugu@github/items/112b986af39774e3f5a8
{
"require": {
"pear-pear.php.net/mail_mime" : "*",
"pear-pear.php.net/http_request2" : "*",
"pear-pear.php.net/mail_mimedecode" : "*"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment