Skip to content

Commit 7eeeef2

Browse files
Message on framework agnosticness
1 parent 8fdeefb commit 7eeeef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
- Added a Manager class ([#34](https://github.com/aloha/laravel-twilio/pull/34)) to configure a Twilio object from an array of settings, depending on the requested from address.
1010
- Abstracted a TwilioInterface from the Twilio class ([#34](https://github.com/aloha/laravel-twilio/pull/34)).
1111
- Allowed second argument to be callable as message builder ([#36](https://github.com/aloha/laravel-twilio/pull/36)).
12+
- Made the Twilio class independent from the Laravel Framework, thus made the package framework agnostic.
1213
- Moved files around (Facade and Service Providers to Support subnamespace).
1314
- Dropped PHP 5.3 support (by accident, by using square array bracket syntax).
1415
- Autoloading from PSR-0 to PSR-4.

0 commit comments

Comments
 (0)