Skip to content

Commit

Permalink
Final build details
Browse files Browse the repository at this point in the history
  • Loading branch information
nishanth-kd committed Jun 14, 2016
1 parent cf5580c commit c3e1996
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coloredcow/laravel-twilio",
"description": "Twilio Integration for Laravel",
"type": "",
"version": "1.0.0",
"version": "1.0.1",
"keywords":["laravel","twilio","twilio-php-sdk","php-twilio"],
"homepage": "http://coloredcow.in",
"license":"GPL-3.0+",
Expand Down
12 changes: 0 additions & 12 deletions providers.json

This file was deleted.

1 change: 1 addition & 0 deletions src/Twilio/Facades/Sms.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace ColoredCow\Twilio\Facades;

use Illuminate\Support\Facades\Facade;

class Sms extends Facade {
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Facades/Voice.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace ColoredCow\Twilio\Facades;

use Illuminate\Support\Facades\Facade;

class Voice extends Facade {
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Services/TwilioMessaging.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Exception;
use Log;

/**
* Messaging Service Class for Twilio
*/
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Services/TwilioVoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Exception;
use Log;

/**
* Voice Service Class for Twilio
*/
Expand Down

0 comments on commit c3e1996

Please sign in to comment.