summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-27 08:37:19 +0200
committerRemi Collet <remi@php.net>2022-07-27 08:37:19 +0200
commit8fcee9a06358062c03f0f2dbb1f4b27d2ac41503 (patch)
treecd716d70b5299dcebaec56f5e69f11b8f87c12f5
parent1b435e5c1817b87fa21eb369c3279530825b1381 (diff)
update to 4.4.3
-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 b8b8a3f..25ca238 100644
--- a/composer.json
+++ b/composer.json
@@ -115,7 +115,7 @@
],
"stan-tests": "phpstan.phar analyze -c tests/phpstan.neon",
"stan-baseline": "phpstan.phar --generate-baseline",
- "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:~1.7.0 psalm/phar:~4.23.0 && mv composer.backup composer.json",
+ "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:~1.8.0 psalm/phar:~4.24.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 b67d1c6..e7d97e1 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -9,7 +9,7 @@
# https://github.com/cakephp/cakephp/releases
-%global gh_commit 814db4d36f747258fc1790bf6ff2a3ecb936c388
+%global gh_commit 35b1b52d234ad6ec8cf673c8b143c17895796897
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner cakephp
%global gh_project cakephp
@@ -25,7 +25,7 @@
%global chronos_version 2.3.0
Name: php-%{pk_vendor}%{major}
-Version: 4.4.2
+Version: 4.4.3
Release: 1%{?dist}
Summary: The CakePHP framework
@@ -1154,6 +1154,9 @@ exit $ret
%changelog
+* Wed Jul 27 2022 Remi Collet <remi@remirepo.net> - 4.4.3-1
+- update to 4.4.3
+
* Wed Jul 6 2022 Remi Collet <remi@remirepo.net> - 4.4.2-1
- update to 4.4.2