Skip to content

Commit

Permalink
fix: use firebase/php-jwt from core
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored and phil-davis committed Aug 7, 2023
1 parent 46e4c7a commit 578e337
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 71 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<repository type="git">https://github.com/owncloud/files_texteditor.git</repository>
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/a068ff44c439aa4969ea37b60e45bed875bbbb98/files_texteditor/texteditor.png</screenshot>
<dependencies>
<owncloud min-version="10.11" max-version="10" />
<owncloud min-version="10.13" max-version="10" />
<php min-version="7.4" />
</dependencies>
</info>
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "owncloud/files_texteditor",
"config" : {
"platform": {
"php": "7.3"
"php": "7.4"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"require": {
"firebase/php-jwt": "^6.0"
"replace": {
"firebase/php-jwt": "^6.8"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8"
Expand Down
70 changes: 3 additions & 67 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 578e337

Please sign in to comment.