Skip to content

Commit f10f642

Browse files
committed
Updated package name in documentation
1 parent a4f68c5 commit f10f642

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ REDCap is a web application for building and managing online surveys and databas
1818

1919
Developers: [Jim Mullen](https://github.com/mullen2); [Andy Arenson](https://github.com/aarenson), [email protected]
2020

21-
[![Packagist](https://img.shields.io/packagist/v/phpcap/PHPCap.svg)](https://packagist.org/packages/phpcap/phpcap)
21+
[![Packagist](https://img.shields.io/packagist/v/iu-redcap/PHPCap.svg)](https://packagist.org/packages/iu-redcap/phpcap)
2222
[![PHP 5.6+](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg)](https://php.net/)
2323
[![Apache 2 License](https://img.shields.io/packagist/l/phpcap/PHPCap.svg)](https://www.apache.org/licenses/LICENSE-2.0)
2424

docs-md/UserGuide1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Create a directory for your project, and cd to that directory:
5858

5959
If you have [Composer](https://getcomposer.org/) installed, you can get PHPCap using:
6060

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

6363
If you have [Git](https://git-scm.com/) installed, you can use the following:
6464

docs/UserGuide1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3 id="Create a project directory">Create a project directory</h3>
9191
cd phpcap-project</code></pre></div>
9292
<h3 id="Get PHPCap">Get PHPCap</h3>
9393
<p>If you have <a href="https://getcomposer.org/">Composer</a> installed, you can get PHPCap using:</p>
94-
<div class="description"><pre><code>composer require phpcap/phpcap</code></pre></div>
94+
<div class="description"><pre><code>composer require iu-redcap/phpcap</code></pre></div>
9595
<p>If you have <a href="https://git-scm.com/">Git</a> installed, you can use the following:</p>
9696
<div class="description"><pre><code>git clone https://github.com/iuredcap/phpcap </code></pre></div>
9797
<p>If you don't have Composer or Git installed, you can get a Zip file of PHPCap from GitHub by clicking on this link:</p>

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class Version
1414
# This release number should be updated each time a release is made.
1515
# This value will be logged to indicate which version of the
1616
# software is being used.
17-
const RELEASE_NUMBER = "1.0.2";
17+
const RELEASE_NUMBER = "1.0.3";
1818
}

0 commit comments

Comments
 (0)