Commit 049b42ca authored by Rob Phillips's avatar Rob Phillips
Browse files

Issue #3284904 by robphillips: PHP 7.4 minimum requirement.

parent 6f90c4e1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
        }
    ],
    "require": {
        "drupal/core": "^8.8 || ^9"
        "drupal/core": "^8.8 || ^9",
        "php": ">=7.4"
    }
}