[Maintenance] Move php-http/message-factory back to require

This commit is contained in:
Michał Pysiak 2024-10-23 07:41:37 +02:00
parent c9376c39aa
commit 2e8c2a0d78
No known key found for this signature in database
GPG key ID: 9C1F2D0F99830187
2 changed files with 3 additions and 2 deletions

View file

@ -64,6 +64,7 @@
"php-http/discovery": "^1.20",
"php-http/guzzle7-adapter": "^1.0",
"php-http/httplug": "^2.4",
"php-http/message-factory": "^1.1",
"psr/cache": "^3.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
@ -209,7 +210,6 @@
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.6",
"nyholm/psr7": "^1.8",
"php-http/message-factory": "^1.1",
"phparkitect/phparkitect": "^0.3",
"phpspec/phpspec": "^7.5",
"phpspec/prophecy-phpunit": "^2.2",

View file

@ -36,7 +36,8 @@
"sylius/order-bundle": "^2.0",
"sylius/payment-bundle": "^2.0",
"sylius/resource-bundle": "^1.12",
"php-http/httplug": "^2.4"
"php-http/httplug": "^2.4",
"php-http/message-factory": "^1.1"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^5.1",