Skip to content

Commit

Permalink
Sync with changes in jt-base
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Jun 6, 2022
1 parent ccb640e commit e5b09eb
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 31 deletions.
3 changes: 0 additions & 3 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ EXPOSE 3306 33060
# Install sudo (required for Gitpod)
RUN apt-get install -y --no-install-recommends sudo

# Install Pages
COPY --chown=$APP_USER:$APP_USER ./config/pages $APP_DATA/config/pages

# Install MySQL
COPY ./config/s6/mysql-init.d /etc/mysql-init.d/
COPY ./config/mysql /etc/mysql/
Expand Down
27 changes: 0 additions & 27 deletions config/composer.json

This file was deleted.

1 change: 0 additions & 1 deletion config/composer.stub

This file was deleted.

10 changes: 10 additions & 0 deletions config/composer/pages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"require": {
"phpmailer/phpmailer": "^6.5",
"michelf/php-markdown": "^1.9",
"voku/html-min": "^4.0",
"matthiasmullie/minify": "^1.3",
"joomlatools/framework": "dev-master as 3.5.x-dev",
"joomlatools/pages": "dev-master as 0.22.x-dev"
}
}
6 changes: 6 additions & 0 deletions config/composer/shell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"require": {
"foliolabs/folioshell": "dev-feature/10-refactor as 1.1.x-dev",
"joomlatools/console": "dev-master as 1.6.x-dev"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e5b09eb

Please sign in to comment.