summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-06 09:30:14 +0200
committerRemi Collet <remi@remirepo.net>2021-04-06 09:30:14 +0200
commitc2bd1a36f028cfb39e5abd4b3b94d3952888b39a (patch)
treef0674a0bce1c923f14a02def6612d55859151aec
parent1195155c287d64ccde2e4515787917f5c3cb83f0 (diff)
update to 4.2.5
-rw-r--r--composer.json2
-rw-r--r--php-cakephp4.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 089778e..0964d38 100644
--- a/composer.json
+++ b/composer.json
@@ -108,7 +108,7 @@
"@phpstan",
"@psalm"
],
- "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:0.12.58 psalm/phar:~4.3.0 && mv composer.backup composer.json",
+ "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:0.12.82 psalm/phar:~4.7.0 && mv composer.backup composer.json",
"test": "phpunit",
"test-coverage": "phpunit --coverage-clover=clover.xml"
},
diff --git a/php-cakephp4.spec b/php-cakephp4.spec
index 5f1c2eb..a230005 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -12,7 +12,7 @@
# https://github.com/cakephp/cakephp/releases
-%global gh_commit 40f8c07632abcc0d6a2aeb1cec560b60e3850bbd
+%global gh_commit fe9a4e932d1008b65c165aea2b2ee599bd1fc3d3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner cakephp
%global gh_project cakephp
@@ -28,7 +28,7 @@
%global chronos_version 2.1.1
Name: php-%{pk_vendor}%{major}
-Version: 4.2.4
+Version: 4.2.5
Release: 1%{?dist}
Summary: The CakePHP framework
@@ -1132,6 +1132,9 @@ exit $ret
%changelog
+* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 4.2.5-1
+- update to 4.2.5
+
* Mon Mar 1 2021 Remi Collet <remi@remirepo.net> - 4.2.4-1
- update to 4.2.4