Added a lot of PHP packages for the defunct volkszaehler ebuild

This commit is contained in:
Torsten Kurbad
2025-10-09 12:09:31 +02:00
parent cba6641bde
commit 69cb537d3d
417 changed files with 8637 additions and 53 deletions
+11
View File
@@ -0,0 +1,11 @@
--- composer-2.5.1a/src/bootstrap.php 2022-12-22 15:33:54.000000000 +0100
+++ composer-2.5.1/src/bootstrap.php 2023-02-19 23:15:40.433041600 +0100
@@ -12,7 +12,7 @@
use Composer\Autoload\ClassLoader;
-function includeIfExists(string $file): ?ClassLoader
+function includeIfExists(string $file)
{
return file_exists($file) ? include $file : null;
}