Skip to content

Commit e2a7ddb

Browse files
committed
Added laravel 8 compatibility and minimum PHP to 7.3 since 7.1 and 7.2 are not maintained.
1 parent 81768c6 commit e2a7ddb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Intercom
55
[![StyleCI](https://styleci.io/repos/54785593/shield?branch=master)](https://styleci.io/repos/54785593)
66
[![Build Status](https://travis-ci.org/darkin1/intercom.svg?branch=master)](https://travis-ci.org/darkin1/intercom)
77

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

1010
Installation
1111
------------

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"email": "[email protected]"
99
}],
1010
"require": {
11-
"php": ">= 7.1",
11+
"php": ">= 7.3",
1212
"intercom/intercom-php": "^4.0",
13-
"illuminate/support": "^5.8|^6.0|^7.0",
14-
"php-http/guzzle6-adapter": "^2.0"
13+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
14+
"guzzlehttp/psr7": "^1.7.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)