Skip to content

Commit ba3cd98

Browse files
authored
Merge pull request #1 from bramr94/master
Add support for Laravel 10
2 parents f7f09e3 + 6e7fd1c commit ba3cd98

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.5.0 - 2023-06-01
4+
5+
- Support for Laravel 10
6+
37
## 0.4.0 - 2022-02-15
48

59
- Support for Laravel 9

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|^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"
11+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
12+
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0",
13+
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0|^10.0",
14+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)