Skip to content

Commit d28cff4

Browse files
committed
first draft implementation
1 parent 5eb8768 commit d28cff4

File tree

10 files changed

+1166
-85
lines changed

10 files changed

+1166
-85
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
},
1919
"homepage": "https://docs.opencast.org/",
2020
"require": {
21-
"php": ">=7.2.5",
22-
"guzzlehttp/guzzle": ">=7.5.1"
21+
"php": ">=8.1.0",
22+
"guzzlehttp/guzzle": ">=7.5.1",
23+
"lcobucci/jwt": "^5.5"
2324
},
2425
"autoload": {
2526
"psr-4": {

0 commit comments

Comments
 (0)