define composer for fallback "nyholm"

This commit is contained in:
Pavel 2021-05-21 13:00:24 +03:00
parent a6aca32472
commit ce17e5dc1e

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "neur0toxine/psr.http-message-implementation.nyholm",
"description": "Satisfy \"psr/http-message-implementation\" with packages provided by user, or fallback to \"nyholm\".",
"type": "metapackage",
"license": "MIT",
"keywords": [
"composer",
"fallback",
"default",
"psr",
"http-message-implementation"
],
"require": {
"nyholm/psr7": "*"
}
}