We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75486d commit edaf22eCopy full SHA for edaf22e
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `smsc-ru` will be documented in this file
4
5
+## 3.4.0 - 2023-07-12
6
+
7
+- Updated to support Laravel 10
8
9
## 3.3.0 - 2022-06-30
10
11
- Updated to support Laravel 9
composer.json
@@ -17,9 +17,9 @@
17
"ext-json": "*",
18
"ext-mbstring": "*",
19
"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"
+ "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"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "^9.3",
0 commit comments