Commit 9d90cf0d authored by Stathis Papadopoulos's avatar Stathis Papadopoulos Committed by Michael Strelan
Browse files

Issue #3300645 by efpapado: Support PHP 7.4

parent e22157aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    "description": "Allows using annotations to define bundle classes",
    "type": "drupal-module",
    "require": {
        "php": ">=8.0",
        "php": ">=7.4",
        "drupal/core": "^9 || ^10"
    }
}