This repository was archived by the owner on Dec 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
53 lines (53 loc) · 1.66 KB
/
composer.lock
File metadata and controls
53 lines (53 loc) · 1.66 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
{
"_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"
],
"hash": "2a25c4cbbe9a8b93a4d075a114da3b01",
"content-hash": "db98215b1436a57ddeedc5df37485b35",
"packages": [
{
"name": "api-jet/api-jet",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/APIJet/APIJet.git",
"reference": "4919f346a30a5a72cac6f1df0f56d34a27b46c18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/APIJet/APIJet/zipball/4919f346a30a5a72cac6f1df0f56d34a27b46c18",
"reference": "4919f346a30a5a72cac6f1df0f56d34a27b46c18",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"APIJet": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP Framework for RESTful API",
"time": "2016-10-03 21:24:50"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"api-jet/api-jet": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}