Skip to content

Commit b19a405

Browse files
authored
Merge pull request #15 from codepeak/l10
L10 added in composer
2 parents 0f6c1a2 + c2caee5 commit b19a405

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": ">=7.0",
16-
"guzzlehttp/guzzle": "^6.3 || ^7.0",
17-
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
18-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
19-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
16+
"guzzlehttp/guzzle": "^6.3 || ^6.5 || ^7.0",
17+
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
18+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
19+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^0.9.5",

src/FortySixElksSMS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function send()
3636
'flashsms' => $this->flash,
3737
'dryrun' => $this->dry,
3838
'whendelivered' => $this->whendelivered,
39-
'dontlog' => $this->log,
39+
'dontlog' => $this->log ? $this->log : '',
4040
],
4141

4242
]);

0 commit comments

Comments
 (0)