diff --git a/composer.json b/composer.json index c1dbb811..c3766b16 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "drupal/geocoder": "^3.20 || ^4.0", "drupal/geofield": "^1.0", "drupal/gin": "^3.0.0@alpha", - "drupal/inline_entity_form": "^1.0", + "drupal/inline_entity_form": "^2.0", "drupal/raven": "^4.0", "drupal/redis": "^1.4.0", "drupal/select2": "^1.13", diff --git a/composer.lock b/composer.lock index 57071656..f6bd1edb 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "85ae1229dc08adf311ffb34a63c0aafb", + "content-hash": "0e4192268757af8a67f91218b4cccad5", "packages": [ { "name": "asm89/stack-cors", @@ -2690,20 +2690,21 @@ }, { "name": "drupal/inline_entity_form", - "version": "1.0.0-rc15", + "version": "2.0.0-rc7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "8.x-1.0-rc15" + "reference": "2.0.0-rc7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc15.zip", - "reference": "8.x-1.0-rc15", - "shasum": "7702801f7e599956fc3d10cff8257809f53ac3ec" + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-2.0.0-rc7.zip", + "reference": "2.0.0-rc7", + "shasum": "bebc0b16bf992320513c7036bff243c59dad4f56" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10", + "drupal/core": "^9.1 || ^10", + "drupal/rat": "^1.0.0@rc", "php": ">=7.1" }, "require-dev": { @@ -2712,8 +2713,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc15", - "datestamp": "1678126675", + "version": "2.0.0-rc7", + "datestamp": "1689779483", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -3054,6 +3055,39 @@ "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch" } }, + { + "name": "drupal/rat", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/rat.git", + "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "drupal/core": "^9.4", + "drupal/core-dev": "^9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Drupal\\rat\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "gpl-2.0-or-later" + ], + "authors": [ + { + "name": "Merlin", + "email": "merlin@geeks4change.net" + } + ], + "time": "2023-07-19T20:22:22+00:00" + }, { "name": "drupal/raven", "version": "4.0.21",