mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Maintenance] Move php-http/message-factory back to require
This commit is contained in:
parent
c9376c39aa
commit
2e8c2a0d78
2 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue