-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.lock
94 lines (94 loc) · 3.01 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
{
"_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": "3391d77a08a119d141f7057e401e3f84",
"packages": [],
"packages-dev": [
{
"name": "nette/tester",
"version": "v2.4.1",
"source": {
"type": "git",
"url": "https://github.com/nette/tester.git",
"reference": "b54326b3c1a2c6c76d2662a06b5ad5a10d822e98"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tester/zipball/b54326b3c1a2c6c76d2662a06b5ad5a10d822e98",
"reference": "b54326b3c1a2c6c76d2662a06b5ad5a10d822e98",
"shasum": ""
},
"require": {
"php": ">=7.2 <8.2"
},
"require-dev": {
"ext-simplexml": "*",
"phpstan/phpstan": "^0.12"
},
"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.1"
},
"time": "2021-08-24T14:13:00+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}