summaryrefslogtreecommitdiffstats
path: root/php-symfony4-generate-autoloaders.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-19 16:54:36 +0200
committerRemi Collet <remi@remirepo.net>2021-05-19 16:54:36 +0200
commitc113dd4e2d060a57d8790fd8cfe11432b188a244 (patch)
tree950fc77c0296c60988cd154b946b1de65db0ec26 /php-symfony4-generate-autoloaders.php
parent7d3dad72f01ea09d04e8345396809b450132e718 (diff)
update to 4.4.24
Diffstat (limited to 'php-symfony4-generate-autoloaders.php')
-rwxr-xr-xphp-symfony4-generate-autoloaders.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-symfony4-generate-autoloaders.php b/php-symfony4-generate-autoloaders.php
index ca155fe..682b508 100755
--- a/php-symfony4-generate-autoloaders.php
+++ b/php-symfony4-generate-autoloaders.php
@@ -42,7 +42,10 @@ final class AutoloadGenerator {
],
'doctrine/cache' => [
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',
- 'path' => 'Doctrine/Common/Cache/autoload.php',
+ 'path' => [
+ 'Doctrine/Common/Cache2/autoload.php',
+ 'Doctrine/Common/Cache/autoload.php',
+ ],
],
'doctrine/collections' => [
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',