summaryrefslogtreecommitdiffstats
path: root/phinx-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-02 11:08:47 +0100
committerRemi Collet <remi@remirepo.net>2020-01-02 11:08:47 +0100
commitf3679ae11f123c9e79aece86e03aaa31a65fc120 (patch)
treea9bfb4ef048c4ceee5b183ed47b04853ef09014f /phinx-autoload.php
parent20d8e568224fdcf69ac60ef0a00fdfabd9b116fb (diff)
- update to 0.11.4
- raise dependency on cake 3.7
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r--phinx-autoload.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phinx-autoload.php b/phinx-autoload.php
index 8186fec..1398bbb 100644
--- a/phinx-autoload.php
+++ b/phinx-autoload.php
@@ -6,9 +6,7 @@ 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/Symfony5/Component/Console/autoload.php',
'/usr/share/php/Symfony4/Component/Console/autoload.php',