Skip to content

Commit ba537f2

Browse files
authored
Merge pull request #26 from Staffbase/NFS-1834_update_php_version
NFS-1834: update php version
2 parents 8b28d2a + 67bb09f commit ba537f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ composer require staffbase/plugins-sdk-php
1717

1818
Dependencies are also managed by Composer. When using this repository keep the following dependencies in mind (cf. [composer.json](composer.json)):
1919

20-
* php: >=7.4.0
20+
* php: ^7.4.0 || ^8.0
2121
* lcobucci/jwt: ^4.1
2222

2323
## API Reference

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.4",
16+
"php": "^7.4 || ^8.0",
1717
"lcobucci/jwt": "^4.1"
1818

1919
},

0 commit comments

Comments
 (0)