diff --git a/composer.json b/composer.json index cdc796e..750efc9 100644 --- a/composer.json +++ b/composer.json @@ -12,21 +12,116 @@ "type": "composer", "url": "https://packages.drupal.org/8" }, - "ypackagist": { - "type": "composer", - "url": "https://ypackagist.onpointsuite.com" + "dropzone-js": { + "type": "package", + "package": { + "name": "dropzone/dropzone", + "version": "5.7.2", + "type": "drupal-library", + "dist": { + "type": "zip", + "url": "https://github.com/dropzone/dropzone/archive/v5.7.2.zip" + } + } + }, + "jquery-ui-touch-punch": { + "type": "package", + "package": { + "name": "furf/jquery-ui-touch-punch", + "version": "1.0", + "type": "drupal-library", + "source": { + "url": "https://github.com/furf/jquery-ui-touch-punch.git", + "type": "git", + "reference": "master" + } + } + }, + "ckeditor-fakeobjects": { + "type": "package", + "package": { + "name": "ckeditor/fakeobjects", + "version": "4.16", + "type": "drupal-library", + "dist": { + "type": "zip", + "url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.16.0.zip" + } + } + }, + "ckeditor-indent-block": { + "type": "package", + "package": { + "name": "ckeditor/indentblock", + "version": "4.15", + "type": "drupal-library", + "dist": { + "type": "zip", + "url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.15.0.zip" + } + } + }, + "ckeditor-link": { + "type": "package", + "package": { + "name": "ckeditor/link", + "version": "4.16", + "type": "drupal-library", + "dist": { + "type": "zip", + "url": "https://download.ckeditor.com/link/releases/link_4.16.0.zip" + } + } + }, + "ckeditor-youtube": { + "type": "package", + "package": { + "name": "ckeditor/youtube", + "version": "2.1.18", + "type": "drupal-library", + "dist": { + "type": "zip", + "url": "https://download.ckeditor.com/youtube/releases/youtube_2.1.18.zip" + } + } + }, + "alerts_module_d8": { + "type": "package", + "package": { + "name": "yellowpencil/alerts_module_d8", + "version": "1.0", + "type": "drupal-custom-module", + "source": { + "url": "git@git.yellowpencil.com:yellowpencil/alerts_module_d8.git", + "type": "git", + "reference": "origin/master" + } + } + }, + "drupal_admin_guide": { + "type": "package", + "package": { + "name": "yellowpencil/drupal_admin_guide", + "version": "1.0", + "type": "drupal-custom-module", + "source": { + "url": "https://git.yellowpencil.com/yellowpencil/drupal_admin_guide.git", + "type": "git", + "reference": "origin/main" + } + } } }, "require": { "behat/behat": "^3.8", "behat/mink": "^1.8", "behat/mink-extension": "^2.3", - "drupal-library/ckeditor-fakeobjects": "4.16", - "drupal-library/ckeditor-indentblock": "4.15", - "drupal-library/ckeditor-link": "4.16", - "drupal-library/ckeditor-youtube": "2.1.18", + "ckeditor/fakeobjects": "^4.16", + "ckeditor/indentblock": "^4.15", + "ckeditor/link": "^4.16", + "ckeditor/youtube": "^2.1", "composer/installers": "^1.9", - "drupal-library/dropzone": "5.7.2", + "dropzone/dropzone": "^5.7.2", "drupal/admin_toolbar": "^3.0", "drupal/admin_toolbar_tools": "^3.0", "drupal/administerusersbyrole": "^3.0", @@ -86,16 +181,11 @@ "drupal/webform": "^6.0", "drupal/webp": "^1.0@beta", "drush/drush": "^10.3", - "drupal-library/jquery-ui-touch-punch": "1.0", + "furf/jquery-ui-touch-punch": "*", "kint-php/kint": "^3.3", "kint-php/kint-js": "^2.0", "kint-php/kint-twig": "^3.0", - "drupal-module/yp_admin_guide": "1.0", - "drupal-module/yp_alerts_module": "1.0" - }, - "config": { - "allow-plugins": { - "composer/installers": true - } + "yellowpencil/alerts_module_d8": "^1.0", + "yellowpencil/drupal_admin_guide": "^1.0" } }