{
    "name": "osiset/laravel-shopify",
    "description": "Shopify package for Laravel to aide in app development",
    "keywords": [
        "api",
        "laravel",
        "shopify",
        "shopify-api"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Tyler King",
            "email": "tyler@osiset.com"
        }
    ],
    "require": {
        "php": ">=7.2",
        "doctrine/dbal": "~2.5",
        "funeralzone/valueobjects": "^0.5",
        "jenssegers/agent": "^2.6",
        "laravel/framework": "^7.0 || ^8.0",
        "osiset/basic-shopify-api": "^9.0 || ^10.0"
    },
    "require-dev": {
        "ergebnis/composer-normalize": "^2.8",
        "mockery/mockery": "^1.0",
        "orchestra/database": "~3.8 || ~4.0 || ~5.0 || ~6.0",
        "orchestra/testbench": "~3.8 || ~4.0 || ~5.0 || ~6.0",
        "phpunit/phpunit": "~8.0 || ^9.0",
        "squizlabs/php_codesniffer": "^3.0"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "Osiset\\ShopifyApp\\ShopifyAppProvider"
            ]
        }
    },
    "autoload": {
        "psr-4": {
            "Osiset\\ShopifyApp\\": "src/ShopifyApp"
        },
        "files": [
            "src/ShopifyApp/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Osiset\\ShopifyApp\\Test\\": "tests"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-html-cov": "vendor/bin/phpunit --coverage-html ./build/html/",
        "test-no-cov": "vendor/bin/phpunit --no-coverage"
    },
    "support": {
        "issues": "https://github.com/osiset/laravel-shopify/issues",
        "source": "https://github.com/osiset/laravel-shopify"
    }
}
