This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.lock
66 lines (66 loc) · 1.82 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
{
"_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": "3be453cdb79577eb5a716818015f8ba9",
"packages": [],
"packages-dev": [
{
"name": "fkooman/put",
"version": "0.3.4",
"source": {
"type": "git",
"url": "https://git.sr.ht/~fkooman/put",
"reference": "6223f7dbe81967657eebed7e27ae969ed515ec21"
},
"require": {
"php": ">=5.4"
},
"suggest": {
"ext-pcov": "Code Coverage"
},
"bin": [
"bin/put"
],
"type": "project",
"autoload": {
"classmap": [
"src/TestCase.php"
],
"psr-4": {
"fkooman\\Put\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"email": "[email protected]",
"name": "François Kooman"
}
],
"description": "PHP Unit Testing for Minimalists",
"time": "2023-04-11T15:03:00+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-curl": "*",
"ext-json": "*",
"ext-sodium": "*",
"ext-spl": "*",
"php": ">=7.4"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.4.0"
},
"plugin-api-version": "2.3.0"
}