diff options
| author | Remi Collet <remi@remirepo.net> | 2022-05-16 09:54:35 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-05-16 09:54:35 +0200 | 
| commit | 8099a72d0d5820a27bc04413c4dde62741960cde (patch) | |
| tree | 3087ccb5579ee6c17c7b1692240e1270b5d6e821 | |
| parent | f319a1a9dd11722f68ccf0cb6e043a45a6f0a4d7 (diff) | |
update to 3.7.0
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | php-laminas-di3.spec | 7 | 
2 files changed, 8 insertions, 4 deletions
| diff --git a/composer.json b/composer.json index 97d37d3..47cca62 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,10 @@          "laminas/laminas-coding-standard": "~2.3.0",          "laminas/laminas-servicemanager": "^3.7",          "mikey179/vfsstream": "^1.6.10@alpha", -        "phpstan/phpstan": "^0.12.64",          "phpspec/prophecy-phpunit": "^2.0", -        "phpunit/phpunit": "^9.5.5" +        "phpstan/phpstan": "^0.12.64", +        "phpunit/phpunit": "^9.5.5", +        "squizlabs/php_codesniffer": "^3.6"      },      "conflict": {          "zendframework/zend-di": "*", diff --git a/php-laminas-di3.spec b/php-laminas-di3.spec index 2c38eaf..de454f3 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    4b88fb2eaee6245ac1189f47d6d191c3b679f67d +%global gh_commit    80c90d68bc15d4e094a609760144ce1d1aad0a79  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-di @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project}%{major} -Version:        3.5.0 +Version:        3.7.0  Release:        1%{?dist}  Summary:        Laminas Framework %{library} component v%{major} @@ -182,6 +182,9 @@ exit $ret  %changelog +* Mon May 16 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1 +- update to 3.7.0 +  * Mon May  9 2022 Remi Collet <remi@remirepo.net> - 3.5.0-1  - update to 3.5.0 | 
