nWidart / laravel-menus

Laravel Menu Management
MIT License
167 stars 105 forks source link

Testing in Laravel 5.5-dev #10

Closed drjoju closed 7 years ago

drjoju commented 7 years ago

Hi,

I suppose is a silly question, but how can I test the package in Laravel 5.5-dev.

I try "nwidart/laravel-menus": "dev-master" or "nwidart/laravel-menus": "@dev"

But always says me:

` Your requirements could not be resolved to an installable set of packages.

Problem 1

` Thanks and best regards

nWidart commented 7 years ago

Hi,

There isn't a 5.5 compatabible version just yet. Will happen soon.

In the future please use the issue tracker for questions and issue. :)

Kind regards,


Nicolas Widart @NicolasWidart https://twitter.com/nicolaswidart

On 29 Aug 2017, at 14:26, Jose Juan Calvo notifications@github.com wrote:

Hi,

I suppose is a silly question, but how can I test the package in Laravel 5.5-dev.

I try "nwidart/laravel-menus": "dev-master" or "nwidart/laravel-menus": "@dev https://github.com/dev"

But always says me:

` Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for nwidart/laravel-menus dev-master -> satisfiable by nwidart/laravel-menus[dev-master].
  • Conclusion: remove laravel/framework 5.5.x-dev
  • nwidart/laravel-menus dev-master requires illuminate/view 5.4.* -> satisfiable by illuminate/view[5.4.x-dev, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.9].
  • don't install illuminate/view 5.4.x-dev|don't install laravel/framework 5.5.x-dev
  • don't install illuminate/view v5.4.0|don't install laravel/framework 5.5.x-dev
  • don't install illuminate/view v5.4.13|don't install laravel/framework 5.5.x-dev
  • don't install illuminate/view v5.4.17|don't install laravel/framework 5.5.x-dev
  • don't install illuminate/view v5.4.19|don't install laravel/framework 5.5.x-dev
  • don't install illuminate/view v5.4.27|don't install laravel/framework 5.5.x-dev
  • don't install illuminate/view v5.4.9|don't install laravel/framework 5.5.x-dev
  • Installation request for laravel/framework 5.5.* -> satisfiable by laravel/framework[5.5.x-dev].

` Thanks and best regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nWidart/laravel-menus/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AA123RuVnvZUrj-vfxTyEmZFqvNAjTOHks5sdANxgaJpZM4PF16-.

drjoju commented 7 years ago

Hi nWidart,

One more question and one suggestion.

Sorry for my ignorance but where is the issue tracker? I only see Issues in a tab and Issues at the top.

The suggestion is, why don't you make the master-dev open so we can download for testing in newer versions of the Laravel framework?

Thanks and best regards

nWidart commented 7 years ago

Here: https://github.com/nWidart/laravel-modules/issues https://github.com/nWidart/laravel-modules/issues


Nicolas Widart @NicolasWidart https://twitter.com/nicolaswidart

On 29 Aug 2017, at 17:27, Jose Juan Calvo notifications@github.com wrote:

Hi nWidart,

One more question and one suggestion.

Sorry for my ignorance but where is the issue tracker? I only see Issues in a tab and Issues at the top.

The suggestion is, why don't you make the master-dev open so we can download for testing in newer versions of the Laravel framework?

Thanks and best regards

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nWidart/laravel-menus/issues/10#issuecomment-325700505, or mute the thread https://github.com/notifications/unsubscribe-auth/AA123dwUdE-ez6rxiMb1OeszDRWgoa52ks5sdC3FgaJpZM4PF16-.

nWidart commented 7 years ago

5.5 support has been tagged as 1.0.0.

Laravel 5.4 is on the 0.x tags only.