#996001 phpabtpl: lib-* may not require an autoload.php

#996001#5
Date:
2021-10-09 19:05:57 UTC
From:
To:
Hi Robin,

I noticed in php-mockery that composer.json has the following require:

	"lib-pcre": ">=7.0",

phpabtpl should not add the following line:

	require_once 'LibPcre/autoload.php';

(or at least provide a way to simply ignore it. The fact lib-pcre that
has no vendor/ part seems to make it impossible to ignore it via
debian/pkg-php-tools-autoloaders).

Regards

David