mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Update to respect latest requirements
This commit is contained in:
parent
463ad8847e
commit
f931a44fd9
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@
|
|||
"name": "julien",
|
||||
"email": "julien.malik@paraiso.me"
|
||||
},
|
||||
"multi_instance": "false",
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.4"
|
||||
},
|
||||
"license": "free",
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
|
|
Loading…
Reference in a new issue