From 1dd8cc374d7db5b5f89057eb0dd088f979f63e81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Dec 2022 09:47:08 +0100 Subject: update to 4.4.8 --- composer.json | 2 +- php-cakephp4.spec | 9 ++++++--- 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 - 4.4.8-1 +- update to 4.4.8 + * Tue Nov 8 2022 Remi Collet - 4.4.7-2 - update chronos to 2.3.2 -- cgit