1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/proxitok_ynh.git synced 2024-09-03 20:15:53 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/proxitok_ynh into testing

This commit is contained in:
Éric Gaspar 2022-07-03 18:31:48 +02:00
commit 7566d3dc68
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter.
- RSS Feed for user, trending and tag (just add /rss to the url)
**Shipped version:** 2.3.1.0~ynh1
**Shipped version:** 2.3.2.0~ynh1
**Demo:** https://proxitok.herokuapp.com/

View file

@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter.
- RSS Feed for user, trending and tag (just add /rss to the url)
**Version incluse :** 2.3.1.0~ynh1
**Version incluse :** 2.3.2.0~ynh1
**Démo :** https://proxitok.herokuapp.com/

View file

@ -7,10 +7,10 @@
YNH_PHP_VERSION="8.0"
# Composer version
YNH_COMPOSER_VERSION="2.3.3"
YNH_COMPOSER_VERSION="2.3.7"
# dependencies used by the app
pkg_dependencies="php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl"
pkg_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl"
#=================================================
# PERSONAL HELPERS