From 8a3e46fd25277f870dc3b4210a3e81005a75bc0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Apr 2020 07:48:13 +0200 Subject: update to 0.12.0 raise dependency on PHP 7.2 switch to cakephp v4 switch to phpunit v8 --- phinx-autoload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phinx-autoload.php') diff --git a/phinx-autoload.php b/phinx-autoload.php index 1398bbb..f46128b 100644 --- a/phinx-autoload.php +++ b/phinx-autoload.php @@ -5,8 +5,8 @@ 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/Database/autoload.php', + '/usr/share/php/Cake4/Collection/autoload.php', + '/usr/share/php/Cake4/Database/autoload.php', [ '/usr/share/php/Symfony5/Component/Console/autoload.php', '/usr/share/php/Symfony4/Component/Console/autoload.php', -- cgit