From 99591dfd180d2ff8d58393eb3ccf3ffe8be20e15 Mon Sep 17 00:00:00 2001 From: quicksketch Date: Mon, 15 Apr 2024 08:46:09 -0700 Subject: [PATCH] Issue #262: Deprecate drush extension in README. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e100f3..3897749 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ Drush Integration for Backdrop CMS ================================== -[![Build Status](https://travis-ci.org/backdrop-contrib/backdrop-drush-extension.svg?branch=1.x-1.x)](https://travis-ci.org/backdrop-contrib/backdrop-drush-extension) - -This project allows you to use [Drush](https://github.com/drush-ops/drush) with +This project allows you to use [Drush 8](https://github.com/drush-ops/drush) with [Backdrop CMS](https://backdropcms.org). Drush is a command-line tool for manipulating content management systems. +**This project is deprecated. The [bee](https://github.com/backdrop-contrib/bee) +project is the best way to interact with Backdrop via the CLI.** If you use the +backdrop-drush extension on your Backdrop projects, PHP 7.4 is recommended, as +drush 8 has some issues with PHP 8+. Drush 8 is also scheduled to become +unsupported when Drupal 7 reaches end-of-life on January 15, 2025. + This integration is currently capable of executing the following commands: * `drush dlb backdrop`: Download Backdrop CMS.