Skip to content

Commit

Permalink
Drupal 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Nov 10, 2023
1 parent 5145eaa commit 2f5b036
Show file tree
Hide file tree
Showing 41 changed files with 1,741 additions and 1,832 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN set -eux; \
freetype-dev \
libjpeg-turbo-dev \
libpng-dev \
libwebp-dev \
libzip-dev \
pcre-dev \
autoconf \
Expand All @@ -40,7 +41,8 @@ RUN set -eux; \
\
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg=/usr/include; \
--with-jpeg=/usr/include \
--with-webp; \
\
docker-php-ext-install -j "$(nproc)" \
gd \
Expand Down
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,35 @@
"drupal/ape": "^1.5",
"drupal/bartik": "^1.0",
"drupal/better_exposed_filters": "^6.0",
"drupal/block_exclude_pages": "^2.0",
"drupal/block_exclude_pages": "^2.1@beta",
"drupal/blockgroup": "^2.0",
"drupal/classy": "^1.0",
"drupal/color": "^1.0",
"drupal/color-color": "^1.0",
"drupal/core": "^9.2.0",
"drupal/core-composer-scaffold": "^9.2.0",
"drupal/core-project-message": "^9.0.0",
"drupal/core": "^10",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/csv_serialization": "^4.0",
"drupal/eu_cookie_compliance": "^1.14",
"drupal/field_group": "^3.1",
"drupal/health_check": "^3.0",
"drupal/honeypot": "^2.0",
"drupal/image_widget_crop": "^2.3",
"drupal/insert": "^2.0",
"drupal/insert": "^3.0@beta",
"drupal/jquery_ui_accordion": "^2.0",
"drupal/mailsystem": "^4.3",
"drupal/matomo": "^1.11",
"drupal/maxlength": "^2.0@RC",
"drupal/metatag": "^1.16",
"drupal/metatag": "^2.0",
"drupal/mimemail": "^1.0@alpha",
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
"drupal/phpmailer_smtp": "^2.0",
"drupal/purge_users": "^4.0@beta",
"drupal/quickedit": "^1.0",
"drupal/redis": "^1.5",
"drupal/schema_dataset": "^2.0@beta",
"drupal/schema_metatag": "^1.8",
"drupal/schema_metatag": "^3.0",
"drupal/select2": "^1.13",
"drupal/seven": "^1.0@alpha",
"drupal/simple_sitemap": "^4.0",
Expand All @@ -70,7 +71,7 @@
"drupal/views_random_seed": "^1.2",
"drupal/webform": "^6.1",
"drupal/x_frame_options_configuration": "^1.2",
"drush/drush": "^10.5",
"drush/drush": "^12",
"easyrdf/easyrdf": "^0.9",
"npm-asset/bootstrap": "^4.6",
"npm-asset/hammerjs": "^2.0",
Expand Down
25 changes: 21 additions & 4 deletions composer.libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"jquery/select2": "*",
"jquery/textcounter": "*",
"jquery/timepicker": "*",
"popperjs/popperjs": "*",
"progress-tracker/progress-tracker": "*",
"signature_pad/signature_pad": "*",
"tabby/tabby": "*",
Expand Down Expand Up @@ -247,6 +248,22 @@
}
}
},
"popperjs": {
"type": "package",
"package": {
"name": "popperjs/popperjs",
"version": "2.11.8",
"type": "drupal-library",
"extra": {
"installer-name": "popperjs"
},
"dist": {
"url": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"type": "tar"
},
"license": "MIT"
}
},
"progress-tracker": {
"type": "package",
"package": {
Expand Down Expand Up @@ -296,14 +313,14 @@
"type": "package",
"package": {
"name": "tippyjs/6.x",
"version": "6.2.6",
"version": "6.3.7",
"type": "drupal-library",
"extra": {
"installer-name": "tippyjs/6.x"
"installer-name": "tippyjs"
},
"dist": {
"url": "https://unpkg.com/tippy.js@6.2.6/dist/tippy-bundle.umd.min.js",
"type": "file"
"url": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz",
"type": "tar"
}
}
}
Expand Down
Loading

0 comments on commit 2f5b036

Please sign in to comment.