diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-02 11:08:47 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-02 11:08:47 +0100 |
commit | f3679ae11f123c9e79aece86e03aaa31a65fc120 (patch) | |
tree | a9bfb4ef048c4ceee5b183ed47b04853ef09014f /phinx-autoload.php | |
parent | 20d8e568224fdcf69ac60ef0a00fdfabd9b116fb (diff) |
- update to 0.11.4
- raise dependency on cake 3.7
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r-- | phinx-autoload.php | 2 |
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', |