shennyg / azure-blob-remote-volume

This plugin integrates Craft CMS and Microsoft Azure Storage Blob cloud storage service.
MIT License
1 stars 3 forks source link

Outdated fresh install error #8

Closed knynkwl closed 3 years ago

knynkwl commented 3 years ago

Hey getting this error when doing a fresh install.

Composer output: Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- craftcms/azure-blob is locked to version 1.0.0 and an update of this package was not requested.
- You can only install one version of a package, so only one of these can be installed: league/flysystem-azure-blob-storage[0.1.6, 1.0.0].
- shennyg/azure-blob-remote-volume 1.1.1 requires league/flysystem-azure-blob-storage ^0.1.6 -> satisfiable by league/flysystem-azure-blob-storage[0.1.6].
- craftcms/azure-blob 1.0.0 requires league/flysystem-azure-blob-storage ^1.0.0 -> satisfiable by league/flysystem-azure-blob-storage[1.0.0].
- Root composer.json requires shennyg/azure-blob-remote-volume 1.1.1 -> satisfiable by shennyg/azure-blob-remote-volume[1.1.1].

Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
shennyg commented 3 years ago

Hey Kenyon It looks like you are trying to use both craftcms/azure-blob and this plugin. You only need one.