mirror of
https://github.com/Neur0toxine/psr.http-message-implementation.nyholm.git
synced 2024-11-21 19:36:03 +03:00
define composer for fallback "nyholm"
This commit is contained in:
parent
a6aca32472
commit
ce17e5dc1e
16
composer.json
Normal file
16
composer.json
Normal 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": "*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user