invisnik/laravel-steam-inventory

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "invisnik/laravel-steam-inventory",
    "description": "Laravel Steam Inventory",
    "keywords": ["steam", "laravel", "inventory", "steam inventory", "steam api"],
    "homepage": "https://github.com/invisnik/laravel-steam-inventory",
    "license": "MIT",
    "authors": [
        {
            "name": "Nikita Brytkov",
            "email": "invis.nik@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.0",
        "illuminate/support": "5.*",
        "illuminate/cache": "5.*",
        "guzzlehttp/guzzle": "^6.2"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.7",
        "orchestra/testbench": "~3.0"
    },
    "autoload": {
        "psr-4": {
            "Invisnik\\LaravelSteamInventory\\": "src"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Invisnik\\LaravelSteamInventory\\ServiceProvider"
            ]
        }
    },
    "minimum-stability": "stable"
}