From efb4d0e265bbf9f6ea2ad1a4c96c6f894cbbf328 Mon Sep 17 00:00:00 2001 From: Brenton Alker Date: Fri, 18 Jul 2014 11:03:03 +1000 Subject: [PATCH] Add `Exception` namespace to autoload Add the `ZendService\Apple\Exception` namespace handler to the autoload configuration. It is not under the `Apns` namespace that the existing configuration handles. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de5b00c..0bb5e1b 100755 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "license": "BSD-3-Clause", "autoload": { "psr-0": { - "ZendService\\Apple\\Apns\\": "library/" + "ZendService\\Apple\\Apns\\": "library/", + "ZendService\\Apple\\Exception\\": "library/" } }, "repositories": [