File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ A CLI for developing Flarum extensions</p>
8
8
<a href =" https://npmjs.org/package/@flarum/cli " ><img alt =" Downloads/week " src =" https://img.shields.io/npm/dw/@flarum/cli.svg " ></a >
9
9
<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 >
10
10
<br >
11
- <img width =720 src =" https://sycho9.github.io/flarum-cli.svg " alt =" terminal_example " >
12
11
</p >
13
12
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 |
19
17
20
18
## Introduction
21
19
Original file line number Diff line number Diff line change 4
4
"require" : {
5
5
"ext-json" : " *" ,
6
6
"nikic/php-parser" : " ^5.0" ,
7
- "php" : " ^7.3 "
7
+ "php" : " ^8.0 "
8
8
},
9
9
"autoload" : {
10
10
"psr-4" : {
You can’t perform that action at this time.
0 commit comments