farmOS/composer.json

79 lines
3.7 KiB
JSON

{
"name": "farmos/farmos",
"description": "A web-based farm record keeping application.",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"homepage": "https://farmOS.org",
"support": {
"docs": "https://farmOS.org/guide",
"forum": "https://farmOS.discourse.group",
"chat": "https://matrix.to/#/#farmOS:matrix.org"
},
"authors": [
{
"name": "Michael Stenta",
"email": "mike@farmier.com"
}
],
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^2.4",
"drupal/core": "9.3.12",
"drupal/config_update": "^1.7",
"drupal/csv_serialization": "^2.0",
"drupal/date_popup": "^1.1",
"drupal/entity": "1.3",
"drupal/entity_browser": "^2.6",
"drupal/entity_reference_integrity": "^1.1",
"drupal/entity_reference_revisions": "^1.8",
"drupal/entity_reference_validators": "^1.0@alpha",
"drupal/exif_orientation": "^1.1",
"drupal/fraction": "^2.0",
"drupal/geofield": "^1.33",
"drupal/gin": "^3.0@beta",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/inspire_tree": "^1.0",
"drupal/jsonapi_extras": "^3.15",
"drupal/jsonapi_schema": "1.0-beta1",
"drupal/log": "^2.0.2",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/simple_oauth": "5.0.6",
"drupal/state_machine": "^1.0",
"drupal/subrequests": "^3.0.3",
"drupal/token": "^1.7",
"drupal/views_geojson": "^1.1",
"drush/drush": "^10.3",
"ext-simplexml": "^7.4",
"phayes/geophp": "1.2"
},
"extra": {
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields.": "https://www.drupal.org/files/issues/2021-12-02/2429699-453-9.3.x.patch",
"Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2021-12-09/2339235-9.3.x-76.patch",
"Issue #1874838: Allow exposed blocks to use 'Link display' settings": "https://www.drupal.org/files/issues/2021-11-11/1874838-26.patch"
},
"drupal/entity": {
"Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields.": "https://www.drupal.org/files/issues/2022-05-11/3206703-10.patch"
},
"drupal/jsonapi_schema": {
"Issue #3256795: Float fields have a null schema": "https://www.drupal.org/files/issues/2022-01-03/3256795-4.patch",
"Issue #3246251: Change format utc-millisec to date-time": "https://www.drupal.org/files/issues/2021-10-27/3246251-2.patch"
},
"drupal/simple_oauth": {
"Issue #3173947: Cannot authorize non-confidential clients": "https://www.drupal.org/files/issues/2020-09-29/3173947-2.patch",
"Issue #3167287: Always load clients through the Client Repository service": "https://www.drupal.org/files/issues/2020-09-29/3167287-9.patch",
"Issue #3186301: Make $modules variable protected in tests": "https://www.drupal.org/files/issues/2020-12-03/3186301-2.patch",
"Issue #3193609: invalid_credentials error does not conform to OAuth2 spec": "https://www.drupal.org/files/issues/2021-12-13/3193609-11.patch"
},
"phayes/geophp": {
"Use BCMath (where available) for all float arithmetic #115": "https://patch-diff.githubusercontent.com/raw/phayes/geoPHP/pull/115.patch"
}
}
}
}