Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Cannot install on php:apache with php v8 #1010

Open
mzac opened this issue Dec 1, 2020 · 1 comment
Open

Cannot install on php:apache with php v8 #1010

mzac opened this issue Dec 1, 2020 · 1 comment

Comments

@mzac
Copy link

mzac commented Dec 1, 2020

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.
@tanerkay
Copy link

see #1005

unfortunately it seems this package is abandoned.

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

No branches or pull requests

2 participants