Code refactor work. New optimised query to get invoice status summary for an account
This commit is contained in:
58
composer.lock
generated
58
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": "65656094f15929a06f03ee8719037bdd",
|
||||
"content-hash": "b84c28d616dc200d6583006761ae9e0d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "barryvdh/laravel-snappy",
|
||||
@@ -213,6 +213,62 @@
|
||||
],
|
||||
"time": "2024-02-09T16:56:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "clarkeash/doorman",
|
||||
"version": "v9.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/clarkeash/doorman.git",
|
||||
"reference": "e94b6be6a0996b0fd457a4165c4a45016969ba5e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/clarkeash/doorman/zipball/e94b6be6a0996b0fd457a4165c4a45016969ba5e",
|
||||
"reference": "e94b6be6a0996b0fd457a4165c4a45016969ba5e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": "^11.0",
|
||||
"php": "^8.2",
|
||||
"ramsey/uuid": "^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.4",
|
||||
"orchestra/testbench": "^9.0",
|
||||
"phpunit/phpunit": "^11.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Clarkeash\\Doorman\\Providers\\DoormanServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Doorman": "Clarkeash\\Doorman\\Facades\\Doorman"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Clarkeash\\Doorman\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ashley Clarke",
|
||||
"email": "me@ashleyclarke.me"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/clarkeash/doorman/issues",
|
||||
"source": "https://github.com/clarkeash/doorman/tree/v9.0.0"
|
||||
},
|
||||
"time": "2024-03-25T20:55:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "defuse/php-encryption",
|
||||
"version": "v2.4.0",
|
||||
|
Reference in New Issue
Block a user