diff options
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | installed.json | 14 | ||||
| -rw-r--r-- | pie.spec | 7 |
3 files changed, 15 insertions, 12 deletions
diff --git a/composer.json b/composer.json index 7f0dd58..1bba548 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ ], "require": { "php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*", - "composer/composer": "^2.9.1", + "composer/composer": "^2.9.2", "composer/pcre": "^3.3.2", "composer/semver": "^3.4.4", "fidry/cpu-core-counter": "^1.3.0", @@ -37,12 +37,12 @@ "symfony/console": "^6.4.27", "symfony/event-dispatcher": "^6.4.25", "symfony/process": "^6.4.26", - "thephpf/attestation": "^0.0.4", + "thephpf/attestation": "^0.0.5", "webmozart/assert": "^1.12.1" }, "require-dev": { "ext-openssl": "*", - "behat/behat": "^3.26.0", + "behat/behat": "^3.27.0", "bnf/phpstan-psr-container": "^1.1", "doctrine/coding-standard": "^14.0.0", "phpstan/phpstan": "^2.1.32", diff --git a/installed.json b/installed.json index ddec9a4..4199846 100644 --- a/installed.json +++ b/installed.json @@ -2609,17 +2609,17 @@ }, { "name": "thephpf/attestation", - "version": "0.0.4", - "version_normalized": "0.0.4.0", + "version": "0.0.5", + "version_normalized": "0.0.5.0", "source": { "type": "git", "url": "https://github.com/ThePHPF/attestation.git", - "reference": "30b9ce5b8d458d832c04d98ebf7f3b8a986ef000" + "reference": "fa81efb3f6f8147287ebaebd81ff6688e0f2ec9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ThePHPF/attestation/zipball/30b9ce5b8d458d832c04d98ebf7f3b8a986ef000", - "reference": "30b9ce5b8d458d832c04d98ebf7f3b8a986ef000", + "url": "https://api.github.com/repos/ThePHPF/attestation/zipball/fa81efb3f6f8147287ebaebd81ff6688e0f2ec9d", + "reference": "fa81efb3f6f8147287ebaebd81ff6688e0f2ec9d", "shasum": "" }, "require": { @@ -2637,7 +2637,7 @@ "suggest": { "ext-openssl": "Needed to verify certificates using OpenSSL" }, - "time": "2025-11-18T14:20:12+00:00", + "time": "2025-11-27T15:31:24+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2658,7 +2658,7 @@ "description": "A PHP library to aid in verifying artifact attestations", "support": { "issues": "https://github.com/ThePHPF/attestation/issues", - "source": "https://github.com/ThePHPF/attestation/tree/0.0.4" + "source": "https://github.com/ThePHPF/attestation/tree/0.0.5" }, "funding": [ { @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3a2824243fce9051fb6b99430f7e14053e827495 +%global gh_commit 2ebd9dcb458a1e401a5341caa218a07c4971e6cd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20241003 %global gh_branch main %global gh_owner php %global gh_project pie -%global upstream_version 1.3.0 +%global upstream_version 1.3.1 #global upstream_prever rc3 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) @@ -141,6 +141,9 @@ done %changelog +* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 + * Wed Nov 26 2025 Remi Collet <remi@remirepo.net> - 1.3.0-1 - update to 1.3.0 |
