{
    "name": "fazland/fatture-in-cloud-sdk",
    "description": "PHP SDK for FattureinCloud.it APIs",
    "type": "library",
    "require": {
        "php": ">=7.4",
        "ext-json": "*",
        "giggsey/libphonenumber-for-php": "^8.10",
        "php-http/discovery": "^1.4",
        "php-http/message": "^1.7",
        "php-http/message-factory": "^1.0",
        "psr/cache-implementation": "^1.0",
        "psr/http-client-implementation": "^1.0",
        "psr/http-message-implementation": "^1.0",
        "psr/log": "^1.0",
        "moneyphp/money": "^3.1"
    },
    "require-dev": {
        "cache/void-adapter": "^1.0",
        "friendsofphp/php-cs-fixer": "^2.14",
        "monolog/monolog": "^1.24",
        "php-http/guzzle6-adapter": "^2.0",
        "phpspec/prophecy-phpunit": "^2.0",
        "phpunit/phpunit": "^9.0",
        "symfony/cache": "^4.1|^5.0"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Fazland Team",
            "email": "devs@fazland.com"
        }
    ],
    "minimum-stability": "stable",
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "Fazland\\FattureInCloud\\": "lib/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Fazland\\FattureInCloud\\Tests\\": "tests/"
        }
    }
}
