PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Dariusz   Intercom PHP Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Intercom PHP Class
Wrapper to access the Intercom API
Author: By
Last change: Added laravel 8 compatibility and minimum PHP to 7.3 since 7.1 and 7.2 are not maintained.
Composer description update
Update composer.json
Support for Laravel 6.x
Bump "intercom/intercom-php" to 4.0.2

"intercom/intercom-php" now has virtual package
dependency "php-http/client-implementation". Use
concrete package "php-http/guzzle6-adapter"
to fulfill this requirement since Laravel 5.8+
has "guzzlehttp/guzzle" as at least a suggested
dependency.
Fix deferrable provider in Laravel 5.8+

Laravel has dropped `$defer = true` in
favour of service providers implementing
a DeferrableProvider contract.
Date: 8 months ago
Size: 721 bytes
 

Contents

Class file image Download
{ "name": "darkin1/intercom", "description": "Wrapper on the Intercom class provided by Intercom - with support for Laravel 5.x, 6.x, 7.x", "keywords": ["laravel", "intercom", "intercom.io", "api", "guzzle"], "license": "MIT", "authors": [{ "name": "Dariusz Ciesielski", "email": "dciesielski87@gmail.com" }], "require": { "php": ">= 7.3", "intercom/intercom-php": "^4.0", "illuminate/support": "^5.8|^6.0|^7.0|^8.0", "guzzlehttp/psr7": "^1.7.0" }, "autoload": { "psr-4": { "Darkin1\\Intercom\\": "src/" } }, "extra": { "laravel": { "providers": [ "Darkin1\\Intercom\\IntercomServiceProvider" ] } }, "minimum-stability": "dev" }