Skip to content
Snippets Groups Projects
Commit 42ebdde5 authored by Robin Gustafsson's avatar Robin Gustafsson
Browse files

Update dependency loading

parent a6c6b8b3
No related branches found
No related tags found
No related merge requests found
Pipeline #792321 failed
From: Robin Gustafsson <robin@rgson.se>
Date: Sun, 5 Jan 2025 17:54:42 +0100
Subject: Remove Composer runtime dependency
Irrelevant when installed from a Debian package.
Forwarded: not-needed
---
composer.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/composer.json b/composer.json
index 90c5508..b082c03 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,6 @@
"ext-openssl": "*",
"ext-session": "*",
"ext-tokenizer": "*",
- "composer-runtime-api": "^2.2",
"brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
"doctrine/inflector": "^2.0.5",
"dragonmantank/cron-expression": "^3.3.2",
0001-Treat-replaced-internal-packages-as-dependencies.patch
0002-Remove-Composer-runtime-dependency.patch
doctrine dbal Doctrine/DBAL/autoload.php
dragonmantank cron-expression Cron/autoload.php
fruitcake php-cors Fruitcake/Cors/autoload.php
guzzlehttp uri-template GuzzleHttp/UriTemplate/autoload.php
league commonmark League/CommonMark/autoload.php
nesbot carbon Carbon/autoload.php
nunomaduro termwind Termwind/autoload.php
psr http-message Psr/Http/Message/autoload.php
swiftmailer swiftmailer Swift/swift_required.php
symfony cache Symfony/Component/Cache/autoload.php
......@@ -11,6 +14,7 @@ symfony error-handler Symfony/Component/ErrorHandler/autoload.php
symfony finder Symfony/Component/Finder/autoload.php
symfony http-foundation Symfony/Component/HttpFoundation/autoload.php
symfony http-kernel Symfony/Component/HttpKernel/autoload.php
symfony mailer Symfony/Component/Mailer/autoload.php
symfony mime Symfony/Component/Mime/autoload.php
symfony process Symfony/Component/Process/autoload.php
symfony routing Symfony/Component/Routing/autoload.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment