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-04-30 14:42:12 +02:00
"drupal/core" : "^9.0.0" ,
2020-08-20 15:01:11 +02:00
"drupal/config_rewrite" : "^1.3" ,
2020-11-11 21:43:53 +01:00
"drupal/entity_reference_validators" : "^1.0@alpha" ,
2020-09-25 05:07:24 +02:00
"drupal/geofield" : "^1.15" ,
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-09-30 01:23:27 +02:00
"drupal/simple_oauth" : "^5.0" ,
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-25 19:41:14 +01:00
"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
} ,
2020-08-20 17:13:55 +02:00
"require-dev" : {
"drupal/config_update" : "^1.7"
} ,
2020-06-05 18:05:05 +02:00
"extra" : {
"patchLevel" : {
"drupal/core" : "-p2"
} ,
"patches" : {
2020-08-22 15:49:04 +02:00
"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"
} ,
2020-06-05 18:05:05 +02:00
"drupal/core" : {
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
} ,
"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" ,
"Issue #3174572: Passing a third argument to headers->get() is deprecated" : "https://www.drupal.org/files/issues/2020-10-02/3174572-2.patch"
2020-06-05 18:05:05 +02:00
}
}
} ,
2020-04-18 23:01:55 +02:00
"minimum-stability" : "dev"
}