123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "smusatov/unione",
- "type": "library",
- "description": "API UniOne",
- "keywords": [
- "php",
- "api",
- "client",
- "email",
- "mail",
- "email service",
- "mail service",
- "unione",
- "unione.ru",
- "unione.io"
- ],
- "license": "MIT",
- "authors": [
- {
- "name": "S.Musatov",
- "email": "akapulse@yandex.ru",
- "homepage": "https://gitlab.com/SMusatov",
- "role": "developer"
- }
- ],
- "support": {
- "email": "akapulse@yandex.ru",
- "issues": "https://gitlab.com/SMusatov/UniOne/-/issues"
- },
- "config": {
- "optimize-autoloader": true,
- "sort-packages": true
- },
- "require": {
- "php": ">=7.4",
- "ext-json": "*",
- "ext-mbstring": "*",
- "guzzlehttp/guzzle": "^7.3"
- },
- "autoload": {
- "psr-4": {
- "SMusatov\\UniOne\\": "src/"
- }
- }
- }
|