Fix composer platform override blocking CI dependency resolution
config.platform.php was pinned to 8.2, but nextcloud/ocp:dev-master requires PHP 8.3+, so Composer failed to resolve even though the runner's actual PHP (8.3.33) satisfies it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
300acde27e
commit
6da1a442a6
+1
-4
@@ -5,10 +5,7 @@
|
||||
"type": "project",
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "8.2"
|
||||
}
|
||||
"sort-packages": true
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user