Skip to content

Commit 5b14860

Browse files
committed
Merge pull request #59 from intercom/jo/beta-5-packagist
update composer
2 parents e2e937f + 5a63032 commit 5b14860

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
# intercom-php
22

3-
Beta PHP bindings for the Intercom API (https://api.intercom.io).
3+
PHP bindings for the Intercom API (https://api.intercom.io).
44

55
[API Documentation](https://api.intercom.io/docs)
66

77
[![Build Status](https://circleci.com/gh/intercom/intercom-php/tree/master.png)](https://circleci.com/gh/intercom/intercom-php/tree/master)
88

99
## Installation
1010

11-
The API client can be installed via [Composer](https://github.com/composer/composer). When a final public release is available it will be added to the [Packagist](https://packagist.org/) repository. For now you'll have to add the following to a composer.json file in the project root:
11+
The API client can be installed via [Composer](https://github.com/composer/composer).
12+
13+
In your composer.json file:
1214

1315
```js
1416
{
15-
"repositories": [
16-
{
17-
"type": "vcs",
18-
"url": "https://github.com/intercom/intercom-php"
19-
}
20-
],
2117
"require": {
22-
"intercom/intercom-api-client": "dev-master"
18+
"intercom/intercom-php": "1.0.0-b5"
2319
}
2420
}
2521
```
2622

27-
Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to updated to the latest version of the API client, which is linked to the `master` branch.
23+
Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to update to the latest version of the API client.
2824

2925
The client uses [Guzzle](http://guzzle3.readthedocs.org).
3026

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "intercom/intercom-api-client",
2+
"name": "intercom/intercom-php",
33
"description": "Intercom API client built on top of Guzzle 3",
44
"keywords": ["intercom", "intercom.io", "api", "guzzle"],
5-
"license": "MIT",
5+
"license": "Apache Version 2",
66
"authors": [
77
{
88
"name": "Intercom Platform Team",

0 commit comments

Comments
 (0)