diff --git a/composer.9.json b/composer.9.json index 7b12a115..98390a32 100644 --- a/composer.9.json +++ b/composer.9.json @@ -11,6 +11,30 @@ "type": "vcs", "url": "git@github.com:govcms/govcms.git", "no-api": true + }, + { + "type": "package", + "package": { + "name": "harvesthq/chosen", + "version": "v1.8.7", + "type": "drupal-library", + "dist": { + "type": "zip", + "url": "https://github.com/harvesthq/chosen/releases/download/v1.8.7/chosen_v1.8.7.zip" + } + } + }, + { + "type": "package", + "package": { + "name": "dropzone/dropzone", + "version": "v5.7.2", + "type": "drupal-library", + "dist": { + "type": "zip", + "url": "https://github.com/dropzone/dropzone/archive/refs/tags/v5.7.2.zip" + } + } } ], "require": {