What were you trying to do?
install packages for mobile-air on 8.3
/usr/bin/php8.3 /usr/local/bin/composer i
What happened?
Could not install packages for mobile-air.
How to reproduce the bug
Install with 8.3 (e.g.):
/usr/bin/php8.3 /usr/local/bin/composer i
Debug Output
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires endroid/qr-code ^6.1.3 -> satisfiable by endroid/qr-code[6.1.3, 6.x-dev].
- endroid/qr-code[6.1.3, ..., 6.x-dev] require php ^8.4 -> your php version (8.3.30) does not satisfy that requirement.
Which operating systems have you seen this occur on?
Linux
Which platforms were you trying to build for?
No response
Notes
Could bump php version or figure out an package list that can still install on 8.3
Bump PR: #104
What were you trying to do?
install packages for mobile-air on 8.3
What happened?
Could not install packages for mobile-air.
How to reproduce the bug
Install with 8.3 (e.g.):
Debug Output
Which operating systems have you seen this occur on?
Linux
Which platforms were you trying to build for?
No response
Notes
Could bump php version or figure out an package list that can still install on 8.3
Bump PR: #104