farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon
Go to file
Michael Stenta b0a45f357b Include symfony/finder in require-dev to fix version pinning issue when using composer-merge-plugin.
Resolves:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - drupal/core-dev[9.2.0-alpha1, ..., 9.2.x-dev] require symfony/finder ^4.4 -> found symfony/finder[v4.4.0-BETA1, ..., 4.4.x-dev] but the package is fixed to v5.3.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires drupal/core-dev ~9.2.0 -> satisfiable by drupal/core-dev[9.2.0-alpha1, ..., 9.2.x-dev].
2021-09-28 13:54:43 -04:00
.github/workflows Use default test result printer now that updated version of HtmlOutputPrinter is available. 2021-09-24 14:29:29 -04:00
.tugboat Create test users with manager, worker and viewer roles. 2021-04-19 13:06:40 -04:00
docker Set PHP expose_php to Off. 2021-09-14 14:44:15 -04:00
docs Clarify that farm_update only reverts configuration entities - not simple config. 2021-09-27 09:50:22 -04:00
modules Clarify that farm_update only reverts configuration entities - not simple config. 2021-09-27 09:50:22 -04:00
src/Form Remove the need for "disabled" modules in FarmModulesForm. 2021-08-23 10:41:50 -04:00
.gitattributes Classify *.install, *.inc, *.module, and *.profile files as PHP for linguist. 2020-10-07 11:54:49 -04:00
.gitignore Add instructions about how to update documentation to documentation 2020-11-12 20:14:57 -05:00
composer.json Update patch for Issue #2339235. 2021-09-24 14:29:29 -04:00
composer.libraries.json Remove redundant properties from composer.libraries.json. 2021-09-26 16:34:49 -04:00
composer.project.json Include symfony/finder in require-dev to fix version pinning issue when using composer-merge-plugin. 2021-09-28 13:54:43 -04:00
farm.info.yml Install Gin via farm_ui_theme_install() instead of config/install. 2021-09-06 11:00:51 -04:00
farm.install Restrict new user registration via hook_install() instead of config/install. 2021-09-06 11:00:51 -04:00
farm.profile Issue #3239191 by paul121: Change farm_update to ignore simple config 2021-09-27 09:50:10 -04:00
mkdocs.yml Document file entities in the data model. 2021-09-20 16:49:53 -04:00