diff options
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',              ],  | 
