summaryrefslogtreecommitdiffstats
path: root/phinx-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-11 12:56:34 +0200
committerRemi Collet <remi@remirepo.net>2018-06-11 12:56:34 +0200
commit27108801e18fcedcfd6883c34c7168b022252cbb (patch)
treeb86511df39f09fce7e80c1b9f3013ae52331d07f /phinx-autoload.php
parent89bc3e4440e059a9b2178558bcc01a1a77d82a2a (diff)
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+
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r--phinx-autoload.php2
1 files changed, 2 insertions, 0 deletions
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',