Skip to content
Snippets Groups Projects
composer.json 1.01 KiB
Newer Older
Ilya Sleptsov's avatar
Ilya Sleptsov committed
{
    "description": "PIM",
    "keywords": [
        "openapitools",
        "openapi-generator",
        "openapi",
        "php",
        "sdk",
        "rest",
        "api"
    ],
    "homepage": "https://openapi-generator.tech",
    "license": "MIT",
    "authors": [
        {
            "name": "OpenAPI-Generator contributors",
            "homepage": "https://openapi-generator.tech"
        }
    ],
    "require": {
        "php": "^7.1 || ^8.0",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "guzzlehttp/guzzle": "^6.2 || ^7.0",
        "symfony/http-foundation": "^5.0 || ^6.0",
        "guzzlehttp/psr7": "^1.6.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.4 || ^8.0 || ^9.0",
        "friendsofphp/php-cs-fixer": "^2.12"
    },
    "autoload": {
        "psr-4": {
            "Ensi\\PimClient\\": "lib/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Ensi\\PimClient\\Test\\": "test/"
        }
    },
    "name": "ensi/pim-client"
}