forked from tbaddade/redaxo_url
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
135 lines (135 loc) · 4.42 KB
/
composer.lock
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"_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": "b0c20e391f341d3f63a944ba5ec6bda6",
"packages": [
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "riimu/kit-urlparser",
"version": "dev-patch-1",
"source": {
"type": "git",
"url": "https://github.com/gharlan/Kit-UrlParser.git",
"reference": "5704bbb207d4121b26ad41ea20335476888c26ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/gharlan/Kit-UrlParser/zipball/5704bbb207d4121b26ad41ea20335476888c26ab",
"reference": "5704bbb207d4121b26ad41ea20335476888c26ab",
"shasum": ""
},
"require": {
"php": ">=5.6.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^5.7 || ^6.2",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"ext-intl": "Required to parse URIs with IDNs"
},
"type": "library",
"autoload": {
"psr-4": {
"Riimu\\Kit\\UrlParser\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Riimu\\Kit\\UrlParser\\": "tests/tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Riikka Kalliomäki",
"email": "[email protected]",
"homepage": "http://riimu.net"
}
],
"description": "RFC 3986 compliant url parsing library with PSR-7 Uri component",
"homepage": "http://kit.riimu.net",
"keywords": [
"parser",
"psr-7",
"rfc3986",
"uri",
"url"
],
"support": {
"source": "https://github.com/gharlan/Kit-UrlParser/tree/patch-1"
},
"time": "2022-08-16T21:10:08+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"riimu/kit-urlparser": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}