Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Add Exception namespace to autoload
Browse files Browse the repository at this point in the history
Add the `ZendService\Apple\Exception` namespace handler to the autoload
configuration. It is not under the `Apns` namespace that the existing
configuration handles.
  • Loading branch information
tekerson committed Jul 18, 2014
1 parent 896964e commit efb4d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"license": "BSD-3-Clause",
"autoload": {
"psr-0": {
"ZendService\\Apple\\Apns\\": "library/"
"ZendService\\Apple\\Apns\\": "library/",
"ZendService\\Apple\\Exception\\": "library/"
}
},
"repositories": [
Expand Down

0 comments on commit efb4d0e

Please sign in to comment.