Skip to content

Commit 7dd4a3d

Browse files
max-gopherMax
and
Max
authored
Add support Laravel 11 (#52)
* Add support Laravel 11 --------- Co-authored-by: Max <[email protected]>
1 parent edaf22e commit 7dd4a3d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
All notable changes to `smsc-ru` will be documented in this file
4+
## 3.5.0 - 2024-12-14
5+
6+
- Updated to support Laravel 11
47

58
## 3.4.0 - 2023-07-12
69

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
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|^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"
20+
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^9.3",
26-
"mockery/mockery": "^1.3.1"
25+
"phpunit/phpunit": "^11.0.1",
26+
"mockery/mockery": "^1.6"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)