zendframework / ZendService_Google_Gcm

Implementation for ZF2 of a GCM 3rd party server (http://developer.android.com/guide/google/gcm/)
BSD 3-Clause "New" or "Revised" License
29 stars 49 forks source link

autoload is wrong for exceptions #8

Closed stmh closed 9 years ago

stmh commented 9 years ago

After running composer update I got errors on my installation, as php could not find the class-declarations for the various exceptions. As it turns out, they are missing in the composer.json.

See attached fix.

mwillbanks commented 9 years ago

@stmh thanks!