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 56f4267 commit f7f09e3Copy full SHA for f7f09e3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.4.0 - 2022-02-15
4
+
5
+- Support for Laravel 9
6
7
## 0.3.0 - 2021-02-15
8
- Add events on changes of the valuestore
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",
12
- "illuminate/events": "^6.0|^7.0|^8.0",
13
- "illuminate/queue": "^6.0|^7.0|^8.0",
14
- "illuminate/support": "^6.0|^7.0|^8.0"
+ "illuminate/container": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/events": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/queue": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0"
15
},
16
"autoload": {
17
"psr-4": {
0 commit comments