Dockerfiles: remove PHP codenixsv/coingecko-api

Replaced by custom implementation.
This commit is contained in:
2024-06-15 22:02:31 -07:00
parent 1dce605854
commit 55c893e010
3 changed files with 0 additions and 3 deletions

View File

@@ -67,7 +67,6 @@ RUN apt install -y php php-bcmath php-curl php-gmp
USER builder
WORKDIR /usr/local/lib/php
RUN composer require ozdemirburak/json-csv
RUN composer require codenix-sv/coingecko-api
RUN composer require ccxt/ccxt
# "Sunsetted" Coinbase Pro
RUN composer require mocking-magician/coinbase-pro-sdk