diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-04 14:57:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-04 14:57:23 +0200 |
commit | c078edce956da53354a28a3ccbe5ff1cb5cd7c78 (patch) | |
tree | b9d9ad3858bd69b99e442356b317b83706831dda | |
parent | bec0a5f03cd01bb859b00abf0e663b7fd869fe4b (diff) |
update to 0.12.11
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | phinx.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 52afaa3..3802f3f 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "cs-check": "phpcs -np app/ src/ tests/", "cs-fix": "phpcbf -np app/ src/ tests/", "stan": "phpstan analyse src/", - "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.12 && mv composer.backup composer.json", + "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.5.0 && mv composer.backup composer.json", "test": "phpunit --colors=always" }, "bin": [ @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ad056cff354fc67fedf9bf96c441c2b428afad0c +%global gh_commit 2046c447b1a4425956555118200138e22ebd680c %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.12.10 +Version: 0.12.11 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 Jul 4 2022 Remi Collet <remi@remirepo.net> - 0.12.11-1 +- update to 0.12.11 + * Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 0.12.10-1 - update to 0.12.10 |