From 7c2e30af3f5952a6225386a90c4058932b9d85e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 May 2026 06:20:54 +0200 Subject: update to 2.4.0 --- composer.json | 6 +++++- php-webmozart-assert2.spec | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 18f625c..6c816f6 100644 --- a/composer.json +++ b/composer.json @@ -40,8 +40,12 @@ } }, "extra": { + "psalm": { + "pluginClass": "Webmozart\\Assert\\PsalmPlugin" + }, "branch-alias": { - "dev-feature/2-0": "2.0-dev" + "dev-feature/2-0": "2.0-dev", + "dev-master": "2.0-dev" } }, "scripts": { diff --git a/php-webmozart-assert2.spec b/php-webmozart-assert2.spec index 6fa72e7..04891ff 100644 --- a/php-webmozart-assert2.spec +++ b/php-webmozart-assert2.spec @@ -31,7 +31,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Summary: Assertions to validate method input/output with nice error messages License: MIT -Version: 2.3.0 +Version: 2.4.0 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -132,6 +132,9 @@ exit $RETURN_CODE %changelog +* Thu May 21 2026 Remi Collet - 2.4.0-1 +- update to 2.4.0 + * Tue Apr 14 2026 Remi Collet - 2.3.0-1 - update to 2.3.0 -- cgit