From a8e74ff4a4c39fc813ffcc492a1e57931c6395c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Sep 2016 11:58:35 +0200 Subject: phinx: 0.6.4 (new package) --- phinx-autoload.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 phinx-autoload.php (limited to 'phinx-autoload.php') diff --git a/phinx-autoload.php b/phinx-autoload.php new file mode 100644 index 0000000..b2e2835 --- /dev/null +++ b/phinx-autoload.php @@ -0,0 +1,19 @@ +register(); +} + +$fedoraClassLoader->addPrefixes(array( + 'Symfony\\Component\\' => $vendorDir, + 'Phinx\\' => dirname(__DIR__) +)); + -- cgit