summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-02 09:47:08 +0100
committerRemi Collet <remi@php.net>2022-12-02 09:47:08 +0100
commit1dd8cc374d7db5b5f89057eb0dd088f979f63e81 (patch)
tree80a5051ae4b1c1e150c83f392cec8c00289aeb3f
parentf7347fab66f9a13e1fc1924129d54e26c44e5049 (diff)
update to 4.4.8
-rw-r--r--composer.json2
-rw-r--r--php-cakephp4.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 229f041..be3c472 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.8.0 psalm/phar:~4.28.0 && mv composer.backup composer.json",
+ "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:~1.9.0 psalm/phar:~4.30.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 3dbfc05..6a54bb0 100644
--- a/php-cakephp4.spec
+++ b/php-cakephp4.spec
@@ -9,7 +9,7 @@
# https://github.com/cakephp/cakephp/releases
-%global gh_commit 20668423818ede9878df06a9d0621c77a5514dba
+%global gh_commit ad188775dde89ad758dad9923ff558900914d59c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner cakephp
%global gh_project cakephp
@@ -25,8 +25,8 @@
%global chronos_version 2.3.2
Name: php-%{pk_vendor}%{major}
-Version: 4.4.7
-Release: 2%{?dist}
+Version: 4.4.8
+Release: 1%{?dist}
Summary: The CakePHP framework
License: MIT
@@ -1155,6 +1155,9 @@ exit $ret
%changelog
+* Fri Dec 2 2022 Remi Collet <remi@remirepo.net> - 4.4.8-1
+- update to 4.4.8
+
* Tue Nov 8 2022 Remi Collet <remi@remirepo.net> - 4.4.7-2
- update chronos to 2.3.2