summaryrefslogtreecommitdiffstats
path: root/phinx-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-13 10:00:56 +0100
committerRemi Collet <remi@remirepo.net>2019-12-13 10:00:56 +0100
commit20d8e568224fdcf69ac60ef0a00fdfabd9b116fb (patch)
treed30c12d153f84030736dbfb158b1f904809a287b /phinx-autoload.php
parent56c857f0b2fd08864bc2c0817c02dc293543d27a (diff)
- update to 0.11.3
- allow Symfony 5
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r--phinx-autoload.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phinx-autoload.php b/phinx-autoload.php
index 762a00f..8186fec 100644
--- a/phinx-autoload.php
+++ b/phinx-autoload.php
@@ -10,14 +10,17 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
'/usr/share/php/Cake/Database/autoload.php',
'/usr/share/php/Cake/Datasource/autoload.php',
[
+ '/usr/share/php/Symfony5/Component/Console/autoload.php',
'/usr/share/php/Symfony4/Component/Console/autoload.php',
'/usr/share/php/Symfony3/Component/Console/autoload.php',
],
[
+ '/usr/share/php/Symfony5/Component/Config/autoload.php',
'/usr/share/php/Symfony4/Component/Config/autoload.php',
'/usr/share/php/Symfony3/Component/Config/autoload.php',
],
[
+ '/usr/share/php/Symfony5/Component/Yaml/autoload.php',
'/usr/share/php/Symfony4/Component/Yaml/autoload.php',
'/usr/share/php/Symfony3/Component/Yaml/autoload.php',
],