summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-28 15:20:36 +0200
committerRemi Collet <remi@php.net>2022-03-28 15:20:36 +0200
commite3a9507eb06583b24ee6a0aa84edbd1862acc948 (patch)
treef8e4a8abfc8f285b70d0aab8ca1aa05fab6ec006
parent29d01ebbd957f40f4b1710c2634ead24f10fecf1 (diff)
update to 4.3.7
-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 e69d55b..475479d 100644
--- a/composer.json
+++ b/composer.json
@@ -114,7 +114,7 @@
"@psalm"
],
"stan-tests": "phpstan.phar analyze -c tests/phpstan.neon",
- "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:~1.4.0 psalm/phar:~4.20.0 && mv composer.backup composer.json",
+ "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:~1.4.0 psalm/phar:~4.22.0 && mv composer.backup composer.json",
"lowest": "validate-prefer-lowest",
"lowest-setup": "composer update --prefer-lowest --prefer-stable --prefer-dist --no-interaction && cp composer.json composer.backup && composer require --dev dereuromark/composer-prefer-lowest && mv composer.backup composer.json",
"test": "phpunit",
diff --git a/php-cakephp4.spec b/php-cakephp4.spec
index d02a7f6..307ea00 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -12,7 +12,7 @@
# https://github.com/cakephp/cakephp/releases
-%global gh_commit 52240bd62f56a2c8104baa376472c91253abf0f4
+%global gh_commit f20f6df934dac17ff15b044bf369efdc0356fe37
%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.3.0
Name: php-%{pk_vendor}%{major}
-Version: 4.3.6
+Version: 4.3.7
Release: 1%{?dist}
Summary: The CakePHP framework
@@ -1150,6 +1150,9 @@ exit $ret
%changelog
+* Mon Mar 28 2022 Remi Collet <remi@remirepo.net> - 4.3.7-1
+- update to 4.3.7
+
* Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 4.3.6-1
- update to 4.3.6