From ad71c65261189fe536360d73c23c20daa11d6f83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Jun 2022 07:12:48 +0200 Subject: update to 3.8.0 --- composer.json | 5 ++++- php-laminas-di3.spec | 13 +++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 47cca62..d7c9d4d 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,7 @@ "laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-servicemanager": "^3.7", "mikey179/vfsstream": "^1.6.10@alpha", + "phpbench/phpbench": "^1.2", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^0.12.64", "phpunit/phpunit": "^9.5.5", @@ -62,10 +63,12 @@ }, "autoload-dev": { "psr-4": { - "LaminasTest\\Di\\": "test/" + "LaminasTest\\Di\\": "test/", + "LaminasBench\\Di\\": "benchmarks/" } }, "scripts": { + "benchmark": "phpbench run --revs=2 --iterations=2 --report=aggregate", "check": [ "@cs-check", "@analyse", diff --git a/php-laminas-di3.spec b/php-laminas-di3.spec index 8656153..f0e28e8 100644 --- a/php-laminas-di3.spec +++ b/php-laminas-di3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 80c90d68bc15d4e094a609760144ce1d1aad0a79 +%global gh_commit 0335b07367eb63302a57cc30d096aa1f20664dba %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-di @@ -22,8 +22,8 @@ %endif Name: php-%{gh_project}%{major} -Version: 3.7.0 -Release: 2%{?dist} +Version: 3.8.0 +Release: 1%{?dist} Summary: Laminas Framework %{library} component v%{major} License: BSD @@ -59,7 +59,7 @@ BuildRequires: (php-composer(phpspec/prophecy-phpunit) >= 2.0 BuildRequires: php-laminas-stdlib >= 3.6 BuildRequires: php-psr-container >= 1.1.1 BuildRequires: php-PsrLog >= 1.1.4 -BuildRequires: php-laminas-servicemanager >= 3.7 +BuildRequires: php-laminas-servicemanager >= 3.12 BuildRequires: php-mikey179-vfsstream >= 1.6.7 BuildRequires: php-phpspec-prophecy-phpunit >= 2.0 %endif @@ -148,6 +148,7 @@ cat << 'EOF' | tee vendor/autoload.php - 3.8.0-1 +- update to 3.8.0 + * Thu Jun 23 2022 Remi Collet - 3.7.0-2 - drop dependency on container-interop/container-interop replaced by servicemanager >= 3.12 -- cgit