mirror of
https://github.com/itflow-org/itflow
synced 2026-09-22 06:31:15 +00:00
Update imapengine dependancies too
This commit is contained in:
18
libs/vendor/guzzlehttp/psr7/composer.json
vendored
18
libs/vendor/guzzlehttp/psr7/composer.json
vendored
@@ -50,22 +50,22 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.2.5 || ^8.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.1 || ^2.0",
|
||||
"ralouphie/getallheaders": "^3.0",
|
||||
"symfony/deprecation-contracts": "^2.5 || ^3.0",
|
||||
"symfony/polyfill-php80": "^1.25"
|
||||
"php": "^7.4 || ^8.0",
|
||||
"psr/http-factory": "^1.1",
|
||||
"psr/http-message": "^2.0",
|
||||
"symfony/polyfill-php80": "^1.25",
|
||||
"symfony/polyfill-php82": "^1.27"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||
"http-interop/http-factory-tests": "1.1.0",
|
||||
"jshttp/mime-db": "1.54.0.1",
|
||||
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
|
||||
"php-http/psr7-integration-tests": "^1.5.1",
|
||||
"phpunit/phpunit": "^9.6.34"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-factory-implementation": "1.0",
|
||||
"psr/http-message-implementation": "1.0"
|
||||
"psr/http-factory-implementation": "1.1",
|
||||
"psr/http-message-implementation": "2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||||
|
||||
Reference in New Issue
Block a user