| 123456789101112131415 |
- {
- "name": "vendor_name/package_name",
- "description": "description_text",
- "minimum-stability": "stable",
- "license": "proprietary",
- "authors": [
- {
- "name": "author's name",
- "email": "email@example.com"
- }
- ],
- "require": {
- "vlucas/phpdotenv": "3.3.x-dev"
- }
- }
|