Skip to content

Commit

Permalink
Dropped Enum v3 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed May 26, 2023
1 parent 8897c81 commit b9b4494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support

## 3.x Series

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^3.1.1 | ^4.0",
"konekt/enum": "^4.0",
"laravel/framework": "^10.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
Expand Down

0 comments on commit b9b4494

Please sign in to comment.