From f10f642f344dd0095ceb50398751aa615fda3b6f Mon Sep 17 00:00:00 2001 From: Jim Mullen Date: Tue, 1 Oct 2019 08:13:12 -0400 Subject: [PATCH] Updated package name in documentation --- README.md | 2 +- docs-md/UserGuide1.md | 2 +- docs/UserGuide1.html | 2 +- src/Version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99220e1..32d111e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ REDCap is a web application for building and managing online surveys and databas Developers: [Jim Mullen](https://github.com/mullen2); [Andy Arenson](https://github.com/aarenson), aarenson@iu.edu -[![Packagist](https://img.shields.io/packagist/v/phpcap/PHPCap.svg)](https://packagist.org/packages/phpcap/phpcap) +[![Packagist](https://img.shields.io/packagist/v/iu-redcap/PHPCap.svg)](https://packagist.org/packages/iu-redcap/phpcap) [![PHP 5.6+](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg)](https://php.net/) [![Apache 2 License](https://img.shields.io/packagist/l/phpcap/PHPCap.svg)](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/docs-md/UserGuide1.md b/docs-md/UserGuide1.md index bbe4c06..50d8a64 100644 --- a/docs-md/UserGuide1.md +++ b/docs-md/UserGuide1.md @@ -58,7 +58,7 @@ Create a directory for your project, and cd to that directory: If you have [Composer](https://getcomposer.org/) installed, you can get PHPCap using: - composer require phpcap/phpcap + composer require iu-redcap/phpcap If you have [Git](https://git-scm.com/) installed, you can use the following: diff --git a/docs/UserGuide1.html b/docs/UserGuide1.html index 5968cc7..bc9a468 100644 --- a/docs/UserGuide1.html +++ b/docs/UserGuide1.html @@ -91,7 +91,7 @@

Create a project directory

cd phpcap-project

Get PHPCap

If you have Composer installed, you can get PHPCap using:

-
composer require phpcap/phpcap
+
composer require iu-redcap/phpcap

If you have Git installed, you can use the following:

git clone https://github.com/iuredcap/phpcap 

If you don't have Composer or Git installed, you can get a Zip file of PHPCap from GitHub by clicking on this link:

diff --git a/src/Version.php b/src/Version.php index b7c0574..0644001 100644 --- a/src/Version.php +++ b/src/Version.php @@ -14,5 +14,5 @@ class Version # This release number should be updated each time a release is made. # This value will be logged to indicate which version of the # software is being used. - const RELEASE_NUMBER = "1.0.2"; + const RELEASE_NUMBER = "1.0.3"; }