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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-08-22 09:38:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-08-22 12:40:21 +0300
commit595ac73237c3f0f4fce68cfc3b6bc93b52a670ca (patch)
tree9693bc26e3fa6c2bbc96be532213ca0b6691dba8 /appinfo
parent57f918beb50298b45f8533599a7ba16228f71c1f (diff)
PHP7 fixes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/info.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 5f11dfb..781cab2 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -20,4 +20,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-$app = new \OCA\PreviewGenerator\AppInfo\Application('previewgenerator');
+$app = new \OCA\PreviewGenerator\AppInfo\Application();
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3e27997..5b47c7c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@ The app does not replace on demand preview generation so if a preview is request
</description>
<licence>AGPL</licence>
<author>Roeland Jago Douma</author>
- <version>1.1.0</version>
+ <version>1.99.0</version>
<namespace>PreviewGenerator</namespace>
<category>multimedia</category>
<website>https://github.com/rullzer/previewgenerator</website>
@@ -21,8 +21,8 @@ The app does not replace on demand preview generation so if a preview is request
<filesystem/>
</types>
<dependencies>
- <php min-version="5.6"/>
- <nextcloud min-version="13" max-version="14" />
+ <php min-version="7.0"/>
+ <nextcloud min-version="14" max-version="14" />
</dependencies>
<commands>