-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
109 lines (109 loc) · 3.78 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
{
"_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": "68fb14480ccc6046d46effce49fd8959",
"packages": [
{
"name": "ludovicm67/request",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/ludovicm67/php-request.git",
"reference": "b993816f60931021ff94bec013c4b1669e4a7f3b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ludovicm67/php-request/zipball/b993816f60931021ff94bec013c4b1669e4a7f3b",
"reference": "b993816f60931021ff94bec013c4b1669e4a7f3b",
"shasum": ""
},
"require": {
"ext-curl": "^7.0|^8.0",
"ludovicm67/strings": "^2.0",
"php": "^7.3|^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^9"
},
"type": "library",
"autoload": {
"psr-4": {
"ludovicm67\\Request\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "ludovicm67",
"email": "[email protected]"
}
],
"description": "Perform a request",
"support": {
"issues": "https://github.com/ludovicm67/php-request/issues",
"source": "https://github.com/ludovicm67/php-request/tree/v2.0.0"
},
"time": "2021-01-17T14:45:38+00:00"
},
{
"name": "ludovicm67/strings",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/ludovicm67/php-strings.git",
"reference": "df11b99b152cbf100595df9dd0daa856c7a76769"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ludovicm67/php-strings/zipball/df11b99b152cbf100595df9dd0daa856c7a76769",
"reference": "df11b99b152cbf100595df9dd0daa856c7a76769",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^9"
},
"type": "library",
"autoload": {
"psr-4": {
"ludovicm67\\Strings\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "ludovicm67",
"email": "[email protected]"
}
],
"description": "Some useful functions for working with strings",
"support": {
"issues": "https://github.com/ludovicm67/php-strings/issues",
"source": "https://github.com/ludovicm67/php-strings/tree/v2.0.0"
},
"time": "2021-01-17T13:58:10+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}