Skip to content

Commit f7f09e3

Browse files
committed
add laravel 9 support
1 parent 56f4267 commit f7f09e3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.0 - 2022-02-15
4+
5+
- Support for Laravel 9
6+
37
## 0.3.0 - 2021-02-15
48
- Add events on changes of the valuestore
59

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"require": {
99
"php" : ">=7.2",
1010
"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"
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"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)