{
    "name": "smartling-connector-smartling/api-sdk-php",
    "type": "library",
    "description": "PHP library to communicate with SmartlingAPI",
    "keywords": [
        "smartling",
        "i18n",
        "internationalization",
        "automated translation"
    ],
    "homepage": "https://www.smartling.com",
    "license": "Apache-2.0",
    "authors": [],
    "require": {
        "php": "^7.3 || ^8.0",
        "ext-json": "*",
        "smartling-connector-composer/semver": "3.4.4",
        "smartling-connector-psr/log": "1.1.4",
        "smartling-connector-guzzlehttp/guzzle": "7.15.5"
    },
    "require-dev": {
        "phpunit/phpunit": "~8"
    },
    "autoload": {
        "psr-4": {
            "Smartling\\Vendor\\Smartling\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Smartling\\Tests\\Unit\\": "tests/unit",
            "Smartling\\Tests\\Functional\\": "tests/functional"
        }
    },
    "minimum-stability": "dev",
    "version": "5.0.5"
}