-
Notifications
You must be signed in to change notification settings - Fork 15
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
Could not find package kolovious/meli-socialite #10
Comments
Ok, gracias por reportarlo. Lo voy a solucionar en cuanto tengo un momentito |
Hola! como andas? estoy armando una nueva app y me instalo laravel 7.. GRACIAS ! |
Olá! adicione no composer.json
Enviei um pull request para kolovious/meli-socialite, quando for atualizado não vai mais necessitar dessas configurações no composer.json |
Me gusto el cambio, agregue una nota para aceptar el PR
…On Sat, Jul 4, 2020 at 1:05 PM Wesley Silva ***@***.***> wrote:
Hola! como andas? estoy armando una nueva app y me instalo laravel 7..
por un lado no soporta el paquete laravel 7 y no se como tocarlo a mano
para poderlo hacer funcionar
por otro lado no encuentra el paquete con el nombre tal como dice la
documentacion
GRACIAS !
Olá!
Enquanto não atualiza utilize meu fork já atualizado.
adicione no composer.json
"repositories": [
{
"type":"package",
"package": {
"name": "wesleydeveloper/meli-socialite",
"version":"master",
"source": {
"url": "https://github.com/wesleydeveloper/meli-socialite.git",
"type": "git",
"reference":"development"
}
}
},
{
"type":"package",
"package": {
"name": "mercadolibre/php-sdk",
"version":"master",
"source": {
"url": "https://github.com/mercadolibre/php-sdk.git",
"type": "git",
"reference":"master"
}
}
}
],
"require": {
"laravel/socialite": "^4.4",
"mercadolibre/php-sdk": "master",
"wesleydeveloper/meli-socialite": "master"
},
"autoload": {
"psr-4": {
"Kolovious\MeliSocialite\": "vendor/wesleydeveloper/meli-socialite/src/"
},
"files": [
"vendor/mercadolibre/php-sdk/Meli/meli.php"
]
},
Enviei um pull request para kolovious/meli-socialite, quando for
atualizado não vai mais necessitar dessas configurações no composer.json
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYQB75ACAYTWK5TAKALIWTRZ5HLXANCNFSM4KSY2IUQ>
.
|
@kolovious IMO, si retiras esta linea: Line 33 in 90e1869
puedes hacer que el paquete se instale en cualquier versión de laravel. O, en todo caso, hacer algo como esto: https://getcomposer.org/doc/articles/versions.md#version-range para que así puedas darle soporte a aplicaciones con laravel 6 y 7. Saludos. |
Hola. Con Laravel 6:
Si uso:
Gracias. Saludos
The text was updated successfully, but these errors were encountered: