Skip to content

Commit

Permalink
Merge pull request #6 from snags88/laravel7-update
Browse files Browse the repository at this point in the history
Update support for laravel 7
  • Loading branch information
bkuhl authored Apr 3, 2020
2 parents b896289 + 0b1e45a commit 0f4c209
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ env:
matrix:
- ILLUMINATE_VERSION="^5.8"
- ILLUMINATE_VERSION="^6.0"
- ILLUMINATE_VERSION="^7.0"
# Add other versions here to test against multiple framework versions
global:
- GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/helpscout/helpscout-api-php-laravel.svg?branch=master)](https://travis-ci.org/helpscout/helpscout-api-php-laravel)
[![Maintainability](https://api.codeclimate.com/v1/badges/1ba2a0f530ad657a5ae4/maintainability)](https://codeclimate.com/repos/5c1a626b8f1a3a02c4002349/maintainability)

This package contains a service provider and facade for use with [Laravel](http://laravel.com/) and [Lumen](http://lumen.laravel.com/).
This package contains a service provider and facade for use with [Laravel](http://laravel.com) and [Lumen](http://lumen.laravel.com/).

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": "^7.1",
"helpscout/api": "~2.0",
"illuminate/support": "^5.6|^6.0"
"illuminate/support": "^5.6|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpstan/phpstan": "^0.10.1",
"phpstan/phpstan": "^0.12",
"friendsofphp/php-cs-fixer": "^2.3"
},
"suggest": {
Expand Down

0 comments on commit 0f4c209

Please sign in to comment.