Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 4e4793a

Browse files
authored
Merge pull request #81 from hellosign/Signer-Groups
Additional features and CR Changes
2 parents a91d8c1 + a25b922 commit 4e4793a

30 files changed

+2102
-479
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22
php:
3-
- 5.5
4-
- 7.0
3+
- 7.1
54
before_install:
65
- cp phpunit.xml.sample phpunit.xml
76
- composer install

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the official PHP SDK for HelloSign's API. [View API Documentation and E
66

77
### Requirements
88

9-
The latest version of the SDK requires PHP version 5.5 or higher.
9+
The latest version of the SDK requires PHP version 7.1 or higher.
1010

1111
You can import this SDK into your library two ways, either through including the base HelloSign.php file into your
1212
project or using [Composer](https://getcomposer.org/doc/00-intro.md).
@@ -241,6 +241,7 @@ In order to pass the unit tests, you will need:
241241
3. A HelloSign subscription (to create a team)
242242
4. A HelloSign API subscription (to access paid API endpoints)
243243
5. A template with 1 signer role named 'Signer'
244+
6. A Team with 1 additional team member
244245
245246
*** WARNING: these tests will add and remove users from your team. Use with caution.
246247

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"psr-0": { "HelloSign\\": "library/" }
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "4.0.*"
17+
"phpunit/phpunit": "7.3.*"
1818
},
1919
"require": {
2020
"guzzlehttp/guzzle": "^6.2"

0 commit comments

Comments
 (0)