diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-23 17:55:05 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-23 17:55:05 +0100 |
commit | 89bc3e4440e059a9b2178558bcc01a1a77d82a2a (patch) | |
tree | 5fa24db8587081ef8bf11e6b0c5b19b53e49c010 /phinx-autoload.php | |
parent | 75a7c6f81389f8ca35fef2676a453f034884c683 (diff) |
Update to 0.9.2
open https://github.com/cakephp/phinx/pull/1278 fix tests
use phpunit6 on Fedora
allow Symfony 4
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r-- | phinx-autoload.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phinx-autoload.php b/phinx-autoload.php index 7f20807..754541a 100644 --- a/phinx-autoload.php +++ b/phinx-autoload.php @@ -6,14 +6,17 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Phinx\\', __DIR__); \Fedora\Autoloader\Dependencies::required(array( [ + '/usr/share/php/Symfony4/Component/Console/autoload.php', '/usr/share/php/Symfony3/Component/Console/autoload.php', '/usr/share/php/Symfony/Component/Console/autoload.php', ], [ + '/usr/share/php/Symfony4/Component/Config/autoload.php', '/usr/share/php/Symfony3/Component/Config/autoload.php', '/usr/share/php/Symfony/Component/Config/autoload.php', ], [ + '/usr/share/php/Symfony4/Component/Yaml/autoload.php', '/usr/share/php/Symfony3/Component/Yaml/autoload.php', '/usr/share/php/Symfony/Component/Yaml/autoload.php', ], |