Skip to content

Commit edaf22e

Browse files
arlanramarlan
and
arlan
authored
Add Laravel 10 support (#49)
* Add Laravel 10 support --------- Co-authored-by: arlan <[email protected]>
1 parent a75486d commit edaf22e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 3.4.0 - 2023-07-12
6+
7+
- Updated to support Laravel 10
8+
59
## 3.3.0 - 2022-06-30
610

711
- Updated to support Laravel 9

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"ext-json": "*",
1818
"ext-mbstring": "*",
1919
"guzzlehttp/guzzle": "^7.0.1",
20-
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0",
21-
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0",
22-
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0"
20+
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
21+
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
22+
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)