mile23 / core-composer-converter
Convert a composer.json file to be a happy Drupal Composer citizen.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:composer-plugin
Requires
- php: >=7.0.8
- composer-plugin-api: @stable
- symfony/finder: @stable
- symfony/yaml: @stable
Requires (Dev)
- behat/mink: 1.7.x-dev
- behat/mink-goutte-driver: ^1.2
- composer/composer: @stable
- drupal/coder: 8.3.6
- drupal/core-filesystem: @stable
- mikey179/vfsstream: ^1.6.8
- phpunit/phpunit: ^6.5 || ^7
- symfony/browser-kit: @stable
- symfony/filesystem: @stable
- symfony/lock: @stable
- symfony/process: @stable
This package is auto-updated.
Last update: 2024-11-20 00:46:39 UTC
README
Thanks for using this Drupal component.
You can participate in its development on Drupal.org, through our issue system: https://www.drupal.org/project/issues/drupal
You can get the full Drupal repo here: https://www.drupal.org/project/drupal/git-instructions
You can browse the full Drupal repo here: http://cgit.drupalcode.org/drupal
What does it do?
This Composer plugin converts your non-Composer-based Drupal installation into one which can be safely updated using Composer.
NOTE
This isn't the real plugin. This is a development version. Don't use it.