We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c02c commit 965a124Copy full SHA for 965a124
README.md
@@ -11,7 +11,7 @@ See the [official wiki page](https://wiki.multitheftauto.com/wiki/PHP_SDK) for f
11
12
### Prerequisites
13
14
-This SDK requires PHP 7.1 or greater.
+This SDK requires PHP 7.3 or greater.
15
16
### HTTPlug client abstraction
17
@@ -85,4 +85,4 @@ To run all unit tests you can use:
85
86
To run specific unit test you can use --filter option:
87
88
- $ dcli phpunit --filter=ClassName::MethodName
+ $ dcli phpunit --filter=ClassName::MethodName
0 commit comments