From 24a24f17c639366732ef0981830594412b12c8d6 Mon Sep 17 00:00:00 2001 From: leocavalcante Date: Tue, 6 Feb 2024 09:11:38 -0300 Subject: [PATCH] chore: Deploy --- all.json | 62 ++++++++++++++++++++++++++++++++ index.html | 52 +++++++++++++++++++++++++-- p2/opencodeco/matrix.json | 5 +++ p2/opencodeco/matrix~dev.json | 66 +++++++++++++++++++++++++++++++++++ packages.json | 3 +- 5 files changed, 185 insertions(+), 3 deletions(-) create mode 100644 p2/opencodeco/matrix.json create mode 100644 p2/opencodeco/matrix~dev.json diff --git a/all.json b/all.json index b5d4883..a431a55 100644 --- a/all.json +++ b/all.json @@ -2775,6 +2775,68 @@ } } }, + "opencodeco/matrix": { + "dev-main": { + "name": "opencodeco/matrix", + "version": "dev-main", + "version_normalized": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/opencodeco/matrix.git", + "reference": "6ea90a39f20994829b479b50df1f3169988e6a11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/opencodeco/matrix/zipball/6ea90a39f20994829b479b50df1f3169988e6a11", + "reference": "6ea90a39f20994829b479b50df1f3169988e6a11", + "shasum": "" + }, + "require": { + "hyperf/command": "^3.0", + "hyperf/database": "^3.0", + "hyperf/db-connection": "*", + "hyperf/di": "^3.0", + "php": "^8.0" + }, + "require-dev": { + "hyperf/testing": "^3.0", + "phpunit/phpunit": "^9.0" + }, + "time": "2024-02-05T20:34:55+00:00", + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "OpenCodeCo\\Matrix\\": "src/" + } + }, + "scripts": { + "post-update-cmd": [ + "php bin/hyperf.php matrix:publish" + ], + "post-install-cmd": [ + "php bin/hyperf.php matrix:publish" + ], + "post-autoload-dump": [ + "OpenCodeCo\\Matrix\\ComposerScripts::postAutoloadDump" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Diego Ananias", + "email": "diegohsananias@gmail.com" + } + ], + "description": "A multi-tenant library for Hyperf APIs.", + "support": { + "source": "https://github.com/opencodeco/matrix/tree/main", + "issues": "https://github.com/opencodeco/matrix/issues" + } + } + }, "reasno/fastmongo": { "v3.0.0": { "name": "reasno/fastmongo", diff --git a/index.html b/index.html index 0c2ac72..c0298a5 100644 --- a/index.html +++ b/index.html @@ -22,8 +22,8 @@

opencodeco/composer

- - Last updated:
+ + Last updated:
@@ -483,6 +483,54 @@
Setting up this repository in your projects
+
+ + +
+

A multi-tenant library for Hyperf APIs.

+ +
+
+
+ +
Type
+
library
+ + + +
License
+
MIT
+ +
Authors
+
+ Diego Ananias
+ +
Support
+
+ +
+ +
Releases
+
+ + dev-main
+ + +
+
+
+
diff --git a/p2/opencodeco/matrix.json b/p2/opencodeco/matrix.json new file mode 100644 index 0000000..56fdb1e --- /dev/null +++ b/p2/opencodeco/matrix.json @@ -0,0 +1,5 @@ +{ + "packages": { + "opencodeco/matrix": [] + } +} diff --git a/p2/opencodeco/matrix~dev.json b/p2/opencodeco/matrix~dev.json new file mode 100644 index 0000000..5b51ee8 --- /dev/null +++ b/p2/opencodeco/matrix~dev.json @@ -0,0 +1,66 @@ +{ + "packages": { + "opencodeco/matrix": [ + { + "name": "opencodeco/matrix", + "version": "dev-main", + "version_normalized": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/opencodeco/matrix.git", + "reference": "6ea90a39f20994829b479b50df1f3169988e6a11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/opencodeco/matrix/zipball/6ea90a39f20994829b479b50df1f3169988e6a11", + "reference": "6ea90a39f20994829b479b50df1f3169988e6a11", + "shasum": "" + }, + "require": { + "hyperf/command": "^3.0", + "hyperf/database": "^3.0", + "hyperf/db-connection": "*", + "hyperf/di": "^3.0", + "php": "^8.0" + }, + "require-dev": { + "hyperf/testing": "^3.0", + "phpunit/phpunit": "^9.0" + }, + "time": "2024-02-05T20:34:55+00:00", + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "OpenCodeCo\\Matrix\\": "src/" + } + }, + "scripts": { + "post-update-cmd": [ + "php bin/hyperf.php matrix:publish" + ], + "post-install-cmd": [ + "php bin/hyperf.php matrix:publish" + ], + "post-autoload-dump": [ + "OpenCodeCo\\Matrix\\ComposerScripts::postAutoloadDump" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Diego Ananias", + "email": "diegohsananias@gmail.com" + } + ], + "description": "A multi-tenant library for Hyperf APIs.", + "support": { + "source": "https://github.com/opencodeco/matrix/tree/main", + "issues": "https://github.com/opencodeco/matrix/issues" + } + } + ] + } +} diff --git a/packages.json b/packages.json index 6fef6a4..3aa8767 100644 --- a/packages.json +++ b/packages.json @@ -2,7 +2,7 @@ "packages": [], "includes": { "all.json": { - "sha1": "1eba9196a660ecb98bab9fbee03ff46b375412a0" + "sha1": "6e6a384a6923239710ff1ce60bdf2f09d7de6a5b" } }, "metadata-url": "/p2/%package%.json", @@ -11,6 +11,7 @@ "hyperf/metric", "hyperf/tracer", "opencodeco/hyperf-doctrine", + "opencodeco/matrix", "reasno/fastmongo" ] }