diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-18 07:13:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-18 07:13:00 +0200 |
commit | 82b15b40861a573a2351c3d3a84053b60f98125a (patch) | |
tree | a0cd92ac8f9a4408955f5267f5c63bea0ed7b09e | |
parent | c7a8560d7191c2a662096d6961ef1f59247c87e9 (diff) |
update to 0.12.41
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-swaggest-json-schema.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a2792da..6af9eb7 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "symfony/polyfill-mbstring": "^1.19" }, "require-dev": { - "phpunit/phpunit": "^4.8.23" + "phperf/phpunit": "4.8.37" }, "license": "MIT", "authors": [ diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec index 73970ed..6a47c6e 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 193ba39cce1ffa2d55ddd5445315e945a63298a2 +%global gh_commit 1bb97901314f828774dd8c5b21bff889ce0b34bb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swaggest %global gh_project php-json-schema @@ -23,7 +23,7 @@ %global major %nil Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 0.12.39 +Version: 0.12.41 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -156,6 +156,9 @@ exit $ret %changelog +* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 0.12.41-1 +- update to 0.12.41 + * Mon Oct 18 2021 Remi Collet <remi@remirepo.net> - 0.12.39-1 - update to 0.12.39 (no change) |