Skip to content

Commit

Permalink
Update php version dependency on info.xml / composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Raudius committed Jul 21, 2022
1 parent 1d821d8 commit 70a79b5
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 81 deletions.
1 change: 1 addition & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Allows administrators to write small scripts which users can run through file ac

<dependencies>
<nextcloud min-version="23" max-version="24"/>
<php min-version="7.4" />
</dependencies>
<settings>
<admin>OCA\FilesScripts\Settings\AdminSettings</admin>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^7.4",
"raudius/phpdf": "^1.0.2",
"ext-json": "*",
"ext-lua": "*",
Expand Down
Loading

0 comments on commit 70a79b5

Please sign in to comment.