farmOS/composer.json

66 lines
2.8 KiB
JSON
Raw Normal View History

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",
"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",
"drupal/admin_toolbar": "^2.4",
2020-12-03 15:57:15 +01:00
"drupal/core": "~9.1.0",
"drupal/config_rewrite": "^1.3",
"drupal/csv_serialization": "^2.0@beta",
"drupal/date_popup": "^1.1",
"drupal/entity_reference_integrity": "^1.0@RC",
"drupal/entity_reference_validators": "^1.0@alpha",
"drupal/geofield": "^1.15",
"drupal/gin": "^3.0@alpha",
"drupal/jsonapi_extras": "^3.15",
"drupal/jsonapi_schema": "^1.0@beta",
2020-04-30 14:47:18 +02:00
"drupal/log": "2.x-dev",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
2020-11-28 04:26:32 +01:00
"drupal/simple_oauth": "^5.0",
"drupal/token": "^1.7",
"lcobucci/jwt": "3.3.3"
},
"_comments": {
"lcobucci/jwt": "Required to fix deprecations in farm_api tests until simple_oauth bumps thephpleague/oauth2_server version. See https://github.com/thephpleague/oauth2-server/issues/1156"
2020-04-18 23:01:55 +02:00
},
"require-dev": {
"drupal/config_update": "^1.7"
},
"extra": {
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/config_rewrite": {
"Issue #3166694: Make config_rewrite/tests/modules compatible with Drupal 9": "https://www.drupal.org/files/issues/2020-08-22/3166694-2.patch"
},
"drupal/core": {
"Issue #3186443: PHPUnit 9.5 Call to undefined method ::getAnnotations()": "https://www.drupal.org/files/issues/2020-12-04/3186443-1.patch",
"Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2020-10-12/2339235_60.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 #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"
}
}
},
2020-04-18 23:01:55 +02:00
"minimum-stability": "dev"
}