1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

436: download-url-methods should have at list one defined

This commit is contained in:
James Titcumb
2026-01-26 11:10:48 +00:00
parent 53c4c570af
commit ffc53357ef

View File

@@ -59,6 +59,7 @@
"enum": ["composer-default", "pre-packaged-source", "pre-packaged-binary"],
"example": ["pre-packaged-binary", "composer-default"]
},
"minItems": 1,
"default": ["composer-default"]
}
]