-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.lock
More file actions
83 lines (83 loc) · 2.77 KB
/
Copy pathcomposer.lock
File metadata and controls
83 lines (83 loc) · 2.77 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
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "3f0f1e4b96faba91e0eb957f3b8ca8aa",
"packages": [
{
"name": "corviz/framework",
"version": "v0.2-alpha",
"source": {
"type": "git",
"url": "https://github.com/Corviz/framework.git",
"reference": "c280b7bbe008364f05909abc20cb7bf321b6054d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Corviz/framework/zipball/c280b7bbe008364f05909abc20cb7bf321b6054d",
"reference": "c280b7bbe008364f05909abc20cb7bf321b6054d",
"shasum": ""
},
"require": {
"php": ">=7"
},
"require-dev": {
"phpunit/phpunit": ">=5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Corviz\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Low weight php framework",
"time": "2017-08-29T00:43:58+00:00"
},
{
"name": "corviz/pdo-connector",
"version": "v0.1-alpha",
"source": {
"type": "git",
"url": "https://github.com/Corviz/pdo-connector.git",
"reference": "1f4e16d7a2779f0abd648fe3e2f0b42ffa0a2b98"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Corviz/pdo-connector/zipball/1f4e16d7a2779f0abd648fe3e2f0b42ffa0a2b98",
"reference": "1f4e16d7a2779f0abd648fe3e2f0b42ffa0a2b98",
"shasum": ""
},
"require": {
"corviz/framework": "*@alpha"
},
"type": "library",
"autoload": {
"psr-4": {
"Corviz\\Connector\\PDO\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"description": "A database connector based on PDO",
"time": "2017-08-29T00:59:56+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"corviz/framework": 15,
"corviz/pdo-connector": 15
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7"
},
"platform-dev": []
}