You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With composer 1.0-dev when I type: composer update after add "fedeisas/laravel-4-js-routes": "1.*" in composer.json, composer return : The requested package fedeisas/laravel-4-js-routes could not be found in any version, there may be a typo in the package name.
But when I type : composer require fedeisas/laravel-js-routes, composer return Using version ^1.6 for fedeisas/laravel-js-routes and the package is correctly add in project.
It may not really be an issue, but I want to report this to you.
The text was updated successfully, but these errors were encountered:
Hello,
thanks for your great job !
With composer 1.0-dev when I type:
composer update
after add"fedeisas/laravel-4-js-routes": "1.*"
in composer.json, composer return :The requested package fedeisas/laravel-4-js-routes could not be found in any version, there may be a typo in the package name.
But when I type :
composer require fedeisas/laravel-js-routes
, composer returnUsing version ^1.6 for fedeisas/laravel-js-routes
and the package is correctly add in project.It may not really be an issue, but I want to report this to you.
The text was updated successfully, but these errors were encountered: