Skip to content

Commit 2ebd9dc

Browse files
authored
Merge pull request #441 from asgrim/fix-self-verify
Fix self-verify to use latest attestation library
2 parents 3a28242 + ae60748 commit 2ebd9dc

File tree

3 files changed

+131
-50
lines changed

3 files changed

+131
-50
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"require": {
3030
"php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*",
31-
"composer/composer": "^2.9.1",
31+
"composer/composer": "^2.9.2",
3232
"composer/pcre": "^3.3.2",
3333
"composer/semver": "^3.4.4",
3434
"fidry/cpu-core-counter": "^1.3.0",
@@ -37,12 +37,12 @@
3737
"symfony/console": "^6.4.27",
3838
"symfony/event-dispatcher": "^6.4.25",
3939
"symfony/process": "^6.4.26",
40-
"thephpf/attestation": "^0.0.4",
40+
"thephpf/attestation": "^0.0.5",
4141
"webmozart/assert": "^1.12.1"
4242
},
4343
"require-dev": {
4444
"ext-openssl": "*",
45-
"behat/behat": "^3.26.0",
45+
"behat/behat": "^3.27.0",
4646
"bnf/phpstan-psr-container": "^1.1",
4747
"doctrine/coding-standard": "^14.0.0",
4848
"phpstan/phpstan": "^2.1.32",

composer.lock

Lines changed: 127 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)