-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
60 lines (60 loc) · 2.02 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
{
"_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": "7a5ada927b0ef0d222cee8b810cc9c61",
"content-hash": "20f870898ea93b093e387abd338779ac",
"packages": [],
"packages-dev": [
{
"name": "haydenpierce/class-finder",
"version": "0.2.0",
"source": {
"type": "git",
"url": "https://gitlab.com/hpierce1102/ClassFinder.git",
"reference": "8a653d80ba9bd5966322022d1b5d3498adfe7516"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/hpierce1102%2FClassFinder/repository/archive.zip?sha=8a653d80ba9bd5966322022d1b5d3498adfe7516",
"reference": "8a653d80ba9bd5966322022d1b5d3498adfe7516",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.3"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "4.8.36"
},
"type": "library",
"autoload": {
"psr-4": {
"HaydenPierce\\ClassFinder\\": "src/",
"HaydenPierce\\ClassFinder\\UnitTest\\": "test/unit"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hayden Pierce",
"email": "hayden@haydenpierce.com"
}
],
"time": "2018-09-23 17:59:52"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}