diff --git a/Changelog.md b/Changelog.md index 8a4d72c..c87c666 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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()` diff --git a/composer.json b/composer.json index 0c44cec..55e4683 100644 --- a/composer.json +++ b/composer.json @@ -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"