DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
710 stars 205 forks source link

Ubuntu 20.04 composer install fail #298

Closed sirchuck closed 2 years ago

sirchuck commented 2 years ago

Is there a new name for the package requirement I should use, v2:^4.4 isn't working on Ubuntu 20.04?

composer require "toin0u/digitalocean-v2:^4.4" RESPONSE____ Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json and ./composer.lock to their original content.


Also, if it helps anyone who tries to copy-paste the code after 20 hours of programming, make sure you take out the dollar sign before the composer require statements. :D

GrahamCampbell commented 2 years ago

There is no v4.4.0 tag yet, sorry. Please use the instructions from the 4.3 branch for now.