Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <patrick@westberliner.net>2022-05-15 12:53:48 +0300
committerPatrick <patrick@westberliner.net>2022-05-15 12:53:48 +0300
commitdbcdb821bc3632e6db0cfbead5e356c7f6582c60 (patch)
tree9f3cc8d6f9b843ba868dd3e55469c1f115ba969e /appinfo
parentc00a4ec2c696dee729f9dfa747853b2fbbecbc5c (diff)
Add qa tools. CS Fix files.
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/routes.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3b3e0cd..647f96c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -28,7 +28,7 @@
<bugs>https://github.com/westberliner/checksum/issues</bugs>
<screenshot>https://raw.githubusercontent.com/westberliner/checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
- <php min-version="7.2" />
+ <php min-version="7.4" />
<nextcloud min-version="20" max-version="24" />
</dependencies>
</info>
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 1359b9c..c7369c9 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -3,5 +3,5 @@
* adding route for ajax callback
*/
return ['routes' => [
- ['name' => 'checksum#check', 'url' => '/check', 'verb' => 'GET']
-]]; \ No newline at end of file
+ ['name' => 'checksum#check', 'url' => '/check', 'verb' => 'GET']
+]];