CoinPaymentsNet / coinpayments-php

MIT License
54 stars 30 forks source link

Autoload doesn't work #3

Open financialplugins opened 6 years ago

financialplugins commented 6 years ago
  1. The latest version on packagist is not up-to-date (missing autoload section in composer.json).
  2. Even if I install current version with "composer require coinpaymentsnet/coinpayments-php" and then add "classmap": ["/src"] to vendor/coinpaymentsnet/coinpayments-php/composer.json classes are still not auto loaded by composer.

As a workaround I just added this to the root composer.json:

"classmap": [
  "vendor/coinpaymentsnet/coinpayments-php/src"
]
Sebawar2333 commented 5 years ago

22