1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Merge pull request #51 from YunoHost-Apps/testing

Upgrade requirements
This commit is contained in:
yalh76 2022-09-28 01:10:10 +02:00 committed by GitHub
commit bc57252858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Free and open-source content management framework. Free and open-source content management framework.
**Shipped version:** 9.4.6~ynh1 **Shipped version:** 9.4.6~ynh2
## Screenshots ## Screenshots

View file

@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Framework de gestion de contenu libre et open-source. Framework de gestion de contenu libre et open-source.
**Version incluse :** 9.4.6~ynh1 **Version incluse :** 9.4.6~ynh2
## Captures d'écran ## Captures d'écran

View file

@ -6,7 +6,7 @@
"en": "A content management framework written in PHP", "en": "A content management framework written in PHP",
"fr": "Un système de gestion de contenu écrit en PHP" "fr": "Un système de gestion de contenu écrit en PHP"
}, },
"version": "9.4.6~ynh1", "version": "9.4.6~ynh2",
"url": "https://www.drupal.org", "url": "https://www.drupal.org",
"upstream": { "upstream": {
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
@ -19,12 +19,12 @@
"name": "yalh76" "name": "yalh76"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.0"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm", "php7.4-fpm",
"mysql" "mysql"
], ],
"arguments": { "arguments": {