HEX
Server: Apache
System: Linux webm013.cluster123.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/anestetues2/vendor/oscarotero/env/composer.json
{
    "name": "oscarotero/env",
    "type": "library",
    "description": "Simple library to consume environment variables",
    "keywords": ["env"],
    "homepage": "https://github.com/oscarotero/env",
    "license": "MIT",
    "authors": [
        {
            "name": "Oscar Otero",
            "email": "oom@oscarotero.com",
            "homepage": "http://oscarotero.com",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "oom@oscarotero.com",
        "issues": "https://github.com/oscarotero/env/issues"
    },
    "require": {
        "php": ">=7.1",
        "ext-ctype": "*"
    },
    "autoload": {
        "psr-4": {
            "Env\\": "src/"
        },
        "files": [
            "src/env_function.php"
        ]
    },
    "require-dev": {
        "phpunit/phpunit": ">=7.0",
        "friendsofphp/php-cs-fixer": "^2.16"
    },
    "scripts": {
        "test": "phpunit"
    }
}