File "composer.json"

Full Path: /home/amervokv/ecomlive.net/wp-content/mu-plugins/vendor/illuminate/contracts/composer.json
File size: 836 bytes
MIME-type: application/json
Charset: utf-8

{
    "name": "illuminate/contracts",
    "description": "The Illuminate Contracts package.",
    "license": "MIT",
    "homepage": "https://laravel.com",
    "support": {
        "issues": "https://github.com/laravel/framework/issues",
        "source": "https://github.com/laravel/framework"
    },
    "authors": [
        {
            "name": "Taylor Otwell",
            "email": "taylor@laravel.com"
        }
    ],
    "require": {
        "php": "^8.0.2",
        "psr/container": "^1.1.1|^2.0.1",
        "psr/simple-cache": "^1.0|^2.0|^3.0"
    },
    "autoload": {
        "psr-4": {
            "Illuminate\\Contracts\\": ""
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "9.x-dev"
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev"
}