Commit 85d76d8d authored by Lawri van Buël's avatar Lawri van Buël
Browse files

Issue #3254242 by sysosmaster, Pandepoulus: PHP8 Support

Thanks to Pandepoulus for pointing this out.

forgot to also update the rocket_chat_api to be `"php": "^7.4 || ^8"`
parent a7013fe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
    ],
    "require": {
        "guzzlehttp/guzzle": "^6.2",
        "php" : "^7.2",
        "php": "^7.4 || ^8",
        "drupal/core": "^8.8 || ^9"
    }
}