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

Commit

Permalink
Merge pull request #17 from tekerson/master
Browse files Browse the repository at this point in the history
Add `Exception` namespace to autoload
  • Loading branch information
Ocramius committed Jul 18, 2014
2 parents 896964e + efb4d0e commit 0ede952
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 0ede952

Please sign in to comment.