From b97ef60773ba6b16298c1e5691513698880d66ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 17:08:40 +0100 Subject: php-herrera-io-annotations: 1.0.1, new package --- php-herrera-io-annotations-autoload.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 php-herrera-io-annotations-autoload.php (limited to 'php-herrera-io-annotations-autoload.php') diff --git a/php-herrera-io-annotations-autoload.php b/php-herrera-io-annotations-autoload.php new file mode 100644 index 0000000..e8e070d --- /dev/null +++ b/php-herrera-io-annotations-autoload.php @@ -0,0 +1,18 @@ +register(); +} + +$fedoraClassLoader->addPrefix('Herrera\\Annotations\\', dirname(dirname(__DIR__))); + +// Dependencies +require_once $vendorDir . '/Doctrine/Common/Annotations/autoload.php'; -- cgit