ryanwinchester/hubspot-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "hubspot/hubspot-php",
    "version": "5.2.0",
    "description": "HubSpot PHP API client",
    "keywords": [ "hubspot", "api" ],
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Ryan Winchester",
            "email": "fungku@gmail.com",
            "homepage": "http://ryanwinchester.ca"
        }
    ],
    "require": {
        "php": ">=7.3",
        "ext-json": "*",
        "guzzlehttp/guzzle": "^7.3",
        "psr/http-message": "^1.1"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.4",
        "phpunit/phpunit": "^9.5",
        "phpspec/phpspec": "^7.1"
    },
    "autoload": {
        "psr-4": {
            "SevenShores\\Hubspot\\": "src/"
        },
        "files": [ "src/helpers.php" ]
    },
    "autoload-dev": {
        "psr-4": {
          "SevenShores\\Hubspot\\Tests\\": "tests/"
        }
    },
    "minimum-stability": "stable"
}