Skip to content

Commit

Permalink
Fixes acquia#51 Update net_dns2 to use packagist repo and update to 1…
Browse files Browse the repository at this point in the history
….4.*
  • Loading branch information
Zlender committed Dec 30, 2015
1 parent 351b778 commit 352600b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cpliakas/psolr": ">=0.4",
"guzzle/service": "~3.0",
"lstrojny/fxmlrpc": ">=0.8,<0.9",
"pear/net_dns2": "1.3.2",
"pear/net_dns2": "~1.4.0",
"symfony/filesystem": "~2.0"
},
"require-dev": {
Expand Down
8 changes: 1 addition & 7 deletions src/Acquia/Cloud/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@
"homepage": "https://github.com/acquia/acquia-sdk-php/graphs/contributors"
}
],
"repositories": [
{
"type": "pear",
"url": "pear.php.net"
}
],
"require": {
"php": ">=5.3.0",
"acquia/acquia-sdk-php-cloud-env": "self.version",
"pear-pear.php.net/Net_DNS2": "1.3.2"
"pear/net_dns2": "~1.4.0",
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 352600b

Please sign in to comment.