Updated path for admin-api

This commit is contained in:
David Bomba 2025-11-23 17:10:45 +11:00
parent 3b4d108160
commit 1ad1a28b03
4 changed files with 26 additions and 26 deletions

View File

@ -10,7 +10,7 @@
* @license https://www.elastic.co/licensing/elastic-license
*/
namespace App\DataMapper\Analytics;
namespace App\DataMapper\Billing;
use Turbo124\Beacon\ExampleMetric\GenericStructuredMetric;

View File

@ -10,7 +10,7 @@
* @license https://www.elastic.co/licensing/elastic-license
*/
namespace App\DataMapper\Analytics;
namespace App\DataMapper\Billing;
use Turbo124\Beacon\ExampleMetric\GenericStructuredMetric;

View File

@ -224,9 +224,10 @@
"url": "https://github.com/turbo124/snappdf"
},
{
"type": "path",
"url": "../admin-api"
"type": "vcs",
"url": "https://github.com/invoiceninja/admin-api"
}
],
"minimum-stability": "dev",
"prefer-stable": true

43
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": "bbc9c82c8904f23fad218ab0485d2de5",
"content-hash": "b2d1e12e4e351e18abb37f43b9da125f",
"packages": [
{
"name": "afosto/yaac",
@ -496,16 +496,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.362.1",
"version": "3.363.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "f29a49b74d5ee771f13432e16d58651de91f7e79"
"reference": "b2f78a0787a73801957eb329048d52b4181e9660"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f29a49b74d5ee771f13432e16d58651de91f7e79",
"reference": "f29a49b74d5ee771f13432e16d58651de91f7e79",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b2f78a0787a73801957eb329048d52b4181e9660",
"reference": "b2f78a0787a73801957eb329048d52b4181e9660",
"shasum": ""
},
"require": {
@ -587,9 +587,9 @@
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.362.1"
"source": "https://github.com/aws/aws-sdk-php/tree/3.363.0"
},
"time": "2025-11-20T19:10:40+00:00"
"time": "2025-11-21T19:41:10+00:00"
},
{
"name": "babenkoivan/elastic-adapter",
@ -8072,16 +8072,16 @@
},
{
"name": "nette/utils",
"version": "v4.0.8",
"version": "v4.0.9",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
"reference": "505a30ad386daa5211f08a318e47015b501cad30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
"reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
"url": "https://api.github.com/repos/nette/utils/zipball/505a30ad386daa5211f08a318e47015b501cad30",
"reference": "505a30ad386daa5211f08a318e47015b501cad30",
"shasum": ""
},
"require": {
@ -8155,9 +8155,9 @@
],
"support": {
"issues": "https://github.com/nette/utils/issues",
"source": "https://github.com/nette/utils/tree/v4.0.8"
"source": "https://github.com/nette/utils/tree/v4.0.9"
},
"time": "2025-08-06T21:43:34+00:00"
"time": "2025-10-31T00:45:47+00:00"
},
{
"name": "nikic/php-parser",
@ -10913,16 +10913,16 @@
},
{
"name": "rmccue/requests",
"version": "v2.0.15",
"version": "v2.0.16",
"source": {
"type": "git",
"url": "https://github.com/WordPress/Requests.git",
"reference": "877cd66169755899682f1595e057334b40d9d149"
"reference": "babd303d2084cf2690db536aeb6eef58326ee3ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WordPress/Requests/zipball/877cd66169755899682f1595e057334b40d9d149",
"reference": "877cd66169755899682f1595e057334b40d9d149",
"url": "https://api.github.com/repos/WordPress/Requests/zipball/babd303d2084cf2690db536aeb6eef58326ee3ff",
"reference": "babd303d2084cf2690db536aeb6eef58326ee3ff",
"shasum": ""
},
"require": {
@ -10930,15 +10930,14 @@
"php": ">=5.6"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.0",
"phpcompatibility/php-compatibility": "^10.0.0@dev",
"requests/test-server": "dev-main",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6",
"wp-coding-standards/wpcs": "^2.0",
"yoast/phpunit-polyfills": "^1.0.0"
"yoast/phpunit-polyfills": "^1.1.5"
},
"suggest": {
"art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
@ -10996,7 +10995,7 @@
"issues": "https://github.com/WordPress/Requests/issues",
"source": "https://github.com/WordPress/Requests"
},
"time": "2025-01-21T10:13:31+00:00"
"time": "2025-11-21T23:56:29+00:00"
},
{
"name": "robrichards/xmlseclibs",