Skip to content

Commit 6e48e3d

Browse files
committed
Removed composer v1 support
1 parent 3cd6c19 commit 6e48e3d

28 files changed

+28
-42
lines changed

templates/drupal-10/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
services:
33
phpfpm:
44
environment:

templates/drupal-10/docker-compose.redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
services:
33
nginx:
44
labels:

templates/drupal-10/docker-compose.server.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
networks:
33
frontend:
44
external: true
@@ -17,7 +17,6 @@ services:
1717
environment:
1818
- PHP_MAX_EXECUTION_TIME=30
1919
- PHP_MEMORY_LIMIT=128M
20-
- COMPOSER_VERSION=2
2120
depends_on:
2221
- memcached
2322
volumes:

templates/drupal-10/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
networks:
33
frontend:
44
external: true
@@ -42,7 +42,6 @@ services:
4242
# Depending on the setup, you may have to remove --read-envelope-from from msmtp (cf. https://marlam.de/msmtp/msmtp.html) or use SMTP to send mail
4343
- PHP_SENDMAIL_PATH=/usr/bin/msmtp --host=mail --port=1025 --read-recipients --read-envelope-from
4444
- DOCKER_HOST_DOMAIN=${COMPOSE_DOMAIN}
45-
- COMPOSER_VERSION=2
4645
- PHP_IDE_CONFIG=serverName=localhost
4746
depends_on:
4847
mariadb:

templates/drupal-7/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
services:
33
phpfpm:
44
environment:

templates/drupal-7/docker-compose.redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
services:
33
nginx:
44
labels:

templates/drupal-7/docker-compose.server.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
networks:
33
frontend:
44
external: true
@@ -17,7 +17,6 @@ services:
1717
environment:
1818
- PHP_MAX_EXECUTION_TIME=30
1919
- PHP_MEMORY_LIMIT=128M
20-
- COMPOSER_VERSION=2
2120
depends_on:
2221
- memcached
2322
volumes:

templates/drupal-7/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
networks:
33
frontend:
44
external: true
@@ -42,7 +42,6 @@ services:
4242
# Depending on the setup, you may have to remove --read-envelope-from from msmtp (cf. https://marlam.de/msmtp/msmtp.html) or use SMTP to send mail
4343
- PHP_SENDMAIL_PATH=/usr/bin/msmtp --host=mail --port=1025 --read-recipients --read-envelope-from
4444
- DOCKER_HOST_DOMAIN=${COMPOSE_DOMAIN}
45-
- COMPOSER_VERSION=2
4645
- PHP_IDE_CONFIG=serverName=localhost
4746
depends_on:
4847
mariadb:

templates/drupal-8/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
services:
33
phpfpm:
44
environment:

templates/drupal-8/docker-compose.redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.1
1+
# itk-version: 3.2.2
22
services:
33
nginx:
44
labels:

0 commit comments

Comments
 (0)