Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoload doesn't work #3

Open
financialplugins opened this issue Nov 13, 2018 · 1 comment
Open

Autoload doesn't work #3

financialplugins opened this issue Nov 13, 2018 · 1 comment

Comments

@financialplugins
Copy link

  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
Copy link

22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@financialplugins @Sebawar2333 and others