File: Drop-suggests-not-yet-available-in-Debian.patch

package info (click to toggle)
phing 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,548 kB
  • sloc: php: 59,817; xml: 9,767; sql: 78; makefile: 39; sh: 14
file content (44 lines) | stat: -rw-r--r-- 2,120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
From: William Desportes <williamdes@wdes.fr>
Date: Mon, 14 Apr 2025 20:36:56 +0200
Subject: Drop suggests not yet available in Debian

Origin: vendor
Forwarded: not-needed
---
 composer.json | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/composer.json b/composer.json
index d915788..e639d82 100644
--- a/composer.json
+++ b/composer.json
@@ -256,29 +256,14 @@
         "ext-posix": "Used for Posix selector and ACLs",
         "ext-sockets": "Used for the Socket condition",
         "ext-tidy": "Used for the Tidy filter",
-        "aws/aws-sdk-php": "Used for Amazon tasks",
         "guzzlehttp/guzzle": "Used for Http tasks",
-        "jawira/plantuml-encoding": "Required by VisualizerTask",
-        "mehr-als-nix/parallel": "̈Used for Parallel task",
         "monolog/monolog": "Required by the MonologListener",
-        "pdepend/pdepend": "Used for PHPDepend task",
         "pear/archive_tar": "Used for Tar task",
         "pear/mail": "Used for Mail task",
         "pear/mail_mime": "Used for Mail task",
-        "pear/net_ftp": "Used for FtpDeploy task",
-        "pear/net_growl": "Used for Growl task",
         "pear/pear-core-minimal": "Used for PEAR-related tasks",
-        "pear/versioncontrol_git": "Used for Git tasks",
-        "pear/versioncontrol_svn": "Used for Subversion tasks",
-        "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
-        "phpmd/phpmd": "Used for PHPMD task",
-        "phpstan/phpstan": "Used for PHPStan task",
         "phpunit/phpunit": "The PHP Unit Testing Framework",
         "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
-        "scssphp/scssphp": "A compiler for SCSS written in PHP, used by SassTask",
-        "siad007/versioncontrol_hg": "Used for Mercurial tasks",
-        "smarty/smarty": "Used for Smarty task",
-        "squizlabs/php_codesniffer": "Used for PHP CodeSniffer task",
         "symfony/stopwatch": "Needed by the StopwatchTask",
         "tedivm/jshrink": "Javascript Minifier built in PHP"
     },