-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
96 lines (96 loc) · 3.03 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
{
"_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": "1997c1b90905a0dee8b5de7ce975e257",
"packages": [],
"packages-dev": [
{
"name": "nette/tester",
"version": "v2.4.2",
"source": {
"type": "git",
"url": "https://github.com/nette/tester.git",
"reference": "2e788e243bb17a6889aac5411f3fabc48cc5b23a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tester/zipball/2e788e243bb17a6889aac5411f3fabc48cc5b23a",
"reference": "2e788e243bb17a6889aac5411f3fabc48cc5b23a",
"shasum": ""
},
"require": {
"php": ">=7.2 <8.2"
},
"require-dev": {
"ext-simplexml": "*",
"phpstan/phpstan": "^1.0"
},
"bin": [
"src/tester"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Miloslav Hůla",
"homepage": "https://github.com/milo"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏",
"homepage": "https://tester.nette.org",
"keywords": [
"Xdebug",
"assertions",
"clover",
"code coverage",
"nette",
"pcov",
"phpdbg",
"phpunit",
"testing",
"unit"
],
"support": {
"issues": "https://github.com/nette/tester/issues",
"source": "https://github.com/nette/tester/tree/v2.4.2"
},
"time": "2022-03-24T19:02:37+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-ffi": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}