Skip to content

Commit 8e4eb86

Browse files
committed
add support for laravel 9
1 parent 7de7cb4 commit 8e4eb86

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0
4+
5+
- Support for Laravel 9
6+
7+
## 1.0.2
8+
9+
- Add push function (#1)
10+
11+
## 1.0.1
12+
13+
- Support for php 8
14+
15+
## 1.0.0
16+
17+
- Initial version
18+
319
## 0.1.0
420

521
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": "^7.4|^8.0",
18-
"illuminate/collections": "^6.0|^7.0|^8.0"
18+
"illuminate/collections": "^6.0|^7.0|^8.0|^9.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "*"

0 commit comments

Comments
 (0)