os2forms / os2forms_forloeb_profile
This profile adds the configuration and initial install of OS2forms 2.1 med Forløb.
Installs: 6 389
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 2
Open Issues: 2
Type:drupal-profile
pkg:composer/os2forms/os2forms_forloeb_profile
Requires
- cweagans/composer-patches: ^1.6.5
 - drupal/cache_control_override: ^1.1|^2.0
 - drupal/core: ^9 || ^10
 - drupal/gin: ^3.0-rc
 - drush/drush: ^11.4 || ^12
 - os2forms/os2forms: ^3.6 || ^4 || ^5
 - os2web/os2web_simplesaml: 8.x-dev || master
 
Requires (Dev)
- dev-main
 - 1.16.0
 - 1.15.0
 - 1.14.1
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.1
 - 1.11.0
 - 1.10.0
 - 1.9.0
 - 1.8.0
 - 1.7.1-rc
 - 1.7.0-rc
 - 1.6.0-rc
 - 1.5.0
 - 1.4.0
 - 1.4.0-rc
 - 1.3.0
 - 1.2.0
 - 1.1.1
 - 1.1.0
 - 1.0.2
 - 1.0.1
 - 1.0.0
 - dev-f/os2forms-develop
 - dev-release/1.16.0
 - dev-develop
 - dev-f/os2forms-4-5-support
 - dev-f/XOP-171-71566
 - dev-f/OS-60_webform_embed_remove
 - dev-OS2FORMS-380-github-actions-master
 
This package is auto-updated.
Last update: 2025-10-27 15:47:35 UTC
README
This is a Drupal 9 installation profile for OS2forms project.
Create a new drupal 9 project
Setting the stability to dev to allow all required packages to be installed and also enable patching.
- Create a new drupal project.
 
composer create-project drupal/recommended-project:^9.0 os2forms
- Change composer config.
 
composer config --no-plugins allow-plugins.zaporylie/composer-drupal-optimizations true composer config --no-plugins allow-plugins.cweagans/composer-patches true composer config --no-plugins allow-plugins.simplesamlphp/composer-module-installer true
Set stability and ensure that patching is enabled. It will not automatically be
enabled by the composer.json files in the os2form profile.
composer config --json minimum-stability dev
composer config --json extra.enable-patching true
- Require the components of an os2forms project.
 
composer require "os2forms/os2forms:^3.3" "os2forms/os2forms_forloeb_profile:^1.11" --with-all-dependencies