Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 24, 2024
1 parent 92a6139 commit a3cde30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ A CLI for developing Flarum extensions</p>
<a href="https://npmjs.org/package/@flarum/cli"><img alt="Downloads/week" src="https://img.shields.io/npm/dw/@flarum/cli.svg"></a>
<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>
<br>
<img width=720 src="https://sycho9.github.io/flarum-cli.svg" alt="terminal_example">
</p>

- [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

Expand Down
2 changes: 1 addition & 1 deletion php-subsystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"ext-json": "*",
"nikic/php-parser": "^5.0",
"php": "^7.3"
"php": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a3cde30

Please sign in to comment.