From 7eb5f06076e3f7bdc9e446361ed57b246cb8a1d7 Mon Sep 17 00:00:00 2001 From: yurichechulin Date: Tue, 22 Jul 2025 15:53:58 +0500 Subject: [PATCH] update specs version to 5 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00a60f..96075e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. +## Unreleased + +### Changed + +- Minimal `avtocod/specs` version now is `5.0` + ## v1.11.0 ### Added diff --git a/composer.json b/composer.json index b8199c8..fcd2106 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^8.0.2", "ext-json": "*", "ext-mbstring": "*", - "avtocod/specs": "~4.0", + "avtocod/specs": "~5.0", "illuminate/support": "~9.0 || ~10.0 || ~11.0 || ~12.0" }, "require-dev": {