Skip to content

Commit

Permalink
Merge pull request #20 from creacoon/laravel-8
Browse files Browse the repository at this point in the history
Added laravel 8 compatibility
  • Loading branch information
darkin1 authored May 19, 2021
2 parents 81768c6 + e2a7ddb commit 512ce40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Intercom
[![StyleCI](https://styleci.io/repos/54785593/shield?branch=master)](https://styleci.io/repos/54785593)
[![Build Status](https://travis-ci.org/darkin1/intercom.svg?branch=master)](https://travis-ci.org/darkin1/intercom)

Wrapper on the Intercom class provided by Intercom - with support for Laravel 5.x, 6.x, 7.x
Wrapper on the Intercom class provided by Intercom - with support for Laravel 5.x, 6.x, 7.x, 8.x

Installation
------------
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"email": "dciesielski87@gmail.com"
}],
"require": {
"php": ">= 7.1",
"php": ">= 7.3",
"intercom/intercom-php": "^4.0",
"illuminate/support": "^5.8|^6.0|^7.0",
"php-http/guzzle6-adapter": "^2.0"
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"guzzlehttp/psr7": "^1.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 512ce40

Please sign in to comment.