diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4230bc9 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "name": "pushbots/pushbots", + "description": "The PushBots PHP Client is a PHP client for PushBots API sending functionality.", + "require": { + "php": ">=5.3.0" + } +} diff --git a/PushBots.class.php b/src/Pushbots/Pushbots.php similarity index 100% rename from PushBots.class.php rename to src/Pushbots/Pushbots.php