Wire up AEAT for processing

This commit is contained in:
David Bomba
2025-08-13 10:28:10 +10:00
parent 63e6f75a24
commit 8bc1513591
7 changed files with 298 additions and 143 deletions

12
composer.lock generated
View File

@@ -19149,16 +19149,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.5.31",
"version": "11.5.32",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "fc44414e0779e94640663b809557b0b599548260"
"reference": "101e132dcf9e74a1eb3a309b4f686114ae8f7f36"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc44414e0779e94640663b809557b0b599548260",
"reference": "fc44414e0779e94640663b809557b0b599548260",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/101e132dcf9e74a1eb3a309b4f686114ae8f7f36",
"reference": "101e132dcf9e74a1eb3a309b4f686114ae8f7f36",
"shasum": ""
},
"require": {
@@ -19230,7 +19230,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.31"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.32"
},
"funding": [
{
@@ -19254,7 +19254,7 @@
"type": "tidelift"
}
],
"time": "2025-08-11T05:27:39+00:00"
"time": "2025-08-12T07:32:49+00:00"
},
{
"name": "react/cache",