Skip to content

Commit

Permalink
Release v1.9.1
Browse files Browse the repository at this point in the history
- Releases #16
  • Loading branch information
fulopattila122 committed Sep 25, 2023
1 parent 83449c9 commit ab56f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog
### Konekt Enum Eloquent

## Unreleased
##### 2023-XX-YY
## 1.9.1
##### 2023-09-25

- Bumped minimal Laravel version to 8.75
- Fixed issue where CastEnum did not take in account hidden or visible properties from Eloquent
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"phpunit/phpunit": "9 - 10",
"illuminate/events": "8.*|9.*|10.*"
"illuminate/events": "^8.75|9.*|10.*"
},
"autoload": {
"psr-4": { "Konekt\\Enum\\Eloquent\\": "src/" }
Expand Down

0 comments on commit ab56f03

Please sign in to comment.