{ "authors": [ { "name": "Gwyneth Llewelyn", "email": "gwyneth.llewelyn@gwynethllewelyn.net", "homepage": "https://gwynethllewelyn.net", "role": "Developer" } ], "name": "gwynethllewelyn/deepl-test", "description": "Testing DeepL API", "version": "v0.0.1", "type": "project", "keywords": [ "DeepL", "translation" ], "homepage": "https://git.gwynethllewelyn.net/GwynethLlewelyn/deepl-test", "readme": "README.md", "license": "MIT", "require": { "monolog/monolog": "2.*", "symfony/http-client": "^6.3", "nyholm/psr7": "^1.8", "deeplcom/deepl-php": "^1.5" }, "autoload": { "psr-4": { "Acme\\": "src/" } }, "config": { "allow-plugins": { "php-http/discovery": true } } }