Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
#51 Use latest stable pear/net_dns2 package from packagist instead Pear.
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaPokamestov committed Sep 7, 2015
1 parent 9129fe6 commit bad57cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ library as a dependency to your composer.json file.

```json
{
"repositories": [
{
"type": "pear",
"url": "pear.php.net"
}
],
"require": {
"acquia/acquia-sdk-php": "*"
}
Expand Down
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@
"homepage": "https://github.com/acquia/acquia-sdk-php/graphs/contributors"
}
],
"repositories": [
{
"type": "pear",
"url": "pear.php.net"
}
],
"require": {
"php": ">=5.3.0",
"cpliakas/psolr": ">=0.4",
"guzzle/service": "~3.0",
"lstrojny/fxmlrpc": ">=0.8,<0.9",
"pear-pear.php.net/Net_DNS2": "1.3.2",
"pear/net_dns2": "~1.4",
"symfony/filesystem": "~2.0"
},
"require-dev": {
Expand Down

0 comments on commit bad57cd

Please sign in to comment.