Skip to content

Commit

Permalink
Merge pull request #9 from helpscout/sdk-v3
Browse files Browse the repository at this point in the history
Pulling in PHP SDK v3
  • Loading branch information
bkuhl authored May 6, 2020
2 parents 0f4c209 + d1825df commit c94ecae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
env:
matrix:
- ILLUMINATE_VERSION="^5.8"
- ILLUMINATE_VERSION="^6.0"
- ILLUMINATE_VERSION="^7.0"
# Add other versions here to test against multiple framework versions
Expand All @@ -9,14 +8,7 @@ env:

language: php

# Laravel 5 is the only Laravel we support that's compatible with PHP v7.1
jobs:
include:
- php: 7.1
env: ILLUMINATE_VERSION="^5.8"

php:
- 7.2
- 7.3
- 7.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Help Scout Service Provider can be installed via [Composer](http://getcompos
```json
{
"require": {
"helpscout/api-laravel": "~1.0"
"helpscout/api-laravel": "~2.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"source": "https://github.com/helpscout/helpscout-api-php-laravel"
},
"require": {
"php": "^7.1",
"helpscout/api": "~2.0",
"php": "^7.3",
"helpscout/api": "~3.0",
"illuminate/support": "^5.6|^6.0|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit c94ecae

Please sign in to comment.