Skip to content

Commit

Permalink
Support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptommer committed Dec 26, 2023
1 parent 07c1586 commit 9ff3262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

All notable changes to `Smsir` will be documented in this file

## 1.1.3 - 2023-26-12

- Support for Laravel 10

## 1.1.2 - 2023-15-2
- Panel route can be disabled

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^7.0|^8.0",
"php": "^7.0|^8",
"ext-json": "*",
"guzzlehttp/guzzle": "*",
"illuminate/support": "*"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "*",
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9ff3262

Please sign in to comment.