Skip to content

Commit

Permalink
Merge pull request #26 from Staffbase/NFS-1834_update_php_version
Browse files Browse the repository at this point in the history
NFS-1834: update php version
  • Loading branch information
m-seidel committed Nov 9, 2022
2 parents 8b28d2a + 67bb09f commit ba537f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)):

* php: >=7.4.0
* php: ^7.4.0 || ^8.0
* lcobucci/jwt: ^4.1

## API Reference
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"lcobucci/jwt": "^4.1"

},
Expand Down

0 comments on commit ba537f2

Please sign in to comment.