markheramis / laravel-restful-api

An exploration focus project with Laravel 10
https://gitlab.com/mark-heramis/laravel-restful-api
MIT License
4 stars 3 forks source link

On Docker Installation #47

Closed mecmec98 closed 8 months ago

mecmec98 commented 9 months ago
  Problem 1
    - Root composer.json requires spatie/laravel-backup dev-main -> satisfiable by spatie/laravel-backup[dev-main].
    - laravel/telescope dev-master requires laravel/framework ^8.37|^9.0|^10.0|^11.0 -> satisfiable by laravel/framework[v9.3.0, ..., v9.52.16].
    - Only one of these can be installed: illuminate/notifications[v10.10.0, ..., v10.45.1], laravel/framework[v9.3.0, ..., v9.52.16]. laravel/framework replaces illuminate/notifications and thus cannot coexist with it.
    - laravel/telescope 5.x-dev is an alias of laravel/telescope dev-master and thus requires it to be installed too.
    - spatie/laravel-backup dev-main requires illuminate/notifications ^10.10.0|^11.0 -> satisfiable by illuminate/notifications[v10.10.0, ..., v10.45.1].
    - Root composer.json requires laravel/telescope 5.x-dev -> satisfiable by laravel/telescope[5.x-dev (alias of dev-master)].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
markheramis commented 9 months ago

what command is this?

is it the composer install or the docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer update?

mecmec98 commented 9 months ago

command I did

docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer update
markheramis commented 8 months ago

I cannot confirm this problem on my end.

docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer update

seems to be able to install everything just fine on my end.

maybe you pull the latest updates and try this again and see what happens.