project-satisfy / satisfy

Satis composer repository manager with a Web UI
http://ludofleury.github.io/satisfy/
MIT License
520 stars 110 forks source link

PHP 8.2 Support #186

Closed mrsombre closed 1 year ago

mrsombre commented 1 year ago

Hello! Currently, Satis-dev is functioning well with PHP 8.2. However, it appears that release 3.5.1 has its dependencies locked to PHP 8.1.

#10 1.241 Installing dependencies from lock file
#10 1.245 Verifying lock file contents can be installed on current platform.
#10 1.265 Your lock file does not contain a compatible set of packages. Please run composer update.
#10 1.265
#10 1.265   Problem 1
#10 1.265     - laminas/laminas-code is locked to version 4.7.1 and an update of this package was not requested.
#10 1.265     - laminas/laminas-code 4.7.1 requires php >=7.4, <8.2 -> your php version (8.2.10) does not satisfy that requirement.
#10 1.265   Problem 2
#10 1.265     - laminas/laminas-code 4.7.1 requires php >=7.4, <8.2 -> your php version (8.2.10) does not satisfy that requirement.
#10 1.265     - friendsofphp/proxy-manager-lts v1.0.14 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[4.7.1].
#10 1.265     - friendsofphp/proxy-manager-lts is locked to version v1.0.14 and an update of this package was not requested.
#10 1.265
ramunasd commented 1 year ago

What is "Satis-dev"? release is not locked to PHP8.1, some dependencies are not compatible with PHP8.2

ramunasd commented 1 year ago

Support added.