Skip to content

Commit ccdbbc9

Browse files
authored
Merge pull request #374 from asgrim/use-thephpf-attestation-library
Use attestation library for verifications
2 parents 7cee982 + bb06d26 commit ccdbbc9

11 files changed

Lines changed: 292 additions & 599 deletions

.github/workflows/check-outdated-trusted-root.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,24 @@
2828
],
2929
"require": {
3030
"php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*",
31-
"composer/composer": "^2.8.11",
31+
"composer/composer": "^2.8.12",
3232
"composer/pcre": "^3.3.2",
3333
"composer/semver": "^3.4.4",
3434
"fidry/cpu-core-counter": "^1.3.0",
35-
"illuminate/container": "^10.48.28",
35+
"illuminate/container": "^10.49.0",
3636
"psr/container": "^2.0.2",
37-
"symfony/console": "^6.4.25",
38-
"symfony/event-dispatcher": "^6.4.24",
39-
"symfony/process": "^6.4.25",
37+
"symfony/console": "^6.4.26",
38+
"symfony/event-dispatcher": "^6.4.25",
39+
"symfony/process": "^6.4.26",
40+
"thephpf/attestation": "^0.0.1",
4041
"webmozart/assert": "^1.11"
4142
},
4243
"require-dev": {
4344
"ext-openssl": "*",
44-
"behat/behat": "^3.23.0",
45+
"behat/behat": "^3.24.1",
4546
"doctrine/coding-standard": "^13.0.1",
46-
"phpstan/phpstan": "^2.1",
47-
"phpunit/phpunit": "^10.5.48"
47+
"phpstan/phpstan": "^2.1.29",
48+
"phpunit/phpunit": "^10.5.58"
4849
},
4950
"replace": {
5051
"symfony/polyfill-php81": "*",

0 commit comments

Comments
 (0)