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

Commit

Permalink
Fixed misnamd Common component.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pliakas committed Feb 11, 2014
1 parent 407ae50 commit 869c20a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Acquia/Common/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "acquia/acquia-php-sdk-common",
"name": "acquia/acquia-sdk-php-common",
"type": "library",
"description": "Common components for the Acquia SDK for PHP.",
"keywords": ["acquia"],
Expand All @@ -16,6 +16,9 @@
"guzzle/guzzle": "~3.0",
"symfony/filesystem": "~2.0"
},
"replace": {
"acquia/acquia-php-sdk-common": "self.version"
},
"autoload": {
"psr-0": {
"Acquia\\Common": ""
Expand Down

0 comments on commit 869c20a

Please sign in to comment.