summaryrefslogtreecommitdiffstats
path: root/phinx-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-29 13:43:52 +0200
committerRemi Collet <remi@remirepo.net>2019-08-29 13:43:52 +0200
commitaa84381e35771ae6e83ec334b2085c5eaf4b342c (patch)
treea8b352156b619be784c71663044727c608793c0d /phinx-autoload.php
parent8dc3fdaac93868519fd78f49e4245f7dcd9bd1c8 (diff)
- update to 0.11.1
- raise dependency on symfony 3.4 - use phpunit 7
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r--phinx-autoload.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/phinx-autoload.php b/phinx-autoload.php
index 31846eb..762a00f 100644
--- a/phinx-autoload.php
+++ b/phinx-autoload.php
@@ -6,20 +6,19 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('Phinx\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
'/usr/share/php/Cake/Collection/autoload.php',
+ '/usr/share/php/Cake/Core/autoload.php',
'/usr/share/php/Cake/Database/autoload.php',
+ '/usr/share/php/Cake/Datasource/autoload.php',
[
'/usr/share/php/Symfony4/Component/Console/autoload.php',
'/usr/share/php/Symfony3/Component/Console/autoload.php',
- '/usr/share/php/Symfony/Component/Console/autoload.php',
],
[
'/usr/share/php/Symfony4/Component/Config/autoload.php',
'/usr/share/php/Symfony3/Component/Config/autoload.php',
- '/usr/share/php/Symfony/Component/Config/autoload.php',
],
[
'/usr/share/php/Symfony4/Component/Yaml/autoload.php',
'/usr/share/php/Symfony3/Component/Yaml/autoload.php',
- '/usr/share/php/Symfony/Component/Yaml/autoload.php',
],
));