Commit d8e4857d authored by Youri van Koppen's avatar Youri van Koppen Committed by dpi
Browse files

Issue #3262458 by MegaChriz: Add support for PHP 8.0/8.1

parent f2124e62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  ],
  "license": "GPL-2.0+",
  "require": {
    "php": "^7.1",
    "php": "^7.1 || ^8.0",
    "drupal/core": "^8.9 || ^9",
    "drupal/dynamic_entity_reference": "^1"
  }