We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 441a490 + 4d9eab2 commit b1b7707Copy full SHA for b1b7707
1 file changed
README.md
@@ -6,6 +6,10 @@ It builds upon the [XenforoResourceManagerAPI](https://github.com/SpigotMC/Xenfo
6
The generated code can be found in `src/Api` and `src/Model`.
7
It is recommended to use the wrappers in `src/Client` instead of the generated code.
8
9
+## Requirements
10
+- PHP 8.2 or newer
11
+- PHP extensions: curl, json, mbstring
12
+
13
## Installation
14
Install the package via composer:
15
```bash
0 commit comments