Skip to content

Commit cc64a7a

Browse files
committed
Merge pull request #132 from intercom/BL/rewrite
2.0.0
2 parents 43a64b5 + 0d10954 commit cc64a7a

File tree

109 files changed

+975
-6494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+975
-6494
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build/
2-
phpunit.xml
32
composer.lock
43
vendor/*
54
*.swp
5+
composer.phar

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: php
2+
php:
3+
- 5.6
4+
install: composer install

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changes
22
=========
3+
2.0.0
4+
5+
- Major rewrite using Guzzle 6
6+
37
1.5.0
48

59
- Adds `created_since` when listing users

0 commit comments

Comments
 (0)