psr.http-message-implementa.../composer.json

16 lines
430 B
JSON
Raw Normal View History

2021-05-21 13:00:24 +03:00
{
"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": "*"
}
}