Florian Weber
Florian Weber
@greg-1-anderson is right. You should look at ```drupal/core-composer-scaffold```. I skimmed through the README and could not find the part you mentioned about post-install-cmd.
Hi @rbayliss, thanks for the PR. Isn't it possible to use the "initial" setting for this purpose? This setting runs after the download and an copy the file to other...
@danepowell We added a similar dependency for drupal-project in https://github.com/drupal-composer/drupal-project/pull/170 But it looks like it is not sufficient and we should bump the version further up.
@danepowell Could you try composer 1.2.4? I think this version should work as well.
Ubuntu 16.04 ships with 1.0.0-beta2 :/
Looks good. LGTM!
@csandanov Hi, could you explain how to run the tests? Would like to debug it ... Thanks!
Related issue https://github.com/box-project/box/issues/512
The format of the ``@property`` annotation is wrong. phpstan requires $variable (docs: https://phpstan.org/writing-php-code/phpdocs-basics#magic-properties), but core uses it without $. (Phpstorm supports both, no visual error.) Examples: ``` \Drupal\layout_builder\Plugin\Field\FieldType\LayoutSectionItem \Drupal\menu_link_content\Entity\MenuLinkContent ```...
Core-Issue: https://www.drupal.org/project/drupal/issues/3279502