all-in-one/php/composer.json
dependabot[bot] d26dd91ed6
Bump guzzlehttp/psr7 from 1.8.2 to 2.1.0 in /php
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>
2022-01-10 11:30:02 +00:00

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": "*"
}
}