Files
pancake/vendor/brunodebarros/fix-php-post-input/composer.lock
2025-11-26 11:50:55 -05:00

73 lines
2.3 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9b3b2714adf4aa244ebcc5410e3afee1",
"packages": [
{
"name": "riverline/multipart-parser",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/BrunoDeBarros/multipart-parser.git",
"reference": "24fe25355e14eb86774e6c8dba35c52c62a091e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/BrunoDeBarros/multipart-parser/zipball/24fe25355e14eb86774e6c8dba35c52c62a091e6",
"reference": "24fe25355e14eb86774e6c8dba35c52c62a091e6",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.7 || ^5.2"
},
"type": "library",
"autoload": {
"psr-0": {
"Riverline\\MultiPartParser": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Romain Cambien",
"email": "romain@riverline.fr"
},
{
"name": "Riverline",
"homepage": "http://www.riverline.fr"
}
],
"description": "One class library to parse multipart content with encoding and charset support.",
"keywords": [
"http",
"multipart",
"parser"
],
"support": {
"source": "https://github.com/BrunoDeBarros/multipart-parser/tree/master"
},
"time": "2018-08-13T07:57:45+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"riverline/multipart-parser": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4"
},
"platform-dev": []
}