added file_replace contrib module

This commit is contained in:
2025-03-10 11:37:41 +01:00
parent 08174978cd
commit 90fa6b3a3b
6 changed files with 179 additions and 14 deletions

80
composer.lock generated
View File

@@ -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": "744526d239953bb84031586fadb47e15",
"content-hash": "2a9d033a45c91b76b96717ebfdc42c3d",
"packages": [
{
"name": "ajgl/breakpoint-twig-extension",
@@ -5690,6 +5690,58 @@
"source": "https://git.drupalcode.org/project/file_mdm"
}
},
{
"name": "drupal/file_replace",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/file_replace.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/file_replace-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "0717a481afb3dbf74e5ac05aa4ced8d2577f0086"
},
"require": {
"drupal/core": "^8 || ^9 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1741205264",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bbrala",
"homepage": "https://www.drupal.org/user/3366066"
},
{
"name": "casey",
"homepage": "https://www.drupal.org/user/32403"
},
{
"name": "timohuisman",
"homepage": "https://www.drupal.org/user/3558376"
}
],
"description": "Allows to replace files",
"homepage": "https://www.drupal.org/project/file_replace",
"support": {
"source": "https://git.drupalcode.org/project/file_replace"
}
},
{
"name": "drupal/filefield_sources",
"version": "dev-1.x",
@@ -17018,20 +17070,12 @@
"drupal/address": 20,
"drupal/administerusersbyrole": 20,
"drupal/advanced_text_formatter": 5,
"drupal/bulkdelete": 20,
"drupal/ckeditor_iframe": 15,
"drupal/config_devel": 20,
"drupal/config_update": 15,
"drupal/context": 5,
"drupal/inline_entity_form": 5,
"drupal/page_manager": 20,
"drupal/paragraphs": 20,
"drupal/pathologic": 15,
"drupal/perimeter": 20,
"drupal/selective_better_exposed_filters": 20,
"drupal/smart_date": 10,
"drupal/views_argument_token": 20,
"drupal/bulkdelete": 20,
"drupal/cshs": 20,
"drupal/config_devel": 20,
"drupal/date_range_formatter": 20,
"drupal/domain": 20,
"drupal/domain_alias": 20,
@@ -17042,21 +17086,29 @@
"drupal/field_group": 20,
"drupal/filefield_sources": 20,
"drupal/filter_perms": 20,
"drupal/inline_entity_form": 5,
"drupal/linkit": 10,
"drupal/login_destination": 20,
"drupal/maillog": 20,
"drupal/maxlength": 10,
"drupal/menu_block": 20,
"drupal/menu_position": 20,
"drupal/page_manager": 20,
"drupal/paragraphs": 20,
"drupal/path_alias_xt": 20,
"drupal/pathologic": 15,
"drupal/perimeter": 20,
"drupal/profile": 5,
"drupal/selective_better_exposed_filters": 20,
"drupal/smart_date": 10,
"drupal/smtp": 10,
"drupal/translation_views": 15,
"drupal/ultimate_cron": 15
"drupal/ultimate_cron": 15,
"drupal/views_argument_token": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}