Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greg-1-anderson/core-recommended-dev-dependencies
Require-dev section of drupal/drupal, locked to the exact versions in the composer.lock file.
https://github.com/greg-1-anderson/core-recommended-dev-dependencies
Last synced: 18 days ago
JSON representation
Require-dev section of drupal/drupal, locked to the exact versions in the composer.lock file.
- Host: GitHub
- URL: https://github.com/greg-1-anderson/core-recommended-dev-dependencies
- Owner: greg-1-anderson
- Created: 2019-08-25T23:32:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T01:34:49.000Z (over 5 years ago)
- Last Synced: 2024-10-26T06:51:12.132Z (2 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drupal/core-recommended-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 is pinned to a specific version of `drupal/core`; it is therefore
slightly more difficult to update if used in conjunction with
`drupal/core-recommended-dependencies`. Both metapackages must be upgraded
together:
```
$ composer update drupal/core-recommended-dependencies drupal/core-recommended-dev-dependencies --with-dependencies
```
If your project is not using `drupal/core-recommended-dependencies`, then
this project can be upgraded directly:
```
$ composer update drupal/core-recommended-dev-dependencies --with-dependencies
```## 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).