-
Notifications
You must be signed in to change notification settings - Fork 0
General fixes #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General fixes #14
Conversation
Signed-off-by: Anupam Kumar <[email protected]>
Signed-off-by: Anupam Kumar <[email protected]>
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 <[email protected]>
Signed-off-by: Anupam Kumar <[email protected]>
a5daa70 to
74257c8
Compare
No description provided.