Skip to content

Commit 15c7926

Browse files
authored
Merge pull request #95 from packagist/push-kslzykvmumzq
Remove dependency on abandoned php-http/message-factory and require psr/http-factory instead
2 parents c93d722 + 2fdb62b commit 15c7926

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
"composer-runtime-api": "^2.0",
1717
"php-http/client-common": "^1.9 || ^2.0",
1818
"php-http/discovery": "^1.0",
19+
"private-packagist/oidc-identities": "^1.0.1",
1920
"psr/http-client-implementation": "^1.0",
20-
"php-http/message-factory": "^1.0",
21-
"psr/http-message-implementation": "^1.0",
22-
"private-packagist/oidc-identities": "^1.0.1"
21+
"psr/http-factory": "^1.0",
22+
"psr/http-message-implementation": "^1.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.0",
2626
"guzzlehttp/guzzle": "^7.0",
27+
"php-http/message-factory": "^1.0",
2728
"php-http/mock-client": "^1.0",
2829
"phpstan/phpstan": "^1.2",
2930
"phpunit/phpunit": "^8.0 || ^9.0"
@@ -43,6 +44,7 @@
4344
"config": {
4445
"allow-plugins": {
4546
"php-http/discovery": true
46-
}
47+
},
48+
"sort-packages": true
4749
}
4850
}

0 commit comments

Comments
 (0)