Add Compoships for multile key relationships, first implemented with Service::class
This commit is contained in:
62
composer.lock
generated
62
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "be607de05c3acfcd58f3b71db50164a6",
|
||||
"content-hash": "1c7f30fd0cea07af4f43d6ef6dcdab18",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -62,6 +62,66 @@
|
||||
},
|
||||
"time": "2022-01-18T09:12:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "awobaz/compoships",
|
||||
"version": "2.1.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/topclaudy/compoships.git",
|
||||
"reference": "ba86741d9b439d1179a6432dded92b0ecc89a63a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/topclaudy/compoships/zipball/ba86741d9b439d1179a6432dded92b0ecc89a63a",
|
||||
"reference": "ba86741d9b439d1179a6432dded92b0ecc89a63a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/database": ">=5.6 <10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-sqlite3": "*"
|
||||
},
|
||||
"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",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Awobaz\\Compoships\\": "src"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/topclaudy/compoships/issues",
|
||||
"source": "https://github.com/topclaudy/compoships/tree/2.1.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://paypal.me/awobaz",
|
||||
"type": "custom"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-22T11:42:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "barryvdh/laravel-snappy",
|
||||
"version": "v1.0.0",
|
||||
|
Reference in New Issue
Block a user