File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
4
7
5
8
## 3.4.0 - 2023-07-12
6
9
Original file line number Diff line number Diff line change 17
17
"ext-json" : " *" ,
18
18
"ext-mbstring" : " *" ,
19
19
"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 "
23
23
},
24
24
"require-dev" : {
25
- "phpunit/phpunit" : " ^9.3 " ,
26
- "mockery/mockery" : " ^1.3.1 "
25
+ "phpunit/phpunit" : " ^11.0.1 " ,
26
+ "mockery/mockery" : " ^1.6 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments