Update composer.lock file dependencies

This commit is contained in:
Oliver Davies 2024-11-26 18:52:16 +00:00
parent 64cece9daa
commit b36ecd377c
28 changed files with 1468 additions and 1011 deletions

View file

@ -55,7 +55,8 @@
"phpstan/extension-installer": true, "phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true, "php-http/discovery": true,
"cweagans/composer-patches": true "cweagans/composer-patches": true,
"tbachert/spi": true
}, },
"sort-packages": true "sort-packages": true
}, },

2083
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: about_me id: about_me
label: 'About me block' label: 'About me block'
revision: 1 revision: true
description: '' description: ''

View file

@ -6,5 +6,5 @@ _core:
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
id: basic id: basic
label: 'Basic block' label: 'Basic block'
revision: 0 revision: false
description: 'A basic block contains a title and a body.' description: 'A basic block contains a title and a body.'

View file

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: button id: button
label: 'Button block' label: 'Button block'
revision: 1 revision: true
description: '' description: ''

View file

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: testimonials id: testimonials
label: 'Testimonials block' label: 'Testimonials block'
revision: 1 revision: true
description: '' description: ''

View file

@ -50,4 +50,5 @@ settings:
- '<h4 id>' - '<h4 id>'
- '<h5 id>' - '<h5 id>'
- '<h6 id>' - '<h6 id>'
image_upload: { } image_upload:
status: false

View file

@ -99,7 +99,7 @@ image_upload:
status: true status: true
scheme: public scheme: public
directory: inline-images directory: inline-images
max_size: '' max_size: null
max_dimensions: max_dimensions:
width: 0 width: null
height: 0 height: null

View file

@ -7,7 +7,7 @@ _core:
name: Article name: Article
type: article type: article
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.' description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: true

View file

@ -10,8 +10,8 @@ third_party_settings:
parent: '' parent: ''
name: 'Daily email' name: 'Daily email'
type: daily_email type: daily_email
description: '' description: null
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: true

View file

@ -4,10 +4,10 @@ status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: KuyA4NHPXcmKAjRtwa0vQc2ZcyrUJy6IlS2TAyMNRbc default_config_hash: KuyA4NHPXcmKAjRtwa0vQc2ZcyrUJy6IlS2TAyMNRbc
name: 'Page' name: Page
type: page type: page
description: "Use <em>pages</em> for your static content, such as an 'About us' page." description: "Use <em>pages</em> for your static content, such as an 'About us' page."
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: false display_submitted: false

View file

@ -11,7 +11,7 @@ third_party_settings:
name: 'Podcast episode' name: 'Podcast episode'
type: podcast_episode type: podcast_episode
description: 'A podcast episode.' description: 'A podcast episode.'
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: true

View file

@ -11,7 +11,7 @@ third_party_settings:
name: Talk name: Talk
type: talk type: talk
description: "A talk or workshop I've presented." description: "A talk or workshop I've presented."
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: false display_submitted: false

View file

@ -10,8 +10,8 @@ third_party_settings:
parent: '' parent: ''
name: Testimonial name: Testimonial
type: testimonial type: testimonial
description: '' description: null
help: '' help: null
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: false display_submitted: false

View file

@ -3,4 +3,4 @@ _core:
threshold: threshold:
requirements_warning: 172800 requirements_warning: 172800
requirements_error: 1209600 requirements_error: 1209600
logging: 1 logging: true

View file

@ -8,3 +8,4 @@ name: Tags
vid: tags vid: tags
description: 'Use tags to group articles on similar topics into categories.' description: 'Use tags to group articles on similar topics into categories.'
weight: 0 weight: 0
new_revision: false

View file

@ -29,6 +29,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: 0 total_pages: 0
id: 0 id: 0

View file

@ -273,6 +273,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0

View file

@ -533,6 +533,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0

View file

@ -249,6 +249,7 @@ display:
pager: pager:
type: full type: full
options: options:
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
tags: tags:
next: 'Next ' next: 'Next '

View file

@ -221,6 +221,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 31 items_per_page: 31
total_pages: null total_pages: null
id: 0 id: 0

View file

@ -521,6 +521,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: 0 total_pages: 0
id: 0 id: 0
@ -1056,6 +1057,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: 0 total_pages: 0
id: 0 id: 0

View file

@ -30,6 +30,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: 0 total_pages: 0
id: 0 id: 0

View file

@ -196,6 +196,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 36 items_per_page: 36
total_pages: 0 total_pages: 0
id: 0 id: 0

View file

@ -17,122 +17,12 @@ base_table: redirect
base_field: rid base_field: rid
display: display:
default: default:
display_plugin: default
id: default id: default
display_title: Master display_title: Master
display_plugin: default
position: 0 position: 0
display_options: display_options:
access: title: Redirect
type: perm
options:
perm: 'administer redirects'
cache:
type: tag
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: false
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Filter
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: full
options:
items_per_page: 50
offset: 0
id: 0
total_pages: null
tags:
previous: ' previous'
next: 'next '
first: '« first'
last: 'last »'
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
quantity: 9
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
override: true
sticky: false
caption: ''
summary: ''
description: ''
columns:
redirect_source__path: redirect_source__path
redirect_redirect__uri: redirect_redirect__uri
status_code: status_code
language: language
created: created
operations: operations
info:
redirect_source__path:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
redirect_redirect__uri:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
status_code:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
language:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
created:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
operations:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
default: created
empty_table: false
row:
type: fields
fields: fields:
redirect_bulk_form: redirect_bulk_form:
id: redirect_bulk_form id: redirect_bulk_form
@ -141,6 +31,8 @@ display:
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
entity_type: redirect
plugin_id: redirect_bulk_form
label: '' label: ''
exclude: false exclude: false
alter: alter:
@ -185,8 +77,6 @@ display:
action_title: 'With selection' action_title: 'With selection'
include_exclude: exclude include_exclude: exclude
selected_actions: { } selected_actions: { }
entity_type: redirect
plugin_id: redirect_bulk_form
redirect_source__path: redirect_source__path:
id: redirect_source__path id: redirect_source__path
table: redirect table: redirect
@ -194,6 +84,9 @@ display:
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
entity_type: redirect
entity_field: redirect_source
plugin_id: field
label: From label: From
exclude: false exclude: false
alter: alter:
@ -248,9 +141,6 @@ display:
multi_type: separator multi_type: separator
separator: ', ' separator: ', '
field_api_classes: false field_api_classes: false
entity_type: redirect
entity_field: redirect_source
plugin_id: field
redirect_redirect__uri: redirect_redirect__uri:
id: redirect_redirect__uri id: redirect_redirect__uri
table: redirect table: redirect
@ -279,6 +169,9 @@ display:
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
entity_type: redirect
entity_field: created
plugin_id: date
label: Created label: Created
exclude: false exclude: false
alter: alter:
@ -323,15 +216,65 @@ display:
date_format: fallback date_format: fallback
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
entity_type: redirect
entity_field: created
plugin_id: date
operations: operations:
id: operations id: operations
table: redirect table: redirect
field: operations field: operations
entity_type: redirect entity_type: redirect
plugin_id: entity_operations plugin_id: entity_operations
pager:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: null
id: 0
tags:
next: 'next '
previous: ' previous'
first: '« first'
last: 'last »'
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
quantity: 9
exposed_form:
type: basic
options:
submit_button: Filter
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: perm
options:
perm: 'administer redirects'
cache:
type: tag
options: { }
empty:
area_text_custom:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: ''
plugin_id: text_custom
empty: true
content: 'There is no redirect yet.'
tokenize: false
sorts: { }
arguments: { }
filters: filters:
redirect_source__path: redirect_source__path:
id: redirect_source__path id: redirect_source__path
@ -340,6 +283,9 @@ display:
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
entity_type: redirect
entity_field: redirect_source
plugin_id: string
operator: contains operator: contains
value: '' value: ''
group: 1 group: 1
@ -350,6 +296,8 @@ display:
description: '' description: ''
use_operator: false use_operator: false
operator: redirect_source__path_op operator: redirect_source__path_op
operator_limit_selection: false
operator_list: { }
identifier: redirect_source__path identifier: redirect_source__path
required: false required: false
remember: false remember: false
@ -358,8 +306,6 @@ display:
authenticated: authenticated authenticated: authenticated
anonymous: '0' anonymous: '0'
administrator: '0' administrator: '0'
operator_limit_selection: false
operator_list: { }
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@ -372,9 +318,6 @@ display:
default_group: All default_group: All
default_group_multiple: { } default_group_multiple: { }
group_items: { } group_items: { }
entity_type: redirect
entity_field: redirect_source
plugin_id: string
redirect_redirect__uri: redirect_redirect__uri:
id: redirect_redirect__uri id: redirect_redirect__uri
table: redirect table: redirect
@ -382,6 +325,9 @@ display:
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
entity_type: redirect
entity_field: redirect_redirect
plugin_id: string
operator: contains operator: contains
value: '' value: ''
group: 1 group: 1
@ -392,6 +338,8 @@ display:
description: '' description: ''
use_operator: false use_operator: false
operator: redirect_redirect__uri_op operator: redirect_redirect__uri_op
operator_limit_selection: false
operator_list: { }
identifier: redirect_redirect__uri identifier: redirect_redirect__uri
required: false required: false
remember: false remember: false
@ -400,8 +348,6 @@ display:
authenticated: authenticated authenticated: authenticated
anonymous: '0' anonymous: '0'
administrator: '0' administrator: '0'
operator_limit_selection: false
operator_list: { }
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@ -414,9 +360,6 @@ display:
default_group: All default_group: All
default_group_multiple: { } default_group_multiple: { }
group_items: { } group_items: { }
entity_type: redirect
entity_field: redirect_redirect
plugin_id: string
status_code: status_code:
id: status_code id: status_code
table: redirect table: redirect
@ -424,6 +367,9 @@ display:
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
entity_type: redirect
entity_field: status_code
plugin_id: numeric
operator: '=' operator: '='
value: value:
min: '' min: ''
@ -437,6 +383,8 @@ display:
description: '' description: ''
use_operator: false use_operator: false
operator: status_code_op operator: status_code_op
operator_limit_selection: false
operator_list: { }
identifier: status_code identifier: status_code
required: false required: false
remember: false remember: false
@ -445,8 +393,6 @@ display:
authenticated: authenticated authenticated: authenticated
anonymous: '0' anonymous: '0'
administrator: '0' administrator: '0'
operator_limit_selection: false
operator_list: { }
is_grouped: true is_grouped: true
group_info: group_info:
label: 'Status code' label: 'Status code'
@ -463,54 +409,51 @@ display:
title: '300 Multiple Choices' title: '300 Multiple Choices'
operator: '=' operator: '='
value: value:
value: '300'
min: '' min: ''
max: '' max: ''
value: '300'
2: 2:
title: '301 Moved Permanently' title: '301 Moved Permanently'
operator: '=' operator: '='
value: value:
value: '301'
min: '' min: ''
max: '' max: ''
value: '301'
3: 3:
title: '302 Found' title: '302 Found'
operator: '=' operator: '='
value: value:
value: '302'
min: '' min: ''
max: '' max: ''
value: '302'
4: 4:
title: '303 See Other' title: '303 See Other'
operator: '=' operator: '='
value: value:
value: '303'
min: '' min: ''
max: '' max: ''
value: '303'
5: 5:
title: '304 Not Modified' title: '304 Not Modified'
operator: '=' operator: '='
value: value:
value: '304'
min: '' min: ''
max: '' max: ''
value: '304'
6: 6:
title: '305 Use Proxy' title: '305 Use Proxy'
operator: '=' operator: '='
value: value:
value: '305'
min: '' min: ''
max: '' max: ''
value: '305'
7: 7:
title: '307 Temporary Redirect' title: '307 Temporary Redirect'
operator: '=' operator: '='
value: value:
value: '307'
min: '' min: ''
max: '' max: ''
entity_type: redirect value: '307'
entity_field: status_code
plugin_id: numeric
language: language:
id: language id: language
table: redirect table: redirect
@ -518,6 +461,9 @@ display:
relationship: none relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
entity_type: redirect
entity_field: language
plugin_id: language
operator: in operator: in
value: { } value: { }
group: 1 group: 1
@ -528,6 +474,8 @@ display:
description: '' description: ''
use_operator: false use_operator: false
operator: language_op operator: language_op
operator_limit_selection: false
operator_list: { }
identifier: language identifier: language
required: false required: false
remember: false remember: false
@ -537,8 +485,6 @@ display:
anonymous: '0' anonymous: '0'
administrator: '0' administrator: '0'
reduce: false reduce: false
operator_limit_selection: false
operator_list: { }
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@ -551,57 +497,112 @@ display:
default_group: All default_group: All
default_group_multiple: { } default_group_multiple: { }
group_items: { } group_items: { }
entity_type: redirect
entity_field: language
plugin_id: language
sorts: { }
title: Redirect
header: { }
footer: { }
empty:
area_text_custom:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content: 'There is no redirect yet.'
plugin_id: text_custom
relationships: { }
arguments: { }
display_extenders: { }
filter_groups: filter_groups:
operator: AND operator: AND
groups: groups:
1: AND 1: AND
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
columns:
redirect_source__path: redirect_source__path
redirect_redirect__uri: redirect_redirect__uri
status_code: status_code
language: language
created: created
operations: operations
default: created
info:
redirect_source__path:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
redirect_redirect__uri:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
status_code:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
language:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
created:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
operations:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
override: true
sticky: false
summary: ''
empty_table: false
caption: ''
description: ''
row:
type: fields
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer: { }
display_extenders: { }
cache_metadata: cache_metadata:
max-age: 0
contexts: contexts:
- 'languages:language_content' - 'languages:language_content'
- 'languages:language_interface' - 'languages:language_interface'
- url - url
- url.query_args - url.query_args
- user.permissions - user.permissions
cacheable: false
max-age: 0
tags: { } tags: { }
cacheable: false
page_1: page_1:
display_plugin: page
id: page_1 id: page_1
display_title: Page display_title: Page
display_plugin: page
position: 1 position: 1
display_options: display_options:
display_extenders: { } display_extenders: { }
path: admin/config/search/redirect path: admin/config/search/redirect
cache_metadata: cache_metadata:
max-age: 0
contexts: contexts:
- 'languages:language_content' - 'languages:language_content'
- 'languages:language_interface' - 'languages:language_interface'
- url - url
- url.query_args - url.query_args
- user.permissions - user.permissions
cacheable: false
max-age: 0
tags: { } tags: { }
cacheable: false

View file

@ -29,6 +29,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: 0 total_pages: 0
id: 0 id: 0

View file

@ -462,6 +462,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: 0 total_pages: 0
id: 0 id: 0

View file

@ -440,6 +440,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0