Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Update PHPUnit version, copyright, and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Galbraith committed Jan 12, 2015
1 parent 7af1fbc commit 354e545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
# Constant Contact PHP SDK
[![Build Status](https://secure.travis-ci.org/constantcontact/php-sdk.png?branch=master)](http://travis-ci.org/constantcontact/php-sdk)

## Installation
### This library utilizes [GuzzlePHP](https://guzzlephp.org)

### Installing via Composer (recommended)
## Installing via Composer (recommended)
Composer 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 do the following

1. Add "constantcontact/constantcontact" as a dependency in your project's composer.json file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
"guzzlehttp/guzzle": "5.1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "4.4.1"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion license.txt
@@ -1,6 +1,6 @@
MIT License

Copyright (c) <2013> <Constant Contact WebServices> <webservices@constantcontact.com>
Copyright (c) <2013 - 2015> <Constant Contact> <webservices@constantcontact.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 354e545

Please sign in to comment.