-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
56 lines (56 loc) · 1.92 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
{
"_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": "be87e06f7ddfcc7cb601cbe595661e80",
"packages": [
{
"name": "joshbrw/laravel-module-installer",
"version": "v0.1.4",
"source": {
"type": "git",
"url": "https://github.com/joshbrw/laravel-module-installer.git",
"reference": "06bf72e947c313ba7d84c498fb6947a00ba313ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joshbrw/laravel-module-installer/zipball/06bf72e947c313ba7d84c498fb6947a00ba313ef",
"reference": "06bf72e947c313ba7d84c498fb6947a00ba313ef",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1",
"php": "^5.4|7.*"
},
"require-dev": {
"composer/composer": "^1.3",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0"
},
"type": "composer-plugin",
"extra": {
"class": "Joshbrw\\LaravelModuleInstaller\\LaravelModuleInstallerPlugin"
},
"autoload": {
"psr-4": {
"Joshbrw\\LaravelModuleInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"time": "2017-11-08T10:06:42+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}