diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-17 10:03:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-17 10:03:38 +0100 |
commit | 893ae8c3ae61c8002a4545af4421eb94235d4dcb (patch) | |
tree | 1d6a92d4a571e9e7bb36c3c411650b8e67629704 | |
parent | 53722cb7d4ed76dc50f6e6cf76c3b6dcd07dfc38 (diff) |
missing
-rw-r--r-- | php-laminas-inputfilter.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index c6f930c..4132d19 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -167,6 +167,7 @@ cat << 'EOF' | tee vendor/autoload.php <?php require_once '%{buildroot}%{php_home}/%{namespace}/%{library}/autoload.php'; \Fedora\Autoloader\Dependencies::required([ + '%{php_home}/%{namespace}/Db/autoload.php', '%{php_home}/Prophecy/PhpUnit/autoload.php', ]); \Fedora\Autoloader\Autoload::addPsr4('%{namespace}Test\\%{library}\\', dirname(__DIR__) . '/test'); |