HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /var/www/html/punjabcabs/vendor/anlutro/l4-settings/composer.json
{
    "name": "anlutro/l4-settings",
    "description": "Persistent settings in Laravel.",
    "license": "MIT",
    "authors": [
        {
            "name": "Andreas Lutro",
            "email": "anlutro@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": ">=4.1 <6.0"
    },
    "suggest": {
        "illuminate/filesystem": "Save settings to a JSON file.",
        "illuminate/database": "Save settings to a database table."
    },
    "require-dev": {
        "mockery/mockery": "0.9.*",
        "illuminate/database": ">=4.1 <6.0",
        "illuminate/filesystem": ">=4.1 <6.0"
    },
    "autoload": {
        "psr-4": {
            "anlutro\\LaravelSettings\\": "src/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}