Laravel-Backpack / PermissionManager

Admin interface for managing users, roles, permissions, using Backpack CRUD
http://backpackforlaravel.com
Other
516 stars 166 forks source link

6.0.14 #298

Closed blondie63 closed 2 years ago

blondie63 commented 2 years ago

Is this version released? Because on my prj i've 6.0.13 and "composer update" don't upgrade it..

welcome[bot] commented 2 years ago

Hello there! Thanks for opening your first issue on this repo!

Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that.

Backpack communication mediums:

Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.

Thank you!

-- Justin Case The Backpack Robot

pxpm commented 2 years ago

Yes, 6.0.14 is tagged.

Strange, I could update to it. Don't you have a manual constraint in your composer.json ?

image

blondie63 commented 2 years ago

my composer.json "require": { "php": "^7.3|^8.1", "backpack/crud": "^5.0.0", "backpack/filemanager": "^2.0", "backpack/logmanager": "^4.0", "backpack/permissionmanager": "^6.0.13", "backpack/pro": "^1.0", "backpack/settings": "^3.0.15", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^9.0", "laravel/sanctum": "^2.11", "laravel/tinker": "^2.5", "spatie/laravel-translatable": "^5.2.0" },

running "composer show backpack/permissionmanager" i've same your output, so i think 6.0.14 is installed also if composer.json have 6.0.13, right ?

pxpm commented 2 years ago

You are not constraining to 6.0.13, you are constraining to 6.0.13++ . Yes, you have 6.0.14 then. 👍

Going to close this.

Cheers