Commit 7a974fe6 authored by Steven Buteneers's avatar Steven Buteneers
Browse files

Issue #3263071 by anneke_vde, DuttonMa: Allow module to be installed on PHP8

parent 73cafa78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@
    "require": {
        "drupal/core": "^8.8 || ^9",
        "ext-json": "*",
        "php": "^7.1"
        "php": "^7.1 || ^8.0"
    }
}