diff --git a/composer.json b/composer.json index 52dae1e..ab3d517 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,14 @@ { "name": "simplepush/simplepush-php", "type": "library", - "version": "1.0.1", + "version": "1.0.2", "description": "Send push notifications to your smartphone with simplepush.io", "keywords": ["notification","android", "push", "simplepush", "app"], "homepage": "https://simplepush.io", "require": { - "php": ">=5.3.0" + "php": ">=5.3.0" + }, + "autoload": { + "classmap": ["src/Simplepush/Simplepush-PHP/Simplepush.php"] } }