Skip to content

Commit

Permalink
Merge branch 'master' into typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Jun 5, 2023
2 parents 961d410 + 95c5395 commit 9cefb87
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile.churchcrm-apache-php8-dev-debian
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apt-get update && \
libjpeg-dev \
libpng-dev \
make \
git
git \
python3

RUN docker-php-ext-install -j$(nproc) xml exif pdo_mysql gettext iconv mysqli zip
RUN docker-php-ext-configure gd --with-freetype --with-jpeg
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"admin-lte": "3.2.0",
"bootbox": "^5.5.2",
"bootstrap": "^4.6.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-datepicker": "^1.10.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-show-password": "^1.2.1",
"bootstrap-toggle": "^2.2.2",
Expand Down
5 changes: 4 additions & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"platform": {
"php": "8.1"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"azuyalabs/yasumi": "^2.4.0",
Expand Down

0 comments on commit 9cefb87

Please sign in to comment.