Skip to content
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

composer install problem #383

Open
itcbilisim opened this issue Mar 27, 2024 · 1 comment
Open

composer install problem #383

itcbilisim opened this issue Mar 27, 2024 · 1 comment

Comments

@itcbilisim
Copy link

@jonnott When installed with the composer command, it installs studo/laravel-totem 0.3.0 version. It needs to install the latest version. It would be nice if you could get a hold of this too. I share the output of the command below.

composer require studio/laravel-totem

image

composer require studio/laravel-totem
./composer.json has been updated
Running composer update studio/laravel-totem
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals

  • Locking studio/laravel-totem (v0.3.0)
    Writing lock file
    Installing dependencies from lock file (including require-dev)
    Package operations: 1 install, 0 updates, 0 removals
  • Installing studio/laravel-totem (v0.3.0): Extracting archive
    Generating optimized autoload files
@jonnott
Copy link
Contributor

jonnott commented Mar 27, 2024

@itcbilisim Try ..

composer -W require studio/laravel-totem "^11.0"

The -W will allow it to downgrade carbonphp/carbon-doctrine-types to 2.x rather than 3.x, which will allow laravel-totem 11.x to install in your Laravel 11 project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants