👉 Run our Container based provisioning and document the settings and context that trigger the alleged bug.
*️⃣ Make sure to test the bug in the Docker infra, let us know whatever the bug happens (or not) there.
Debian 11
PHP8.0.16
Apache
MariaDB
No Docker system
▶ Reproduction steps
curl -f -SOJL \
-H "License: $LICENSE" \
"https://chevereto.com/api/download/4-lite" \
&& unzip chevereto*.zip \
&& cd app \
&& composer install \
😢 Unexpected result
I need to delete the App/composer.lock file. After that you could use composer install
However, I now get the message ERR_TOO_MANY_REDIRECTS when I open the pape.
📃 Error log message
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- facebook/graph-sdk is locked to version 5.7.0 and an update of this package was not requested.
- facebook/graph-sdk 5.7.0 requires php ^5.4|^7.0 -> your php version (8.0.16) does not satisfy that requirement.
Problem 2
- symfony/console is locked to version v4.2.12 and an update of this package was not requested.
- symfony/console v4.2.12 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
Problem 3
- symfony/contracts is locked to version v1.1.3 and an update of this package was not requested.
- symfony/contracts v1.1.3 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
Problem 4
- symfony/translation is locked to version v4.3.3 and an update of this package was not requested.
- symfony/translation v4.3.3 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
Problem 5
- symfony/console v4.2.12 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
- doctrine/orm 2.11.1 requires symfony/console ^3.0 || ^4.0 || ^5.0 || ^6.0 -> satisfiable by symfony/console[v4.2.12].
- doctrine/orm is locked to version 2.11.1 and an update of this package was not requested.
*️⃣ Make sure to test the bug in the Docker infra, let us know whatever the bug happens (or not) there.
Debian 11
PHP8.0.16
Apache
MariaDB
No Docker system
▶ Reproduction steps
curl -f -SOJL \
-H "License: $LICENSE" \
"https://chevereto.com/api/download/4-lite" \
&& unzip chevereto*.zip \
&& cd app \
&& composer install \
😢 Unexpected result
I need to delete the App/composer.lock file. After that you could use composer install
However, I now get the message ERR_TOO_MANY_REDIRECTS when I open the pape.
📃 Error log message
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- facebook/graph-sdk is locked to version 5.7.0 and an update of this package was not requested.
- facebook/graph-sdk 5.7.0 requires php ^5.4|^7.0 -> your php version (8.0.16) does not satisfy that requirement.
Problem 2
- symfony/console is locked to version v4.2.12 and an update of this package was not requested.
- symfony/console v4.2.12 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
Problem 3
- symfony/contracts is locked to version v1.1.3 and an update of this package was not requested.
- symfony/contracts v1.1.3 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
Problem 4
- symfony/translation is locked to version v4.3.3 and an update of this package was not requested.
- symfony/translation v4.3.3 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
Problem 5
- symfony/console v4.2.12 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
- doctrine/orm 2.11.1 requires symfony/console ^3.0 || ^4.0 || ^5.0 || ^6.0 -> satisfiable by symfony/console[v4.2.12].
- doctrine/orm is locked to version 2.11.1 and an update of this package was not requested.
Last edited: