Skip to content

Commit

Permalink
Changed the minimal Enum requirement to v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 29, 2024
1 parent 9ed689e commit 7ea53b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- BC: Changed the `PaymentMethod` interface into Configurable
- Deprecated the `PaymentMethod::getConfiguration()` in favor of `configuration()`

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": "^4.1",
"konekt/enum": "^4.2",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
Expand Down

0 comments on commit 7ea53b3

Please sign in to comment.