Commit 09c3ab6d authored by Gaurav Kapoor's avatar Gaurav Kapoor
Browse files

Issue #3257614 by gaurav.kapoor: The module isn'\''t working with Drupal 9.3...

Issue #3257614 by gaurav.kapoor: The module isn'\''t working with Drupal 9.3 --author="gaurav.kapoor <gaurav.kapoor@3495331.no-reply.drupal.org>"
parent 00df32fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
  "homepage": "https://drupal.org/project/documentation_generator",
  "license": "GPL-2.0+",
  "require": {
    "phpoffice/phpword": "^0.16.0",
    "dompdf/dompdf": "^1.0.2"
    "phpoffice/phpword": "^0.18.2",
    "dompdf/dompdf": "^1.1.1"
  },
  "minimum-stability": "dev"
  "minimum-stability": "stable"
}