diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-19 09:44:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-19 09:44:21 +0200 |
commit | 010318d77ef2f14660d0bb7f1242c9d70c07c476 (patch) | |
tree | 4c8e0e11f166e5386f0f593511afeb38123968d1 /phinx-autoload.php | |
parent | ad5fafed6803260b8e89d072c490b04c7dcf7dfe (diff) |
update to 0.12.4
drop dependency on cakephp/collection
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r-- | phinx-autoload.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phinx-autoload.php b/phinx-autoload.php index 2d0ae77..d6d7d0c 100644 --- a/phinx-autoload.php +++ b/phinx-autoload.php @@ -5,7 +5,6 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Phinx\\', __DIR__); \Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/Cake4/Collection/autoload.php', '/usr/share/php/Cake4/Database/autoload.php', '/usr/share/php/Psr/Container/autoload.php', [ |