diff options
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | phinx.spec | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json index c8f2fde..18b07b3 100644 --- a/composer.json +++ b/composer.json @@ -70,9 +70,9 @@ "@test", "@cs-check" ], - "cs-check": "phpcs -np app/ src/ tests/", - "cs-fix": "phpcbf -np app/ src/ tests/", - "stan": "phpstan analyse src/", + "cs-check": "phpcs", + "cs-fix": "phpcbf", + "stan": "phpstan analyse", "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.9.0 && mv composer.backup composer.json", "test": "phpunit --colors=always" }, @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phinx # -# Copyright (c) 2016-2022 Remi Collet +# Copyright (c) 2016-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit da741d10879bcdd235a830d589ae51659f746262 +%global gh_commit 18e06e4a2b18947663438afd2f467e17c62e867d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner robmorgan #global gh_date 20150820 @@ -19,7 +19,7 @@ %bcond_without tests Name: %{gh_project} -Version: 0.13.3 +Version: 0.13.4 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -196,6 +196,9 @@ exit $ret %changelog +* Mon Jan 9 2023 Remi Collet <remi@remirepo.net> - 0.13.4-1 +- update to 0.13.4 + * Fri Dec 9 2022 Remi Collet <remi@remirepo.net> - 0.13.3-1 - update to 0.13.3 |