lockfile again
This commit is contained in:
37
vendor/riverline/multipart-parser/composer.json
vendored
Normal file
37
vendor/riverline/multipart-parser/composer.json
vendored
Normal 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": ">=7.0",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*",
|
||||
"psr/http-message": "*",
|
||||
"symfony/psr-http-message-bridge": "*",
|
||||
"laminas/laminas-diactoros": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Riverline\\MultiPartParser\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Riverline\\MultiPartParser\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user