From e9cd6eed657e8e95072ca6bb6a6789aee019ac47 Mon Sep 17 00:00:00 2001 From: Watheq Alshowaiter Date: Tue, 30 Sep 2025 20:09:13 +0300 Subject: [PATCH 1/2] chore: add package replacement for old package name - Added replace directive for watheqalshowaiter/model-requierd-fields --- composer.json | 3 +++ 1 file changed, 3 insertions(+) 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/" From 07b01f19246eb19eb0fb627af68fcf88ca3511fd Mon Sep 17 00:00:00 2001 From: WatheqAlshowaiter <24838274+WatheqAlshowaiter@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:14:41 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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