mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
php7.4
This commit is contained in:
parent
81d3b31a92
commit
ad57bc3b92
2 changed files with 4 additions and 4 deletions
|
@ -6,13 +6,13 @@
|
||||||
"en": "URL shortening service",
|
"en": "URL shortening service",
|
||||||
"fr": "Service de raccourcisseur d'URL"
|
"fr": "Service de raccourcisseur d'URL"
|
||||||
},
|
},
|
||||||
"version": "1.9~ynh1",
|
"version": "1.9~ynh2",
|
||||||
"url": "https://yourls.org/",
|
"url": "https://yourls.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "https://yourls.org/",
|
"website": "https://yourls.org/",
|
||||||
"demo": "https://yourls.org/cookie+",
|
"demo": "https://yourls.org/cookie+",
|
||||||
"admindoc": "https://github.com/YOURLS/YOURLS/wiki",
|
"admindoc": "https://docs.yourls.org/",
|
||||||
"code": "https://github.com/YOURLS/YOURLS"
|
"code": "https://github.com/YOURLS/YOURLS"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="8.0"
|
YNH_PHP_VERSION="7.4"
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml"
|
pkg_dependencies="php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue