Skip to content

Commit 47a7019

Browse files
author
Joshua Tennies
committed
Version bump and change to composer
1 parent bbb25de commit 47a7019

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REST API used for SCORM Cloud integrations.
44
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: 2.0
7-
- Package version: 1.0.2
7+
- Package version: 1.1.0
88
- Build package: io.swagger.codegen.languages.PhpClientCodegen
99

1010
## Requirements
@@ -14,24 +14,10 @@ PHP 5.4.0 and later
1414
## Installation & Usage
1515
### Composer
1616

17-
To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:
18-
1917
```
20-
{
21-
"repositories": [
22-
{
23-
"type": "git",
24-
"url": "https://github.com/RusticiSoftware/scormcloud-api-v2-client-php.git"
25-
}
26-
],
27-
"require": {
28-
"RusticiSoftware/scormcloud-api-v2-client-php": "*@dev"
29-
}
30-
}
18+
composer require rustici-software/scormcloud-api-v2-client-php
3119
```
3220

33-
Then run `composer install`
34-
3521
### Manual Installation
3622

3723
Download the files and include `autoload.php`:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rustici-software/scormcloud-api-v2-client-php",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "",
55
"keywords": [
66
"scorm",

0 commit comments

Comments
 (0)