mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-php/xdebug-handler: add version 1.3.0
A new dependency of dev-php/composer. Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
committed by
Thomas Deutschmann
parent
426752cf8e
commit
8c21e81f01
8
dev-php/xdebug-handler/files/autoload.php
Normal file
8
dev-php/xdebug-handler/files/autoload.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/* Autoloader for composer/ca-bundle and its dependencies */
|
||||
|
||||
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
|
||||
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
|
||||
}
|
||||
|
||||
\Fedora\Autoloader\Autoload::addPsr4('Composer\\XdebugHandler\\', __DIR__);
|
||||
Reference in New Issue
Block a user