Skip to content

Commit

Permalink
Add Laravel 10 support (#49)
Browse files Browse the repository at this point in the history
* Add Laravel 10 support

---------

Co-authored-by: arlan <[email protected]>
  • Loading branch information
arlanram and arlan authored Jul 12, 2023
1 parent a75486d commit edaf22e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `smsc-ru` will be documented in this file

## 3.4.0 - 2023-07-12

- Updated to support Laravel 10

## 3.3.0 - 2022-06-30

- Updated to support Laravel 9
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0"
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down

0 comments on commit edaf22e

Please sign in to comment.