-
Notifications
You must be signed in to change notification settings - Fork 224
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
Comments
@itcbilisim Try ..
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. |
@jonnott running above command suggest to downgrade dbal ^3.0 Anything you can suggest? |
What do you need doctrine/dbal for? Laravel itself no longer needs it as of 11.x |
@jonnott Thanks for suggestion. I am sort of novice in Laravel so just read the difference online and thought to trade cautiously. |
@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
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
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
Generating optimized autoload files
The text was updated successfully, but these errors were encountered: