Skip to content

Commit

Permalink
Adding ext-* dependencies in composer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Feb 2, 2024
1 parent 93c6111 commit 5ec27b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
],
"require": {
"php": "^8.1",
"ext-ctype": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-zlib": "*",
"hi-folks/phpepub": "^1.0.0",
"illuminate/filesystem": "^10.0",
"illuminate/support": "^10.0",
Expand Down

0 comments on commit 5ec27b5

Please sign in to comment.