iqual / iq_events
本软件包最新版本(3.0.5)没有可用的许可信息。
提供创建和管理事件的功能
3.0.5
2024-05-02 11:09 UTC
Requires
- php: ^8.1
- drupal/address: ^1.9
- drupal/address_formatter: ^2.1
- drupal/calendar: ^1.0
- drupal/core: ^9.5 || ^10
- drupal/entity: ^1.2
- drupal/field_group: ^3.4
- drupal/office_hours: ^1.5
- drupal/pagedesigner_block_adaptable: ^3.0 || ^4.0
- iqual/iq_entity_browsers: ^3.0
This package is auto-updated.
Last update: 2024-09-24 08:22:54 UTC
README
Iq Events 是一个模块,提供创建和管理事件的功能。
在 Drupal 9 上安装
按常规安装模块
composer require iqual/iq_events
drush en iq_events
在 Drupal 10 上安装
依赖项 "drupal/address_formatter" 没有Drupal 10的版本。您需要在项目中使用 mglaman/composer-drupal-lenient
允许安装。
composer config minimum-stability dev
composer require mglaman/composer-drupal-lenient
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/address_formatter"]'