We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fc8a8 commit 8754d69Copy full SHA for 8754d69
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [3.4.0] - 2023-04-03
11
+
12
+- Added support for L10
13
14
## [3.3.0] - 2022-03-14
15
16
- Added support for L9
composer.json
@@ -19,11 +19,11 @@
19
],
20
"require": {
21
"php": "^7.3.0|^8.0",
22
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
23
"aws/aws-sdk-php": "^3.52"
24
},
25
"require-dev": {
26
- "orchestra/testbench": "^6.0",
+ "orchestra/testbench": "^6.0|^8.0",
27
"phpunit/phpunit": "^8.0|^9.0"
28
29
"autoload": {
0 commit comments