summaryrefslogtreecommitdiffstats
path: root/php-symfony4-generate-autoloaders.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-24 11:52:18 +0200
committerRemi Collet <remi@remirepo.net>2020-07-24 11:52:18 +0200
commit4eda95ecfac1e09058276c0688ce2029fdfa8652 (patch)
tree9b90f95e7f2cf101538dd9013ab7fe43049142ab /php-symfony4-generate-autoloaders.php
parent0d8d76bb69351764992c0f5e694cee53783d2636 (diff)
update to 4.4.11
raise dependency on doctrine/data-fixtures 1.1 allow doctrine/persistence 2 allow phpdocumentor/reflection-docblock 5
Diffstat (limited to 'php-symfony4-generate-autoloaders.php')
-rwxr-xr-xphp-symfony4-generate-autoloaders.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-symfony4-generate-autoloaders.php b/php-symfony4-generate-autoloaders.php
index a566449..8d10691 100755
--- a/php-symfony4-generate-autoloaders.php
+++ b/php-symfony4-generate-autoloaders.php
@@ -35,6 +35,7 @@ final class AutoloadGenerator {
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',
'path' => 'Cache/IntegrationTests/autoload.php',
],
+ 'composer/package-versions-deprecated' => false,
'doctrine/annotations' => [
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',
'path' => 'Doctrine/Common/Annotations/autoload.php',
@@ -57,7 +58,10 @@ final class AutoloadGenerator {
],
'doctrine/persistence' => [
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',
- 'path' => 'Doctrine/Common/Persistence/autoload.php',
+ 'path' => [
+ 'Doctrine/Common/Persistence2/autoload.php',
+ 'Doctrine/Common/Persistence/autoload.php',
+ ],
],
'doctrine/reflection' => [
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',
@@ -113,6 +117,7 @@ final class AutoloadGenerator {
'phpdocumentor/reflection-docblock' => [
'prefix' => 'FEDORA_SYMFONY4_PHP_DIR',
'path' => [
+ 'phpDocumentor/Reflection/DocBlock5/autoload.php',
'phpDocumentor/Reflection/DocBlock4/autoload.php',
'phpDocumentor/Reflection/DocBlock/autoload.php',
],