Skip to content
Snippets Groups Projects
Unverified Commit 5fa1dea2 authored by David Prévot's avatar David Prévot
Browse files

Force system dependencies loading

parent 1df10dec
No related branches found
No related tags found
No related merge requests found
<?php
require_once 'Psr/Log/autoload.php';
require_once __DIR__ . '/../../Psr/Log/autoload.php';
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
......
Composer/
Psr
src/autoload.php
vendor/
.phpunit.result.cache
......@@ -8,7 +8,8 @@ override_dh_auto_build:
--template debian/autoload.php.tpl \
src
mkdir --parents vendor Composer
ln -s ../src Composer/XdebugHandler
cp -r src Composer/XdebugHandler
ln -s /usr/share/php/Psr .
phpab \
--output vendor/autoload.php \
--template debian/autoload.tests.php.tpl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment