mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Upgrade to 9.3.5~ynh1
This commit is contained in:
parent
993a57e05e
commit
ac0ad08cbd
5 changed files with 15 additions and 11 deletions
|
@ -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:** 8.9.20~ynh1
|
**Shipped version:** 9.3.5~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,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 :** 8.9.20~ynh1
|
**Version incluse :** 9.3.5~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
upgrade=1 from_commit=69b57e0d7cd862e4e5aef0bfc2bc2634874602c4
|
upgrade=1 from_commit=69b57e0d7cd862e4e5aef0bfc2bc2634874602c4
|
||||||
# 8.9.15~ynh1
|
# 8.9.15~ynh1
|
||||||
upgrade=1 from_commit=06baed57a0650ec9a9e4e0f3348298065c1207f2
|
upgrade=1 from_commit=06baed57a0650ec9a9e4e0f3348298065c1207f2
|
||||||
|
# 8.9.20~ynh1
|
||||||
|
upgrade=1 from_commit=25e747e0cde5e9ae2005181946f7f6cd31c597a5
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -39,3 +41,5 @@ Notification=all
|
||||||
name=8.9.7~ynh2
|
name=8.9.7~ynh2
|
||||||
; commit=06baed57a0650ec9a9e4e0f3348298065c1207f2
|
; commit=06baed57a0650ec9a9e4e0f3348298065c1207f2
|
||||||
name=8.9.15~ynh1
|
name=8.9.15~ynh1
|
||||||
|
; commit=25e747e0cde5e9ae2005181946f7f6cd31c597a5
|
||||||
|
name=8.9.20~ynh1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "drupal/recommended-project",
|
"name": "drupal/recommended-project",
|
||||||
"description": "Project template for Drupal 8 projects with a relocated document root",
|
"description": "Project template for Drupal 9 projects with a relocated document root",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"homepage": "https://www.drupal.org/project/drupal",
|
"homepage": "https://www.drupal.org/project/drupal",
|
||||||
|
@ -15,14 +15,14 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.9",
|
||||||
"drupal/core-composer-scaffold": "^8.8",
|
"drupal/core-composer-scaffold": "^9.3",
|
||||||
"drupal/core-project-message": "^8.8",
|
"drupal/core-project-message": "^9.3",
|
||||||
"drupal/core-recommended": "^8.8",
|
"drupal/core-recommended": "^9.3",
|
||||||
"drush/drush": "^9.7.1 | ^10.0.0"
|
"drush/drush": "^11.0.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupal/core-dev": "^8.8"
|
"drupal/core-dev": "^9.3"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
|
|
|
@ -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": "8.9.20~ynh1",
|
"version": "9.3.5~ynh1",
|
||||||
"url": "https://www.drupal.org",
|
"url": "https://www.drupal.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
|
Loading…
Add table
Reference in a new issue