-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Our developer asked us to install PHP Code in our site to get the DeepL translations working using the API.
We were able to initiate the install. However, it failed with this error: Failed to retrieve data for the package 'psr/http-client-implementation': Composer could not detect the root package (deeplcom/deepl-php) version, defaulting to '1.0.0'
For background, we downloaded the composer.json from here: deepl-php/composer.json at main · DeepLcom/deepl-php · GitHub.
Put that on our server.
Ran the process to scan the composer.json using the Plesk tools. It was able to update the packages for psr/log, psr/http-client, and php-http/discovery and then failed on the Package "psr/http-client-implementation".
Can you help us get this working?
Thanks, Ruth