mirror of
https://github.com/Neur0toxine/psr.http-factory-implementation.nyholm.git
synced 2025-04-13 22:00:54 +00:00
define composer for fallback "nyholm"
This commit is contained in:
parent
0d77b1eaad
commit
b7b9e1260a
1 changed files with 16 additions and 0 deletions
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…
Add table
Reference in a new issue