File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ trim_trailing_whitespace = true
1313
1414[* .md ]
1515trim_trailing_whitespace = false
16+ insert_final_newline = false
Original file line number Diff line number Diff line change 22build
33composer.phar
44composer.lock
5+ .phpunit.result.cache
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to the ` InterFAX notification channel ` will be documented in this file
4+
5+ ## 2.0.0 - 2020-07-15
6+
7+ - Add support for Laravel 7.x
8+ - Drop support for Laravel 5.8
9+ - Add package autodiscovery
10+
11+ ## 1.0.0 - 2020-01-08
12+
13+ - Initial release
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " ^7.2" ,
16- "illuminate/notifications" : " 5.8.*|^6 .0" ,
17- "illuminate/support" : " 5.8.*|^6 .0" ,
16+ "illuminate/notifications" : " ^6.0|^7 .0" ,
17+ "illuminate/support" : " ^6.0|^7 .0" ,
1818 "interfax/interfax" : " ^1.1"
1919 },
2020 "require-dev" : {
2121 "mockery/mockery" : " ^1.0" ,
2222 "mpdf/mpdf" : " ^8.0" ,
23- "orchestra/testbench" : " ~3.8|~4 .0" ,
23+ "orchestra/testbench" : " ~4.0|~5 .0" ,
2424 "phpunit/phpunit" : " ^8.0"
2525 },
2626 "autoload" : {
3838 },
3939 "config" : {
4040 "sort-packages" : true
41+ },
42+ "extra" : {
43+ "laravel" : {
44+ "providers" : [
45+ " NotificationChannels\\ Interfax\\ InterfaxServiceProvider"
46+ ]
47+ }
4148 }
4249}
You can’t perform that action at this time.
0 commit comments