Skip to content

Commit 98e986f

Browse files
author
dustin.moore
committed
Update Composer.json
Updated composer.json, credits and changelog.
1 parent ec111ef commit 98e986f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
##1.4.2 - 2018-02-26
6+
### Added
7+
- Code based config based on the changes written by @stevechilds
8+
59
## 1.4.1 - 2018-01-19
610
### Changed
711
- Fixed parameter names for Product Fees Estimates

CREDITS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
The phpAmazonMWS library was designed and written by Thomas Hernandez (peardian at gmail) for the CPI Group.
2+
This library was updated to include the code based config into the latest version by Dustin Moore (dmoore8883 at gmail) for Warhead.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cpigroup/php-amazon-mws",
2+
"name": "dmoore8883/php-amazon-mws",
33
"type": "library",
44
"description": "An open-source library to connect to Amazon's MWS web services in an object-oriented manner, with a focus on intuitive usage.",
55
"license": "Apache-2.0",

0 commit comments

Comments
 (0)