Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greg-1-anderson/core-dev-dependencies

Prototype project for drupal/core-dev-dependencies (drupal-core-require-dev for 8.8.x)
https://github.com/greg-1-anderson/core-dev-dependencies

Last synced: 21 days ago
JSON representation

Prototype project for drupal/core-dev-dependencies (drupal-core-require-dev for 8.8.x)

Awesome Lists containing this project

README

        

# drupal/core-dev-dependencies

This project is for use with a Composer-managed Drupal site. This project is
only needed to run the Drupal test suite on the site. Most sites probably do
not need to use this project.

## Updating

This project does not require `drupal/core`, nor does it have any conflict
statements for any version of `drupal/core`. These constraints were omitted
to avoid causing problems for sites trying to upgrade their version of
`drupal/core`. The consequence of this decision is that the version of
`drupal/core-dev-dependencies` might differ from the version of `drupal/core`
installed. Generally speaking, it should be okay to run a newer version of
`drupal/core-dev-dependencies` than `drupal/core`. Using a newer version of
`drupal/core` might not work, though, as it is possible that new test
dependencies may have been added.

## References

This project is derived from the original community project
[webflo/drupal-core-require-dev](https://github.com/webflo/drupal-core-require-dev).
It was generated from tools derived from [webflo/package-generator-drupal](https://github.com/webflo/package-generator-drupal)
and [webflo/package-generator](https://github.com/webflo/package-generator).