From 27108801e18fcedcfd6883c34c7168b022252cbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jun 2018 12:56:34 +0200 Subject: update to 0.10.0 drop patch merged upstream raise dependency on PHP 5.6 add dependency on cakephp/collection add dependency on cakephp/database use range dependencies on F27+ --- phinx-autoload.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phinx-autoload.php') diff --git a/phinx-autoload.php b/phinx-autoload.php index 754541a..31846eb 100644 --- a/phinx-autoload.php +++ b/phinx-autoload.php @@ -5,6 +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/Symfony4/Component/Console/autoload.php', '/usr/share/php/Symfony3/Component/Console/autoload.php', -- cgit