1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update messaging lib

This commit is contained in:
Jake Barnby 2023-12-15 19:55:50 +13:00
parent 4e26bdb5df
commit 8fc3f99a8e
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 9 additions and 9 deletions

View file

@ -56,7 +56,7 @@
"utopia-php/image": "0.5.*",
"utopia-php/locale": "0.4.*",
"utopia-php/logger": "0.3.*",
"utopia-php/messaging": "0.7.*",
"utopia-php/messaging": "0.8.*",
"utopia-php/migration": "0.3.*",
"utopia-php/orchestration": "0.9.*",
"utopia-php/platform": "0.5.*",

16
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": "ec8d49765c3f6ccc5759c5eab267f326",
"content-hash": "359b1e3bd27ac7362c6f8d145e64ae36",
"packages": [
{
"name": "adhocore/jwt",
@ -2270,24 +2270,24 @@
},
{
"name": "utopia-php/messaging",
"version": "0.7.0",
"version": "0.8.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/messaging.git",
"reference": "b2d4b0334412390e839d250b848ff0f3466f7a55"
"reference": "64eca3faf02a79831f219d4f3ae05cd278a88b4b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/messaging/zipball/b2d4b0334412390e839d250b848ff0f3466f7a55",
"reference": "b2d4b0334412390e839d250b848ff0f3466f7a55",
"url": "https://api.github.com/repos/utopia-php/messaging/zipball/64eca3faf02a79831f219d4f3ae05cd278a88b4b",
"reference": "64eca3faf02a79831f219d4f3ae05cd278a88b4b",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-openssl": "*",
"php": ">=8.0.0"
},
"require-dev": {
"ext-openssl": "*",
"laravel/pint": "1.13.*",
"phpmailer/phpmailer": "6.8.*",
"phpstan/phpstan": "1.10.*",
@ -2314,9 +2314,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/messaging/issues",
"source": "https://github.com/utopia-php/messaging/tree/0.7.0"
"source": "https://github.com/utopia-php/messaging/tree/0.8.0"
},
"time": "2023-12-05T13:47:36+00:00"
"time": "2023-12-15T06:44:08+00:00"
},
{
"name": "utopia-php/migration",