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.
2 parents f7f09e3 + 6e7fd1c commit ba3cd98Copy full SHA for ba3cd98
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.5.0 - 2023-06-01
4
+
5
+- Support for Laravel 10
6
7
## 0.4.0 - 2022-02-15
8
9
- Support for Laravel 9
composer.json
@@ -8,10 +8,10 @@
"require": {
"php" : ">=7.2",
10
"spatie/valuestore": "^1.0",
11
- "illuminate/container": "^6.0|^7.0|^8.0|^9.0",
12
- "illuminate/events": "^6.0|^7.0|^8.0|^9.0",
13
- "illuminate/queue": "^6.0|^7.0|^8.0|^9.0",
14
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0"
+ "illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/queue": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
15
},
16
"autoload": {
17
"psr-4": {
0 commit comments