summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json6
-rw-r--r--php-webmozart-assert2.spec5
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 <remi@remirepo.net> - 2.4.0-1
+- update to 2.4.0
+
* Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.3.0-1
- update to 2.3.0