diff --git a/README.md b/README.md index 61deab5..0b1dc4e 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,12 @@ A CLI for developing Flarum extensions

Downloads/week License
-terminal_example

-- [Introduction](#introduction) -- [Installation](#installation) -- [Updating](#updating) -- [Usage](#usage) -- [Commands](#commands) +| Version | Node.js | Flarum | PHP | +|---------|---------|--------|--------| +| 3.x | >= 18.x | >= 2.0 | >= 8.0 | +| 1.x-2.x | >= 12.x | >= 1.0 | >= 7.2 | ## Introduction diff --git a/php-subsystem/composer.json b/php-subsystem/composer.json index 335fd15..1a60065 100644 --- a/php-subsystem/composer.json +++ b/php-subsystem/composer.json @@ -4,7 +4,7 @@ "require": { "ext-json": "*", "nikic/php-parser": "^5.0", - "php": "^7.3" + "php": "^8.0" }, "autoload": { "psr-4": {