diff options
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | php-cakephp4.spec | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json index be3c472..39f7d66 100644 --- a/composer.json +++ b/composer.json @@ -107,15 +107,15 @@ ], "cs-check": "phpcs --colors --parallel=16 -p src/ tests/", "cs-fix": "phpcbf --colors --parallel=16 -p src/ tests/", - "phpstan": "phpstan.phar analyse", - "psalm": "psalm.phar --show-info=false", + "phpstan": "tools/phpstan analyse", + "psalm": "tools/psalm --show-info=false", "stan": [ "@phpstan", "@psalm" ], "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.9.0 psalm/phar:~4.30.0 && mv composer.backup composer.json", + "stan-setup": "phive install", "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 fd1da2c..32bcda4 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-cakephp # # Copyright (c) 2018-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 3b089816d7cae4cff0a2a4de3e1ee651f73979df +%global gh_commit 7d9b6a639e5c1f52a813696f6b347726a74f9680 %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.2 Name: php-%{pk_vendor}%{major} -Version: 4.4.10 +Version: 4.4.11 Release: 1%{?dist} Summary: The CakePHP framework @@ -1155,6 +1155,9 @@ exit $ret %changelog +* Mon Feb 20 2023 Remi Collet <remi@remirepo.net> - 4.4.11-1 +- update to 4.4.11 + * Fri Jan 6 2023 Remi Collet <remi@remirepo.net> - 4.4.10-1 - update to 4.4.10 |