diff --git a/composer.json b/composer.json index ec99f81..c57a429 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,9 @@ "drupal/smtp": "^1.2", "drupal/health_check_url": "^3.2", "drupal/oauth_login_oauth2": "^3.0", - "drupal/simple_oauth_password_grant": "^1.0@RC" + "drupal/simple_oauth_password_grant": "^1.0@RC", + "drupal/farm_map_custom_layers": "^1.2", + "drupal/farm_eggs": "^2.2" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/composer.lock b/composer.lock index b6cdeae..0e7a4aa 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": "d044e275e42dc3abf4c4914c2b6c8877", + "content-hash": "05e7f8a8ea91fb01f09e960b18e6a834", "packages": [ { "name": "asm89/stack-cors", @@ -2129,6 +2129,101 @@ "source": "https://git.drupalcode.org/project/exif_orientation" } }, + { + "name": "drupal/farm_eggs", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/farm_eggs.git", + "reference": "2.2.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/farm_eggs-2.2.0.zip", + "reference": "2.2.0", + "shasum": "59360fd11240787eab97f94477249988241960ec" + }, + "require": { + "drupal/core": "^9 || ^10", + "farmos/farmos": "^2 || ^3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.2.0", + "datestamp": "1698699110", + "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": "m.stenta", + "homepage": "https://www.drupal.org/user/581414" + } + ], + "description": "Provides a quick form for recording egg harvests in farmOS.", + "homepage": "https://www.drupal.org/project/farm_eggs", + "support": { + "source": "https://git.drupalcode.org/project/farm_eggs", + "error": "Invalid dependency: \"farm_quick\" is an unknown drupal 8 package name", + "docs": "https://farmOS.org/guide", + "forum": "https://farmOS.discourse.group", + "chat": "https://matrix.to/#/#farmOS:matrix.org" + } + }, + { + "name": "drupal/farm_map_custom_layers", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/farm_map_custom_layers.git", + "reference": "1.2.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/farm_map_custom_layers-1.2.0.zip", + "reference": "1.2.0", + "shasum": "e6cbb5439c5d87a560992cece219ddb9e4afba86" + }, + "require": { + "drupal/core": "^9 || ^10", + "farmos/farmos": "^2 || ^3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.2.0", + "datestamp": "1701459173", + "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": "wotnak", + "homepage": "https://www.drupal.org/user/3558113" + } + ], + "description": "Adds UI for defining custom farmOS map layers.", + "homepage": "https://www.drupal.org/project/farm_map_custom_layers", + "support": { + "source": "https://git.drupalcode.org/project/farm_map_custom_layers", + "error": "Invalid dependency: \"farm_map\" is an unknown drupal 8 package name" + } + }, { "name": "drupal/fraction", "version": "2.3.1", @@ -12885,7 +12980,9 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "drupal/simple_oauth_password_grant": 5 + }, "prefer-stable": true, "prefer-lowest": false, "platform": [],