Skip to content

Commit 933a393

Browse files
Advertise that this project is deprecated.
1 parent 13c1ffc commit 933a393

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[![Build Status](https://travis-ci.org/drupal-composer/drupal-scaffold.svg?branch=master)](https://travis-ci.org/drupal-composer/drupal-scaffold)
44

5+
# DEPRECATED - DO NOT USE
6+
7+
This project is deprecated. Please use [drupal/core-composer-scaffold](https://github.com/drupal/core-composer-scaffold).
8+
9+
If you are still using this plugin because you are on Drupal 8.7.x or earlier, please note that it **is** possible to use core-composer-scaffold with older versions of Drupal 8. Start with the template project [drupal/recommended-project](https://github.com/drupal/recommended-project), and then pin to an earlier version of drupal/core-recommended after the initial create-project is done. Note that it's generally easier to remove composer.lock and vendor first when moving back to older versions of Drupal core.
10+
11+
# OLD README FOLLOWS
12+
513
Composer plugin for automatically downloading Drupal scaffold files (like
614
`index.php`, `update.php`, …) when using `drupal/core` via Composer.
715

0 commit comments

Comments
 (0)