Browse Source

compose.json

xiaoyu 3 years atrás
parent
commit
bbedd4c84a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -1,5 +1,6 @@
 {
     "require": {
-        "phpoffice/phpspreadsheet": "^1.22"
+        "phpoffice/phpspreadsheet": "^1.22",
+      "ext-json": "*"
     }
 }