forked from minicli/action-contributors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
113 lines (113 loc) · 3.8 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
110
111
112
113
{
"_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": "47718ce5a08d7bf5ed90d26735504071",
"packages": [
{
"name": "minicli/curly",
"version": "0.1.2",
"source": {
"type": "git",
"url": "https://github.com/minicli/curly.git",
"reference": "50c0e8813adf66f298b862a5150c0acc00f3f18e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minicli/curly/zipball/50c0e8813adf66f298b862a5150c0acc00f3f18e",
"reference": "50c0e8813adf66f298b862a5150c0acc00f3f18e",
"shasum": ""
},
"require": {
"ext-curl": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"Minicli\\Curly\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Simple Curl Client",
"homepage": "https://github.com/erikaheidi/minicli",
"keywords": [
"api",
"curl",
"wrapper"
],
"support": {
"issues": "https://github.com/minicli/curly/issues",
"source": "https://github.com/minicli/curly/tree/master"
},
"time": "2020-02-24T10:33:43+00:00"
},
{
"name": "minicli/minicli",
"version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/minicli/minicli.git",
"reference": "7a136614949b47d716769a037a1107e414bc4f38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minicli/minicli/zipball/7a136614949b47d716769a037a1107e414bc4f38",
"reference": "7a136614949b47d716769a037a1107e414bc4f38",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"pestphp/pest": "^1.0",
"phpunit/phpunit": "^9.0"
},
"suggest": {
"ext-readline": "For obtaining user input"
},
"type": "library",
"autoload": {
"psr-4": {
"Minicli\\": "src/",
"Assets\\": "tests/Assets"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Experimental micro CLI framework for PHP",
"homepage": "https://github.com/minicli/minicli",
"keywords": [
"cli",
"command-line"
],
"support": {
"issues": "https://github.com/minicli/minicli/issues",
"source": "https://github.com/minicli/minicli/tree/2.2.2"
},
"funding": [
{
"url": "https://github.com/erikaheidi",
"type": "github"
}
],
"time": "2021-10-30T07:30:03+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}