Skip to content

Commit 37b26a8

Browse files
committed
Switch to vue frontend.
1 parent ee70e2b commit 37b26a8

16 files changed

Lines changed: 12150 additions & 1372 deletions

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* **Note :** Encrypted files are not supported yet
3030
]]></description>
3131

32-
<version>1.3.6</version>
32+
<version>1.4.0</version>
3333
<licence>agpl</licence>
3434
<author mail="paulereverend@gmail.com">Paul Lereverend</author>
3535
<namespace>Extract</namespace>

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
"name": "Paul Lereverend"
99
}
1010
],
11-
"require": {
11+
"config": {
12+
"optimize-autoloader": true,
13+
"sort-packages": true,
14+
"platform": {
15+
"php": "8.1"
16+
}
1217
},
18+
"require": {},
1319
"require-dev": {
14-
"phpunit/phpunit": "^5.4"
20+
"nextcloud/ocp": "dev-stable29"
1521
}
16-
}
22+
}

0 commit comments

Comments
 (0)