gnu-social/vendor/psr/http-factory
Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0
Updated composer and translations

composer install --no-dev
composer dump-autoload --optimize
git add vendor/ --force
make updatepo
2021-07-18 12:49:17 +01:00
..
src [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
.gitignore [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
.pullapprove.yml [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
LICENSE [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
README.md [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
composer.json [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00

README.md

HTTP Factories

This repository holds all interfaces related to PSR-17 (HTTP Message Factories). Please refer to the specification for a description.

You can find implementations of the specification by looking for packages providing the psr/http-factory-implementation virtual package.