diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-09 08:59:51 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-09 08:59:51 +0100 |
commit | 68ffa1ab860c8f64a141a533dbafe944223c3636 (patch) | |
tree | eab3b6f7bba8d40938e3f75b7c181c73caf4a580 | |
parent | 7baa09ac23c4abf0a657cf35af73ec295eed449a (diff) |
update to 0.13.3
-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 3802f3f..c8f2fde 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:~1.5.0 && mv composer.backup composer.json", + "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.9.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 f18dd217d79b9e5e3531bc204f0037a50655cf78 +%global gh_commit da741d10879bcdd235a830d589ae51659f746262 %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.2 +Version: 0.13.3 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 +* Fri Dec 9 2022 Remi Collet <remi@remirepo.net> - 0.13.3-1 +- update to 0.13.3 + * Mon Dec 5 2022 Remi Collet <remi@remirepo.net> - 0.13.2-1 - update to 0.13.2 |