Skip to content
Snippets Groups Projects
Commit b705555c authored by Fran Garcia-Linares's avatar Fran Garcia-Linares
Browse files

Issue #3417788 by fjgarlin, Daniel_MM02: Config read_only para sitios no locales

parent ab7ff159
No related branches found
No related tags found
1 merge request!2Resolve #3417788 "Config read only"
Pipeline #84767 passed
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fc49e6ad9797a3eb65cf8e3920485975",
"content-hash": "226b6f6dc1d51e06703bb6c99da109bf",
"packages": [
{
"name": "asm89/stack-cors",
......@@ -2356,6 +2356,70 @@
"slack": "https://drupal.slack.com/archives/C45342CDD"
}
},
{
"name": "drupal/config_readonly",
"version": "1.0.0-beta5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_readonly.git",
"reference": "8.x-1.0-beta5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_readonly-8.x-1.0-beta5.zip",
"reference": "8.x-1.0-beta5",
"shasum": "29fdbf9259d35c07377f2f3b2e202daac5bdfc11"
},
"require": {
"drupal/core": "^9.1 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-beta5",
"datestamp": "1673648600",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "effulgentsia",
"homepage": "https://www.drupal.org/user/78040"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "moshe weitzman",
"homepage": "https://www.drupal.org/user/23"
},
{
"name": "pwolanin",
"homepage": "https://www.drupal.org/user/49851"
},
{
"name": "scor",
"homepage": "https://www.drupal.org/user/52142"
},
{
"name": "wheatpenny",
"homepage": "https://www.drupal.org/user/1128182"
}
],
"description": "Enables making the active configuration store read-only to prevent configuration changes on a Drupal site.",
"homepage": "https://www.drupal.org/project/config_readonly",
"support": {
"source": "https://git.drupalcode.org/project/config_readonly"
}
},
{
"name": "drupal/config_split",
"version": "1.9.0",
......
......@@ -24,6 +24,7 @@ module:
components: 0
config: 0
config_filter: 0
config_readonly: 0
config_split: 0
config_translation: 0
content_moderation: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment