mirror of
https://github.com/Neur0toxine/psr.http-factory-implementation.nyholm.git
synced 2024-12-05 01:06:04 +03:00
define composer for fallback "nyholm"
This commit is contained in:
parent
0d77b1eaad
commit
b7b9e1260a
16
composer.json
Normal file
16
composer.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "neur0toxine/psr.http-factory-implementation.nyholm",
|
||||||
|
"description": "Satisfy \"psr/http-factory-implementation\" with packages provided by user, or fallback to \"nyholm\".",
|
||||||
|
"type": "metapackage",
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"composer",
|
||||||
|
"fallback",
|
||||||
|
"default",
|
||||||
|
"psr",
|
||||||
|
"http-factory-implementation"
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"nyholm/psr7": "*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user