diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-24 12:28:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-24 12:28:26 +0200 |
commit | ad5fafed6803260b8e89d072c490b04c7dcf7dfe (patch) | |
tree | 06cf6062d73fe07fca17c40a45657330a89a5ffc /phinx-autoload.php | |
parent | dca074e05cca94b42663a0204e1e58490262db15 (diff) |
update to 0.12.2
add dependency on psr/container
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r-- | phinx-autoload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phinx-autoload.php b/phinx-autoload.php index f46128b..2d0ae77 100644 --- a/phinx-autoload.php +++ b/phinx-autoload.php @@ -7,6 +7,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \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', [ '/usr/share/php/Symfony5/Component/Console/autoload.php', '/usr/share/php/Symfony4/Component/Console/autoload.php', |