diff --git a/CHANGELOG.md b/CHANGELOG.md index acbe8e7..60ccf43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `model-required-fields` will be documented in this file. +## 3.1.6 - 2025-09-30 + +### What's Changed + +* add replace for old package name + +**Full Changelog**: https://github.com/WatheqAlshowaiter/model-fields/compare/3.1.5...3.1.6 + ## 3.1.5 - 2025-09-20 ### What's Changed diff --git a/composer.json b/composer.json index 3c71ff9..769bba5 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,9 @@ "nunomaduro/collision": "^8.1.1||^7.10.0||^6.0||^5.0||^4.0||^3.2", "orchestra/testbench": "^10.0||^9.0.0||^8.22.0||^7.0||^6.0||^5.0||^4.0" }, + "replace": { + "watheqalshowaiter/model-requierd-fields": "*" + }, "autoload": { "psr-4": { "WatheqAlshowaiter\\ModelFields\\": "src/"