From bf0ecc7129f42b1e1a95cc480b0e8e9346b230be Mon Sep 17 00:00:00 2001 From: SpringImport Date: Wed, 3 May 2017 09:25:37 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23ee188..40570e3 100755 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ [Composer](https://getcomposer.org/) is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the Constant Contact PHP SDK through composer, you must add "constantcontact/constantcontact" as a dependency in your project's composer.json file. ```javascript { - "require": { - "constantcontact/constantcontact": "2.1.*" - } + "require": { + "constantcontact/constantcontact": "2.1.*" } +} ``` ### Manual Installation From 281dbfa587866d88dd8268bd99cd218f04c082c9 Mon Sep 17 00:00:00 2001 From: SpringImport Date: Wed, 3 May 2017 09:27:56 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40570e3..b683331 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Installing via Composer (recommended) [Composer](https://getcomposer.org/) is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the Constant Contact PHP SDK through composer, you must add "constantcontact/constantcontact" as a dependency in your project's composer.json file. ```javascript - { +{ "require": { "constantcontact/constantcontact": "2.1.*" }