-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
91 lines (91 loc) · 3.17 KB
/
composer.lock
File metadata and controls
91 lines (91 loc) · 3.17 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
{
"_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": "b6ad806abc9653fb2d1a3df05f3b544d",
"packages": [
{
"name": "mnsami/composer-custom-directory-installer",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/mnsami/composer-custom-directory-installer.git",
"reference": "8cc82e0c5801cc3bf53ba452afdcaa5c6ff645a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mnsami/composer-custom-directory-installer/zipball/8cc82e0c5801cc3bf53ba452afdcaa5c6ff645a5",
"reference": "8cc82e0c5801cc3bf53ba452afdcaa5c6ff645a5",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": ">=5.3"
},
"type": "composer-plugin",
"extra": {
"class": [
"Composer\\CustomDirectoryInstaller\\LibraryPlugin",
"Composer\\CustomDirectoryInstaller\\PearPlugin",
"Composer\\CustomDirectoryInstaller\\PluginPlugin"
],
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Composer\\CustomDirectoryInstaller": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mina Nabil Sami",
"email": "mina.nsami@gmail.com"
}
],
"description": "A composer plugin, to help install packages of different types in custom paths.",
"keywords": [
"composer",
"composer-installer",
"composer-plugin"
],
"time": "2016-05-25T08:26:02+00:00"
}
],
"packages-dev": [
{
"name": "sgalinski/sgc-core",
"version": "3.5.17",
"source": {
"type": "git",
"url": "https://gitlab.sgalinski.de/toolchain/sgc.git",
"reference": "38f2b961f5c1e8e5132e6b7bc5dacdfcb99c214f"
},
"replace": {
"sgc-core": "self.version"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"proprietary"
],
"description": "sgalinski command line interface",
"homepage": "https://www.sgalinski.de",
"time": "2018-12-05T18:26:25+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}