Downgrade to drupal 11
This commit is contained in:
parent
5bda0e5373
commit
d6d5aa0419
2 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ WORKDIR /var/www/html
|
||||||
# Copy composer manifest first for layer caching; install pulls Drupal from Packagist.
|
# Copy composer manifest first for layer caching; install pulls Drupal from Packagist.
|
||||||
# To use ../drupal instead, add it as a path repository in composer.json:
|
# To use ../drupal instead, add it as a path repository in composer.json:
|
||||||
# "repositories": [{"type": "path", "url": "../drupal/core", "options": {"symlink": false}}]
|
# "repositories": [{"type": "path", "url": "../drupal/core", "options": {"symlink": false}}]
|
||||||
# then bump drupal/core-recommended to "12.x-dev@dev" and rebuild.
|
# then bump drupal/core-recommended to "11.x-dev@dev" and rebuild.
|
||||||
COPY composer.json ./
|
COPY composer.json ./
|
||||||
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,9 @@
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "^2.3",
|
"composer/installers": "^2.3",
|
||||||
"drupal/core-composer-scaffold": "^12",
|
"drupal/core-composer-scaffold": "^11",
|
||||||
"drupal/core-recommended": "^12",
|
"drupal/core-recommended": "^11",
|
||||||
"drush/drush": "^14 || dev-main"
|
"drush/drush": "^13 || ^14"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue