Skip to content

Commit 2594f25

Browse files
committed
Updated to use ^0.0.3 of attestation library after it was released (and Composer ^2.9.1)
1 parent b3416f4 commit 2594f25

2 files changed

Lines changed: 93 additions & 88 deletions

File tree

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,9 @@
2626
"homepage": "https://github.com/php/pie/graphs/contributors"
2727
}
2828
],
29-
"repositories": [
30-
{
31-
"type": "vcs",
32-
"url": "https://github.com/asgrim/attestation"
33-
}
34-
],
3529
"require": {
3630
"php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*",
37-
"composer/composer": "^2.9.0",
31+
"composer/composer": "^2.9.1",
3832
"composer/pcre": "^3.3.2",
3933
"composer/semver": "^3.4.4",
4034
"fidry/cpu-core-counter": "^1.3.0",
@@ -43,15 +37,15 @@
4337
"symfony/console": "^6.4.27",
4438
"symfony/event-dispatcher": "^6.4.25",
4539
"symfony/process": "^6.4.26",
46-
"thephpf/attestation": "dev-composer-2-9-compatibility-auth-helper",
40+
"thephpf/attestation": "^0.0.3",
4741
"webmozart/assert": "^1.12.1"
4842
},
4943
"require-dev": {
5044
"ext-openssl": "*",
5145
"behat/behat": "^3.26.0",
5246
"bnf/phpstan-psr-container": "^1.1",
5347
"doctrine/coding-standard": "^14.0.0",
54-
"phpstan/phpstan": "^2.1.31",
48+
"phpstan/phpstan": "^2.1.32",
5549
"phpstan/phpstan-webmozart-assert": "^2.0",
5650
"phpunit/phpunit": "^10.5.58"
5751
},

0 commit comments

Comments
 (0)