diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-28 08:49:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-28 08:49:41 +0200 |
commit | 4723f16f1109f4d4a704fbef1992cade6dc74550 (patch) | |
tree | b15bc838577748c2c6d047e2214aec1e679182aa /php-symfony4-generate-autoloaders.php | |
parent | 59afb94b236ff5d5b04bcb189f81acd2d038d8a9 (diff) |
update to 4.4.41
allow doctrine/persistence 3
Diffstat (limited to 'php-symfony4-generate-autoloaders.php')
-rwxr-xr-x | php-symfony4-generate-autoloaders.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-symfony4-generate-autoloaders.php b/php-symfony4-generate-autoloaders.php index 851722e..06283bc 100755 --- a/php-symfony4-generate-autoloaders.php +++ b/php-symfony4-generate-autoloaders.php @@ -62,6 +62,7 @@ final class AutoloadGenerator { 'doctrine/persistence' => [ 'prefix' => 'FEDORA_SYMFONY4_PHP_DIR', 'path' => [ + 'Doctrine/Persistence3/autoload.php', 'Doctrine/Persistence2/autoload.php', 'Doctrine/Common/Persistence/autoload.php', ], |