From 26e909a1a0260f0a2ab1cd5aa4c427dc8be4ff71 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 5 Feb 2012 21:23:52 +0100 Subject: [PATCH] Apply nested-autoload support to all relevant files --- bin/compile | 9 ++++----- bin/composer | 9 ++++----- tests/bootstrap.php | 6 ++++++ 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bin/compile b/bin/compile index 62e111228..bd8426693 100755 --- a/bin/compile +++ b/bin/compile @@ -1,11 +1,10 @@ #!/usr/bin/env php add('Composer\Test', __DIR__); $loader->register();