File tree Expand file tree Collapse file tree 2 files changed +16
-21
lines changed
Expand file tree Collapse file tree 2 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-notification-channels/cmsms" ,
3- "description" : " Cmsms notification channel for Laravel 5" ,
3+ "description" : " CMSMS notification channel for Laravel 5 and up " ,
44 "homepage" : " https://github.com/laravel-notification-channels/cmsms" ,
55 "license" : " MIT" ,
66 "authors" : [
1515 "php" : " ^7.2" ,
1616 "ext-simplexml" : " *" ,
1717 "guzzlehttp/guzzle" : " ^6.2" ,
18- "illuminate/notifications" : " ~5.5||~6 .0" ,
19- "illuminate/support" : " 5.8.* " ,
20- "orchestra/testbench" : " 3.8.* "
18+ "illuminate/notifications" : " ~5.8 || ~6.0 || ^7 .0" ,
19+ "illuminate/support" : " ~ 5.8 || ~6.0 || ^7.0 " ,
20+ "orchestra/testbench" : " ~ 3.8.0 || ^4.0 || ^5.0 "
2121 },
2222 "require-dev" : {
2323 "mockery/mockery" : " ~1.0" ,
2424 "phpunit/phpunit" : " ~8.0"
2525 },
26+ "config" : {
27+ "sort-packages" : true
28+ },
29+ "extra" : {
30+ "laravel" : {
31+ "providers" : [
32+ " NotificationChannels\\ Cmsms\\ CmsmsServiceProvider"
33+ ]
34+ }
35+ },
2636 "autoload" : {
2737 "psr-4" : {
2838 "NotificationChannels\\ Cmsms\\ " : " src"
3343 "NotificationChannels\\ Cmsms\\ Test\\ " : " tests"
3444 }
3545 },
46+ "minimum-stability" : " dev" ,
47+ "prefer-stable" : true ,
3648 "scripts" : {
3749 "test" : " vendor/bin/phpunit"
38- },
39- "config" : {
40- "sort-packages" : true
41- },
42- "extra" : {
43- "laravel" : {
44- "providers" : [
45- " NotificationChannels\\ Cmsms\\ CmsmsServiceProvider"
46- ]
47- }
4850 }
4951}
Original file line number Diff line number Diff line change 1919 <directory suffix =" .php" >src/</directory >
2020 </whitelist >
2121 </filter >
22- <logging >
23- <log type =" tap" target =" build/report.tap" />
24- <log type =" junit" target =" build/report.junit.xml" />
25- <log type =" coverage-html" target =" build/coverage" />
26- <log type =" coverage-text" target =" build/coverage.txt" />
27- <log type =" coverage-clover" target =" build/logs/clover.xml" />
28- </logging >
2922</phpunit >
You can’t perform that action at this time.
0 commit comments