From 3ea590282c658c49b8eefd8c19496681bd8f2989 Mon Sep 17 00:00:00 2001 From: Marc Mazer Date: Fri, 16 Feb 2018 13:34:37 -0500 Subject: [PATCH] Update README and composer manifest --- README.md | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6643f90b..58aa8352 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +This is a fork of tpyo’s php class for Amazon's s3 API + # Amazon S3 PHP Class ## Usage diff --git a/composer.json b/composer.json index 4c55bc10..852cb76c 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "tpyo/amazon-s3-php-class", + "name": "freshbooks/amazon-s3-php-class", "description": "A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.", "type": "library", - "homepage": "https://github.com/tpyo/amazon-s3-php-class", + "homepage": "https://github.com/freshbooks/amazon-s3-php-class", "license": "BSD-2-Clause", "authors": [ {