Results 5 issues of solody

### composer.json generate fail, when generate a new module. [ *ISSUE-GROUP* ] Short description The *ISSUE-GROUP* should be one of: * `command:gm` ### Problem/Motivation Someone created an issues relatively. https://github.com/hechoendrupal/drupal-console/issues/4118...

new-feature

- [x] drupal commerce 2.x 集成 - [x] 添加示例产品数据 - [x] 集成search_api模块,实现产品搜索功能 - [x] 创建pc端主题 - [ ] 集成支付宝和微信支付网关 - [ ] 翻译drupal commerce 2.x中文界面 - [x] 集成Oauth2 API认证功能 -...

```bash composer_1 | Downloading https://packages.drupal.org/8/drupal/rules_ui%244f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945.json composer_1 | Writing /composer/cache/repo/https---packages.drupal.org-8/provider-drupal$rules-ui.json into cache composer_1 | composer_1 | In ComposerRepository.php line 376: composer_1 | composer_1 | [ErrorException] composer_1 | Undefined index: packages composer_1...

bug

Since drupal v10.2.1 need symfony/psr-http-message-bridge v6.x, [easywechat](https://github.com/w7corp/easywechat) can not be installed in drupal 10 anymore. easywechat must to support symfony/psr-http-message-bridge 6.x

I'm dropping a constraint on mysql5.6, code: ``` php $AlterTable = new Ddl\AlterTable($test_table_name); $AlterTable->dropConstraint('text_UniqueKey'); echo $sql->buildSqlString($AlterTable,$adapter); $adapter->query( $sql->buildSqlString($AlterTable,$adapter), $adapter::QUERY_MODE_EXECUTE ); ``` And this code output : ``` sql ALTER TABLE...

bug