1
0
Fork 0

composer: Adding kirschbaum-development/eloquent-power-joins

This commit is contained in:
Henrik Hautakoski 2022-01-15 13:28:12 +01:00
parent 4a887240d4
commit 22f0592e94
2 changed files with 64 additions and 1 deletions

View file

@ -9,6 +9,7 @@
"blade-ui-kit/blade-heroicons": "^1.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"kirschbaum-development/eloquent-power-joins": "^2.5",
"laravel/framework": "^8.54",
"laravel/tinker": "^2.5",
"livewire/livewire": "^2.5",

64
composer.lock generated
View file

@ -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": "d9fe1b4a5ad3a0321305f84e8dd8776d",
"content-hash": "358b989bd121236d48a4d7a89f4bb9db",
"packages": [
{
"name": "asm89/stack-cors",
@ -1230,6 +1230,68 @@
},
"time": "2020-11-26T19:24:33+00:00"
},
{
"name": "kirschbaum-development/eloquent-power-joins",
"version": "2.5.1",
"source": {
"type": "git",
"url": "https://github.com/kirschbaum-development/eloquent-power-joins.git",
"reference": "91544558a8e3a824bf45c24c12a1c1efb036c933"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/91544558a8e3a824bf45c24c12a1c1efb036c933",
"reference": "91544558a8e3a824bf45c24c12a1c1efb036c933",
"shasum": ""
},
"require": {
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"php": "^7.1|^8.0"
},
"require-dev": {
"laravel/legacy-factories": "^1.0@dev",
"orchestra/testbench": "4.*|5.*|6.*",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Kirschbaum\\PowerJoins\\PowerJoinsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Kirschbaum\\PowerJoins\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luis Dalmolin",
"email": "luis.nh@gmail.com",
"role": "Developer"
}
],
"description": "The Laravel magic applied to joins.",
"homepage": "https://github.com/kirschbaum-development/eloquent-power-joins",
"keywords": [
"eloquent",
"join",
"laravel",
"mysql"
],
"support": {
"issues": "https://github.com/kirschbaum-development/eloquent-power-joins/issues",
"source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/2.5.1"
},
"time": "2021-11-18T17:09:00+00:00"
},
{
"name": "laravel/framework",
"version": "v8.63.0",