-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
77 lines (77 loc) · 2.64 KB
/
composer.lock
File metadata and controls
77 lines (77 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_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": "653c8707294b40973189b8a5c182f02a",
"packages": [
{
"name": "riverline/multipart-parser",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/Riverline/multipart-parser.git",
"reference": "1410f23a8fd416a0cf5c8867ea9c95544016c831"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Riverline/multipart-parser/zipball/1410f23a8fd416a0cf5c8867ea9c95544016c831",
"reference": "1410f23a8fd416a0cf5c8867ea9c95544016c831",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"laminas/laminas-diactoros": "^1.8.7 || ^2.11.1",
"phpunit/phpunit": "^5.7 || ^9.0",
"psr/http-message": "^1.0",
"symfony/psr-http-message-bridge": "^1.1 || ^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Riverline\\MultiPartParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Romain Cambien",
"email": "romain@cambien.net"
},
{
"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": {
"issues": "https://github.com/Riverline/multipart-parser/issues",
"source": "https://github.com/Riverline/multipart-parser/tree/2.2.0"
},
"time": "2025-04-29T08:38:14+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}