Skip to content

Commit a9dd4aa

Browse files
committed
Update phplist packages to dev
1 parent b22f684 commit a9dd4aa

3 files changed

Lines changed: 611 additions & 208 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update \
1313
libc-client2007e-dev libkrb5-dev libssl-dev libpq-dev \
1414
&& docker-php-ext-configure intl \
1515
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
16+
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
1617
&& docker-php-ext-install -j"$(nproc)" \
1718
pdo pdo_mysql pdo_pgsql zip intl imap \
1819
&& rm -rf /var/lib/apt/lists/*

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
"php": "^8.1",
4747
"phplist/core": "dev-dev",
4848
"phplist/rest-api": "dev-dev",
49+
"phplist/web-frontend": "dev-feat/campaigns",
4950
"doctrine/orm": "^3.3",
50-
"tatevikgr/rest-api-client": "dev-main",
51+
"tatevikgr/rest-api-client": "dev-dev",
5152
"tatevikgr/rss-feed": "dev-main as 0.1.0"
5253
},
5354
"require-dev": {

0 commit comments

Comments
 (0)