Closed krychu90 closed 5 years ago
Yeah, someone posted that already somewhere here (can't find it right now).
Strange thing is: Packagist shows the branch as expected... See https://packagist.org/packages/andywer/js-localization
I did some research.
Command:
composer show andywer/js-localization
returns the result:
versions : * dev-laravel-5
but command:
composer show -a andywer/js-localization
returns the result:
versions : dev-develop, dev-laravel-5.8, dev-laravel-5, dev-laravel-4.2, dev-laravel-4.1, dev-laravel-4.0, dev-exportcmd
After that composer update worked with dev-laravel-5.8
I dont know why, maybe some cache has been cleared :)
Cool! So it's safe to close the issue now?
I think it's safe.
Composer can't install package for laravel 5.8 (dev-laravel-5.8). Error:
dev-laravel-5 is working.