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

Commit

Permalink
Merge branch 'hotfix/13'
Browse files Browse the repository at this point in the history
Close #13
  • Loading branch information
weierophinney committed May 14, 2014
2 parents a94024b + 46b7b0b commit 896964e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "BSD-3-Clause",
"autoload": {
"psr-0": {
"ZendService": "library/"
"ZendService\\Apple\\Apns\\": "library/"
}
},
"repositories": [
Expand All @@ -24,7 +24,7 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-json": ">=2.0.0"
"zendframework/zend-json": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand Down

0 comments on commit 896964e

Please sign in to comment.