mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-09 15:28:01 +00:00
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.8.2 to 2.1.0. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.8.2...2.1.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AIO\\": ["src/"]
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-sodium": "*",
|
|
"ext-curl": "*",
|
|
"slim/slim": "4.*",
|
|
"php-di/slim-bridge": "^3.1",
|
|
"guzzlehttp/guzzle": "^7.3",
|
|
"guzzlehttp/psr7": "^2.1",
|
|
"http-interop/http-factory-guzzle": "^1.2",
|
|
"slim/twig-view": "^3.2",
|
|
"slim/csrf": "^1.2",
|
|
"ext-apcu": "*"
|
|
}
|
|
}
|