Skip to content

Instantly share code, notes, and snippets.

@mustafauysal
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustafauysal/09dc4f4de171b89d0cd1 to your computer and use it in GitHub Desktop.
Save mustafauysal/09dc4f4de171b89d0cd1 to your computer and use it in GitHub Desktop.
PEAR packages via composer
{
"require": {
"pear-pear/pear": "1.9.5",
"pear-pear/Mail_Mime": "1.8.9"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}
]
}
{
"require": {
"pear-pear.php.net/pear": "1.9.5",
"pear-pear.php.net/Mail_Mime": "1.8.9"
},
"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