{
    "name": "phpfui/constantcontact",
    "description": "Object Oriented Wrapper for Constant Contact API V3",
    "minimum-stability": "stable",
    "keywords": ["Constant", "Contact", "API", "V3", "Object Oriented", "Object-Oriented"],
    "homepage": "http://www.phpfui.com",
    "license": "MIT",
    "authors": [
        {
        "name": "Bruce Wells",
        "email": "brucekwells@gmail.com"
        }
    ],
    "require": {
        "php": ">=8.0 <8.3",
        "guzzlehttp/guzzle": "^7.3",
        "spatie/guzzle-rate-limiter-middleware": "^2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "<11.0",
       	"gitonomy/gitlib": ">=1.2",
        "phpfui/phpunit-syntax-coverage": "^1.0",
        "roave/security-advisories": "dev-latest",
        "friendsofphp/php-cs-fixer": "^3.0",
        "symfony/yaml": "^5.3",
        "phpstan/phpstan": "^1.8"
    },
    "autoload": {
        "psr-4": {"PHPFUI\\ConstantContact\\": "src/ConstantContact/"}
    },
    "autoload-dev": {
        "psr-4": {"Tests\\": "Tests/", "Tool\\": "Tool/"}
    }
}
