new appraoch
This commit is contained in:
37
pancake/system/vendor/riverline/multipart-parser/composer.json
vendored
Executable file
37
pancake/system/vendor/riverline/multipart-parser/composer.json
vendored
Executable file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name":"riverline/multipart-parser",
|
||||
"description":"One class library to parse multipart content with encoding and charset support.",
|
||||
"keywords":["http","multipart","parser"],
|
||||
"type":"library",
|
||||
"license":"MIT",
|
||||
"authors":[
|
||||
{
|
||||
"name":"Romain Cambien",
|
||||
"email":"romain@cambien.net"
|
||||
},
|
||||
{
|
||||
"name":"Riverline",
|
||||
"homepage":"http://www.riverline.fr"
|
||||
}
|
||||
],
|
||||
"require":{
|
||||
"php": ">=5.6.0",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev":{
|
||||
"phpunit/phpunit": "^5.7 || ^9.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"symfony/psr-http-message-bridge": "^1.1 || ^2.0",
|
||||
"laminas/laminas-diactoros": "^1.8.7 || ^2.11.1"
|
||||
},
|
||||
"autoload":{
|
||||
"psr-4":{
|
||||
"Riverline\\MultiPartParser\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev":{
|
||||
"psr-4":{
|
||||
"Riverline\\MultiPartParser\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user