diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-20 08:57:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-20 08:57:40 +0200 |
commit | eb96e0f5250b8b54f917f8b11732faca06e71672 (patch) | |
tree | 0e73ef827bcd8f8ff0fa4f8dd0e15e64f3af5d3b | |
parent | 1e863b284dc0df48421c1e6b4a988f0c62e4da82 (diff) |
update to 4.1.1
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-cakephp4.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 22a70a6..cb1091b 100644 --- a/composer.json +++ b/composer.json @@ -112,7 +112,7 @@ "@phpstan", "@psalm" ], - "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.12 psalm/phar:~3.11.2 && mv composer.backup composer.json" + "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.12 psalm/phar:~3.12.2 && mv composer.backup composer.json" }, "config": { "sort-packages": true, diff --git a/php-cakephp4.spec b/php-cakephp4.spec index a9e09a7..d503112 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -11,7 +11,7 @@ # Auth, Command, Controller, Error, Mailer, Network, Routing, Shell, TestSuite, View # https://github.com/cakephp/cakephp/releases -%global gh_commit 8e997951f90769ac104193cfe275d091bddcc99b +%global gh_commit ec1afe59755717c25492bdb50efcd5f06fe52c0b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -27,7 +27,7 @@ %global chronos_version 2.0.5 Name: php-%{pk_vendor}%{major} -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} Summary: The CakePHP framework @@ -1136,6 +1136,9 @@ exit $ret %changelog +* Mon Jul 20 2020 Remi Collet <remi@remirepo.net> - 4.1.1-1 +- update to 4.1.1 + * Mon Jul 6 2020 Remi Collet <remi@remirepo.net> - 4.1.0-1 - update to 4.1.0 |