Skip to content

Commit

Permalink
Merge pull request #41006 from owncloud/chore/add-missing-ext-composer
Browse files Browse the repository at this point in the history
chore: add various php extensions to composer.json
  • Loading branch information
phil-davis authored Oct 3, 2023
2 parents baa7002 + b4deef4 commit 57ff258
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,17 @@
"firebase/php-jwt": "^6.8",
"ext-curl": "*",
"ext-apcu": "*",
"laravel/serializable-closure": "^1.3"
"laravel/serializable-closure": "^1.3",
"ext-zip": "*",
"ext-memcached": "*",
"ext-gd": "*",
"ext-pdo": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-fileinfo": "*",
"ext-exif": "*",
"ext-imagick": "*",
"ext-posix": "*"
},
"extra": {
"bamarni-bin": {
Expand Down
16 changes: 13 additions & 3 deletions composer.lock

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

0 comments on commit 57ff258

Please sign in to comment.