| 123456789101112131415161718192021222324 |
- {
- "name": "michel/dotenv",
- "description": "PHP-DotEnv is a lightweight PHP library designed to simplify the management of environment variables in your PHP applications.",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "F. Michel"
- }
- ],
- "autoload": {
- "psr-4": {
- "Michel\\Env\\": "src",
- "Test\\Michel\\Env\\": "tests"
- }
- },
- "require": {
- "php": ">=7.4"
- },
- "minimum-stability": "alpha",
- "require-dev": {
- "michel/unitester": "^1.0.0"
- }
- }
|