-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
93 lines (93 loc) · 3.07 KB
/
composer.lock
File metadata and controls
93 lines (93 loc) · 3.07 KB
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
{
"_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": "4a133e3c6320c4998a9bc6c8e4413dae",
"packages": [
{
"name": "marc-mabe/php-enum",
"version": "v4.4.0",
"source": {
"type": "git",
"url": "https://github.com/marc-mabe/php-enum.git",
"reference": "e9dd4704d7cd2dd53cd19156f08f7dbdb9824f8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/e9dd4704d7cd2dd53cd19156f08f7dbdb9824f8c",
"reference": "e9dd4704d7cd2dd53cd19156f08f7dbdb9824f8c",
"shasum": ""
},
"require": {
"ext-reflection": "*",
"php": "^7.1 | ^8.0"
},
"require-dev": {
"phpbench/phpbench": "^0.16.10",
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5.20 | ^8.5.8 | ^9.3.8",
"vimeo/psalm": "^3.15.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev",
"dev-3.x": "3.1-dev",
"dev-2.x": "2.3-dev",
"dev-1.x": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"MabeEnum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Marc Bennewitz",
"email": "dev@mabe.berlin",
"homepage": "https://mabe.berlin/",
"role": "Lead"
}
],
"description": "Simple and fast implementation of enumerations with native PHP",
"homepage": "https://github.com/marc-mabe/php-enum",
"keywords": [
"enum",
"enum-map",
"enum-set",
"enumeration",
"enumerator",
"enummap",
"enumset",
"map",
"set",
"type",
"type-hint",
"typehint"
],
"support": {
"issues": "https://github.com/marc-mabe/php-enum/issues",
"source": "https://github.com/marc-mabe/php-enum/tree/v4.4.0"
},
"time": "2020-10-12T21:17:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
}