diff options
| author | Devian <devianleong@gmail.com> | 2021-06-30 10:06:41 +0800 |
|---|---|---|
| committer | Devian <devianleong@gmail.com> | 2021-06-30 10:06:41 +0800 |
| commit | dbc3319c2c4dac461af3d6d452d2f3e950300d75 (patch) | |
| tree | acac202ff9d91b2bc923e13dc90cf806d47be7e9 /composer.json | |
| parent | bb425b79cebfd64819d295571992dc2328090964 (diff) | |
Fixed scorm version reader2.0.4
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 641d05a..7e69279 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,9 @@ "require": { "php": "^7.4 || ^8.0", "doctrine/common": "^3.1", - "nesbot/carbon": "^2.42" + "nesbot/carbon": "^2.42", + "ext-zip": "*", + "ext-dom": "*" }, "autoload": { "psr-4": { |
