diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-31 09:05:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-31 09:05:50 +0200 |
commit | 528bba2130ef3947647489c1b0385fb0fdaff427 (patch) | |
tree | 575fcb250b54d0ecca884a94a74f8d1882bdfb2d /php-symfony4-generate-autoloaders.php | |
parent | 1f7a7a63da0ff81fec28cb785d7548e550334577 (diff) |
update to 4.4.12
allow doctrine/dbal 3.0
Diffstat (limited to 'php-symfony4-generate-autoloaders.php')
-rwxr-xr-x | php-symfony4-generate-autoloaders.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-symfony4-generate-autoloaders.php b/php-symfony4-generate-autoloaders.php index c11db07..8891a75 100755 --- a/php-symfony4-generate-autoloaders.php +++ b/php-symfony4-generate-autoloaders.php @@ -73,7 +73,10 @@ final class AutoloadGenerator { ], 'doctrine/dbal' => [ 'prefix' => 'FEDORA_SYMFONY4_PHP_DIR', - 'path' => 'Doctrine/DBAL/autoload.php', + [ + 'path' => 'Doctrine/DBAL3/autoload.php', + 'path' => 'Doctrine/DBAL/autoload.php', + ] ], 'doctrine/doctrine-bundle' => [ 'prefix' => 'FEDORA_SYMFONY4_PHP_DIR', |