You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
When building against the docker container php:apache which is now running php 8, I get the following errors:
Running composer update microsoft/windowsazure
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- microsoft/windowsazure[v0.5.0, ..., v0.5.7] require zendframework/zend-mime ^2.6 -> satisfiable by zendframework/zend-mime[2.6.0, ..., 2.7.2].
- zendframework/zend-mime[2.6.0, ..., 2.6.1] require php ^5.5 || ^7.0 -> your php version (8.0.0) does not satisfy that requirement.
- zendframework/zend-mime[2.7.0, ..., 2.7.2] require php ^5.6 || ^7.0 -> your php version (8.0.0) does not satisfy that requirement.
- Root composer.json requires microsoft/windowsazure ^0.5 -> satisfiable by microsoft/windowsazure[v0.5.0, ..., v0.5.7].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
As a workaround, I will be using the php:7.4-apache image
Also, there are still warnings about outdated packages:
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package microsoft/azure-storage is abandoned, you should avoid using it. Use microsoft/azure-storage-blob;microsoft/azure-storage-queue;microsoft/azure-storage-table;microsoft/azure-storage-file instead.
Package zendframework/zend-loader is abandoned, you should avoid using it. Use laminas/laminas-loader instead.
Package zendframework/zend-mail is abandoned, you should avoid using it. Use laminas/laminas-mail instead.
Package zendframework/zend-mime is abandoned, you should avoid using it. Use laminas/laminas-mime instead.
Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead.
Package zendframework/zend-validator is abandoned, you should avoid using it. Use laminas/laminas-validator instead.
The text was updated successfully, but these errors were encountered:
When building against the docker container php:apache which is now running php 8, I get the following errors:
As a workaround, I will be using the php:7.4-apache image
Also, there are still warnings about outdated packages:
The text was updated successfully, but these errors were encountered: