We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa2370 commit af74bd0Copy full SHA for af74bd0
2 files changed
.github/workflows/php.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
operating-system: ['ubuntu-latest']
15
- php-versions: ['7.4']
+ php-versions: ['7.4', '8.0']
16
phpunit-versions: ['latest']
17
steps:
18
- name: Checkout
README.md
@@ -17,7 +17,7 @@ composer require staffbase/plugins-sdk-php
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
0 commit comments