We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b28d2a + 67bb09f commit ba537f2Copy full SHA for ba537f2
2 files changed
README.md
@@ -17,7 +17,7 @@ composer require staffbase/plugins-sdk-php
17
18
Dependencies are also managed by Composer. When using this repository keep the following dependencies in mind (cf. [composer.json](composer.json)):
19
20
-* php: >=7.4.0
+* php: ^7.4.0 || ^8.0
21
* lcobucci/jwt: ^4.1
22
23
## API Reference
composer.json
@@ -13,7 +13,7 @@
13
}
14
],
15
"require": {
16
- "php": "^7.4",
+ "php": "^7.4 || ^8.0",
"lcobucci/jwt": "^4.1"
},
0 commit comments