Add patch for new item autosave
This commit is contained in:
parent
d2f8551c6c
commit
d70c8f5771
2 changed files with 17 additions and 15 deletions
24
composer.lock
generated
24
composer.lock
generated
|
@ -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": "c706d2ed18e81cb61d9ed8d58d42c21f",
|
||||
"content-hash": "3c742c0b7f61bebfa5d97618a7caf573",
|
||||
"packages": [
|
||||
{
|
||||
"name": "abraham/twitteroauth",
|
||||
|
@ -2625,29 +2625,26 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/autosave_form",
|
||||
"version": "1.4.0",
|
||||
"version": "dev-1.x",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/autosave_form.git",
|
||||
"reference": "8.x-1.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.4.zip",
|
||||
"reference": "8.x-1.4",
|
||||
"shasum": "b1e99ff38d11986b311dac91f7d2cfcfb2152875"
|
||||
"reference": "f482311cb39d5b4d145f0677716c824eadfbad04"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.4",
|
||||
"datestamp": "1664203243",
|
||||
"version": "8.x-1.3+1-dev",
|
||||
"datestamp": "1664203053",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -24618,6 +24615,7 @@
|
|||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"drupal/auto_entitylabel": 10,
|
||||
"drupal/autosave_form": 20,
|
||||
"drupal/coffee": 20,
|
||||
"drupal/comment_notify": 20,
|
||||
"drupal/convert_bundles": 15,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue