Add ext-zip to composer.json

This commit is contained in:
Christopher Vagnetoft
2026-01-09 17:26:12 +01:00
parent 9660b1a896
commit c38eea744c
2 changed files with 42 additions and 40 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
"class": "NoccyLabs\\Composer\\PackagePlugin\\PackagePlugin"
},
"require": {
"composer-plugin-api": "^2.0"
"composer-plugin-api": "^2.0",
"ext-zip": "*"
}
}