From eea3b3941498bc7acf6039a99f34f00c9996e216 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Wed, 11 Sep 2024 13:36:10 -0400 Subject: [PATCH] Add commands module. --- composer.json | 1 + composer.lock | 104 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 104 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43782dc9e..b798d624f 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "require": { "composer/installers": "^2.1", "cweagans/composer-patches": "^1.7", + "drupal/commands": "1.x-dev", "drupal/core-composer-scaffold": "^10.2.0", "drupal/core-recommended": "^10.2.0", "drupal/devel": "^5.3", diff --git a/composer.lock b/composer.lock index 248d1c154..927512e2f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f5bb1b2f32ba9088aa8320bdd9468520", + "content-hash": "d288f05e10b32fa8c2b12272bce30b10", "packages": [ { "name": "asm89/stack-cors", @@ -1615,6 +1615,53 @@ "source": "https://git.drupalcode.org/project/admin_toolbar" } }, + { + "name": "drupal/commands", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/commands.git", + "reference": "fd34d0483396002fe3257879062ffcca370f1ba3" + }, + "require": { + "drupal/core": "^9 || ^10", + "sensiolabs/ansi-to-html": "^1.2" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "1.x-dev", + "datestamp": "1726075988", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + }, + "drush": { + "services": { + "drush.services.yml": "^11" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "jon pugh", + "homepage": "https://www.drupal.org/user/17028" + } + ], + "description": "Run and track commands.", + "homepage": "https://www.drupal.org/project/commands", + "support": { + "source": "https://git.drupalcode.org/project/commands" + } + }, { "name": "drupal/core", "version": "10.3.2", @@ -4330,6 +4377,60 @@ ], "time": "2024-03-02T06:30:58+00:00" }, + { + "name": "sensiolabs/ansi-to-html", + "version": "v1.2.1", + "source": { + "type": "git", + "url": "https://github.com/sensiolabs/ansi-to-html.git", + "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/94a3145aae4733ff933c8910263ef56d1ae317a9", + "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "conflict": { + "twig/twig": "< 2.4.0" + }, + "require-dev": { + "twig/twig": "^2.4 || ^3.0" + }, + "suggest": { + "twig/twig": "Provides nice templating features" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "SensioLabs\\AnsiConverter\\": "SensioLabs/AnsiConverter" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A library to convert a text with ANSI codes to HTML", + "support": { + "issues": "https://github.com/sensiolabs/ansi-to-html/issues", + "source": "https://github.com/sensiolabs/ansi-to-html/tree/v1.2.1" + }, + "time": "2020-10-06T05:48:55+00:00" + }, { "name": "symfony/console", "version": "v6.4.11", @@ -12886,6 +12987,7 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { + "drupal/commands": 20, "drupal/devshop": 20, "drupal/gin": 5, "drupal/gin_toolbar": 5,