Skip to content

Commit

Permalink
Merge pull request #15 from codepeak/l10
Browse files Browse the repository at this point in the history
L10 added in composer
  • Loading branch information
larsemil authored Apr 9, 2023
2 parents 0f6c1a2 + c2caee5 commit b19a405
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
"guzzlehttp/guzzle": "^6.3 || ^6.5 || ^7.0",
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/FortySixElksSMS.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function send()
'flashsms' => $this->flash,
'dryrun' => $this->dry,
'whendelivered' => $this->whendelivered,
'dontlog' => $this->log,
'dontlog' => $this->log ? $this->log : '',
],

]);
Expand Down

0 comments on commit b19a405

Please sign in to comment.