Commit ccb1561d authored by Maarten Segers's avatar Maarten Segers
Browse files

Issue #3277165 by mpp: Add support for php 8.1

parent c2aac24f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@
    "minimum-stability": "beta",
    "prefer-stable": true,
    "require": {
        "php": "^7.2",
        "drupal/core": "^8.5 || ^9.0"
        "php": "^7.4 || ^8.0",
        "drupal/core": "^9.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
        "phpunit/phpunit": "^9.0",
        "drupal/coder": "^8.3",
        "squizlabs/php_codesniffer": "^3.5",
        "drupal/paragraphs": "^1.12",