We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
Good Night
I'm having the following problem:
One of the repositories is not being mapped the present classes
Composer.json created a file with the following content
{ "repositories": [ { "type": "package", "package": { "name": "moiplabs/moip-php", "version": "master", "source": { "type": "git", "url": "https://github.com/moiplabs/moip-php.git", "reference": "master" }, "autoload": { "classmap": ["lib"] } } } ], "require": { "moiplabs/moip-php": "dev-master" } }
Saved and run the following command in the terminal
composer clear-cache update && composer
In
/vendor/composer/installed.json
We have
[ { "name": "moiplabs/moip-php", "version": "master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/moiplabs/moip-php.git", "reference": "master" }, "type": "library", "installation-source": "source", "autoload": { "classmap": [ "lib" ] } } ]
Where we see that we have been mapped classes that library
{ "repositories": [ { "type": "package", "package": { "name": "braspag/braspagapiphpsdk", "version": "master", "source": { "url": "https://github.com/Braspag/BraspagApiPhpSdk.git", "type": "git", "reference": "master", "autoload": { "classmap": [ "Models", "BraspagApiIncludes.php" ] } } } } ], "require": { "braspag/braspagapiphpsdk": "dev-master" } }
we have
[ { "name": "braspag/braspagapiphpsdk", "version": "master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/Braspag/BraspagApiPhpSdk.git", "reference": "master" }, "type": "library", "installation-source": "source" } ]
Where we see that NOT been mapped classes that library
Thus I can not call the same
Can anyone help me?
Ola
Boa Noite
Estou tendo o seguinte problema:
Um dos repositórios não está sendo mapeada as classes presente
Criei um arquivo composer.json com o seguinte conteúdo
Salvei e execute o seguinte comando no terminal
composer clear-cache && composer update
Em
Temos
Onde vemos que foi mapeado as classes dessa biblioteca
Onde vemos que NÂO foi mapeado as classes dessa biblioteca
Dessa forma não consigo chamar as mesmas
Alguém pode me ajudar ?
The text was updated successfully, but these errors were encountered:
In scenario number 2: "autoload" should not be part of "source".
Compare your package definition of scenario 1 and scenario 2 and you will find the difference.
Sorry, something went wrong.
No branches or pull requests
en_US
Hello
Good Night
I'm having the following problem:
One of the repositories is not being mapped the present classes
Composer.json created a file with the following content
Saved and run the following command in the terminal
In
We have
Where we see that we have been mapped classes that library
Composer.json created a file with the following content
Saved and run the following command in the terminal
In
we have
Where we see that NOT been mapped classes that library
Thus I can not call the same
Can anyone help me?
pt_BR
Ola
Boa Noite
Estou tendo o seguinte problema:
Um dos repositórios não está sendo mapeada as classes presente
Criei um arquivo composer.json com o seguinte conteúdo
Salvei e execute o seguinte comando no terminal
Em
Temos
Onde vemos que foi mapeado as classes dessa biblioteca
Criei um arquivo composer.json com o seguinte conteúdo
Salvei e execute o seguinte comando no terminal
Em
Temos
Onde vemos que NÂO foi mapeado as classes dessa biblioteca
Dessa forma não consigo chamar as mesmas
Alguém pode me ajudar ?
The text was updated successfully, but these errors were encountered: