-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.lock
82 lines (82 loc) · 3.01 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"_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": "d70105a127504595876702b7f8a29130",
"packages": [
{
"name": "awobaz/compoships",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/topclaudy/compoships.git",
"reference": "4120712c530b2a9ed1ccdcd69fcd0536f89e6ef0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/topclaudy/compoships/zipball/4120712c530b2a9ed1ccdcd69fcd0536f89e6ef0",
"reference": "4120712c530b2a9ed1ccdcd69fcd0536f89e6ef0",
"shasum": ""
},
"require": {
"illuminate/cache": "~5.4|~6.0|~7.0|~8.0",
"illuminate/console": "~5.4|~6.0|~7.0|~8.0",
"illuminate/database": "^7.27|~8.0",
"illuminate/support": "~5.4|~6.0|~7.0|~8.0",
"php": ">=5.6.4"
},
"require-dev": {
"fzaninotto/faker": "^1.8",
"laravel/laravel": "~5.4|~6.0|~7.0|~8.0",
"phpunit/phpunit": "5.*"
},
"suggest": {
"awobaz/blade-active": "Blade directives for the Laravel 'Active' package",
"awobaz/eloquent-auto-append": "Automatically append accessors to model serialization",
"awobaz/eloquent-mutators": "Reusable mutators (getters/setters) for Laravel 5's Eloquent",
"awobaz/syntactic": "Syntactic sugar for named and indexed parameters call."
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Awobaz\\Compoships\\ComposhipsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Awobaz\\Compoships\\": "src"
},
"files": []
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Claudin J. Daniel",
"email": "cdaniel@awobaz.com"
}
],
"description": "Laravel relationships with support for composite/multiple keys",
"keywords": [
"laravel",
"laravel composite keys",
"laravel relationships"
],
"time": "2020-10-23T12:28:34+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}