Skip to content

Commit a3cde30

Browse files
committed
chore
1 parent 92a6139 commit a3cde30

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ A CLI for developing Flarum extensions</p>
88
<a href="https://npmjs.org/package/@flarum/cli"><img alt="Downloads/week" src="https://img.shields.io/npm/dw/@flarum/cli.svg"></a>
99
<a href="https://github.com/flarum/cli/blob/master/package.json"><img alt="License" src="https://img.shields.io/npm/l/@flarum/cli.svg"></a>
1010
<br>
11-
<img width=720 src="https://sycho9.github.io/flarum-cli.svg" alt="terminal_example">
1211
</p>
1312

14-
- [Introduction](#introduction)
15-
- [Installation](#installation)
16-
- [Updating](#updating)
17-
- [Usage](#usage)
18-
- [Commands](#commands)
13+
| Version | Node.js | Flarum | PHP |
14+
|---------|---------|--------|--------|
15+
| 3.x | >= 18.x | >= 2.0 | >= 8.0 |
16+
| 1.x-2.x | >= 12.x | >= 1.0 | >= 7.2 |
1917

2018
## Introduction
2119

php-subsystem/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"require": {
55
"ext-json": "*",
66
"nikic/php-parser": "^5.0",
7-
"php": "^7.3"
7+
"php": "^8.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)