2020-04-18 23:01:55 +02:00
{
"name" : "farmos/farmos" ,
"description" : "A web-based farm record keeping application." ,
"type" : "drupal-profile" ,
"license" : "GPL-2.0-or-later" ,
2020-07-31 21:05:34 +02:00
"homepage" : "https://farmOS.org" ,
"support" : {
"docs" : "https://farmOS.org/guide" ,
"forum" : "https://farmOS.discourse.group" ,
"chat" : "https://matrix.to/#/#farmOS:matrix.org"
} ,
2020-04-18 23:01:55 +02:00
"authors" : [
{
"name" : "Michael Stenta" ,
"email" : "mike@farmier.com"
}
] ,
"require" : {
2020-06-05 18:04:54 +02:00
"cweagans/composer-patches" : "^1.6" ,
2020-11-28 06:01:08 +01:00
"drupal/admin_toolbar" : "^2.4" ,
2021-09-24 13:25:03 +02:00
"drupal/core" : "~9.2.0" ,
2021-02-22 17:18:58 +01:00
"drupal/config_update" : "^1.7" ,
2021-04-08 21:53:53 +02:00
"drupal/csv_serialization" : "^2.0" ,
2020-11-27 15:28:01 +01:00
"drupal/date_popup" : "^1.1" ,
2021-06-23 02:11:00 +02:00
"drupal/entity_browser" : "^2.6" ,
2021-04-08 21:53:53 +02:00
"drupal/entity_reference_integrity" : "^1.0" ,
2021-02-03 19:59:12 +01:00
"drupal/entity_reference_revisions" : "^1.8" ,
2020-11-11 21:43:53 +01:00
"drupal/entity_reference_validators" : "^1.0@alpha" ,
2021-05-26 18:33:26 +02:00
"drupal/exif_orientation" : "^1.1" ,
2021-01-06 15:03:34 +01:00
"drupal/fraction" : "2.x-dev" ,
2021-07-21 14:27:03 +02:00
"drupal/geofield" : "^1.33" ,
2021-09-24 15:41:46 +02:00
"drupal/gin" : "3.0-alpha36" ,
2020-11-16 18:12:05 +01:00
"drupal/inline_entity_form" : "^1.0@RC" ,
2021-04-09 12:59:18 +02:00
"drupal/inspire_tree" : "^1.0" ,
2020-08-20 16:35:58 +02:00
"drupal/jsonapi_extras" : "^3.15" ,
2020-08-20 16:43:49 +02:00
"drupal/jsonapi_schema" : "^1.0@beta" ,
2020-04-30 14:47:18 +02:00
"drupal/log" : "2.x-dev" ,
2020-09-30 17:08:34 +02:00
"drupal/migrate_plus" : "^5.1" ,
2020-09-28 03:55:39 +02:00
"drupal/migrate_tools" : "^5.0" ,
2020-11-28 04:26:32 +01:00
"drupal/simple_oauth" : "^5.0" ,
2021-03-01 13:00:59 +01:00
"drupal/state_machine" : "^1.0" ,
2020-11-25 19:41:14 +01:00
"drupal/token" : "^1.7" ,
2021-04-08 01:50:24 +02:00
"drupal/views_geojson" : "^1.1" ,
2021-03-25 18:28:44 +01:00
"drush/drush" : "^10.3" ,
2021-05-04 18:40:58 +02:00
"ext-simplexml" : "^7.4" ,
2021-05-31 15:57:03 +02:00
"phayes/geophp" : "^1.2"
2020-11-25 19:41:14 +01:00
} ,
2020-06-05 18:05:05 +02:00
"extra" : {
"patchLevel" : {
"drupal/core" : "-p2"
} ,
"patches" : {
"drupal/core" : {
2021-09-14 19:28:41 +02:00
"Issue #3134470: Switch to entity owner in EntityContentBase during validation" : "https://www.drupal.org/files/issues/2021-07-12/3134470-78.patch" ,
2020-10-11 20:33:54 +02:00
"Issue #2339235: Remove taxonomy hard dependency on node module" : "https://www.drupal.org/files/issues/2020-10-12/2339235_60.patch"
2020-09-30 01:24:44 +02:00
} ,
2020-12-30 23:54:49 +01:00
"drupal/entity" : {
2021-04-26 20:13:05 +02:00
"Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields." : "https://www.drupal.org/files/issues/2021-05-18/3206703-7.patch"
2020-12-30 23:54:49 +01:00
} ,
2020-09-30 01:24:44 +02:00
"drupal/simple_oauth" : {
2020-09-30 01:42:29 +02:00
"Issue #3173947: Cannot authorize non-confidential clients" : "https://www.drupal.org/files/issues/2020-09-29/3173947-2.patch" ,
2020-10-02 18:46:35 +02:00
"Issue #3167287: Always load clients through the Client Repository service" : "https://www.drupal.org/files/issues/2020-09-29/3167287-9.patch" ,
2020-12-03 17:00:31 +01:00
"Issue #3174572: Passing a third argument to headers->get() is deprecated" : "https://www.drupal.org/files/issues/2020-10-02/3174572-2.patch" ,
"Issue #3186301: Make $modules variable protected in tests" : "https://www.drupal.org/files/issues/2020-12-03/3186301-2.patch"
2021-01-07 01:17:26 +01:00
} ,
2021-05-31 15:57:03 +02:00
"phayes/geophp" : {
"Use BCMath (where available) for all float arithmetic #115" : "https://patch-diff.githubusercontent.com/raw/phayes/geoPHP/pull/115.patch"
2020-06-05 18:05:05 +02:00
}
}
2021-03-01 13:42:31 +01:00
}
2020-04-18 23:01:55 +02:00
}