Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #712 from nmabhinandan/patch-1
Browse files Browse the repository at this point in the history
Fixed pear vendor name.
  • Loading branch information
Matt Gibbs committed Oct 7, 2014
2 parents 97e77ce + 92fd194 commit 9a8af0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"pear-pear/HTTP_Request2": "*",
"pear-pear/Mail_Mime": "*",
"pear-pear/Mail_mimeDecode": "*"
"pear-pear.php.net/HTTP_Request2": "*",
"pear-pear.php.net/Mail_Mime": "*",
"pear-pear.php.net/Mail_mimeDecode": "*"
},

"repositories": [
Expand All @@ -26,4 +26,4 @@
"psr-0": { "WindowsAzure\\": "" }
}

}
}

0 comments on commit 9a8af0b

Please sign in to comment.