Conversation
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
ebe8f2b to
9fe7d45
Compare
|
|
9fe7d45 to
a5daa70
Compare
I think the main issue here is that psalm pulls in symfony components that demand an older version of psr/container. The best would probably be to isolate psalm as a dependency either by using psalm/phar (e.g. https://github.com/nextcloud/deck/pull/4947/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R19-R36) or bamarni/composer-bin-plugin (e.g. nextcloud/server#28507) |
|
It is actually "platform": {
"php": "8.0"
} |
|
Then it picks up the current php version when installing, so you could also pin it to that one if the packages pulled in work fine with 7.4-8.2. Not sure if that doesn't bring more problems. But when I checked with |
Thanks for this, pinning |
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
a5daa70 to
74257c8
Compare
No description provided.