From bd6acbde6e0f32da61e02beeeebd8346db4d456d Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Sun, 7 Jan 2024 03:25:19 +0100 Subject: [PATCH] feat(deps): add simonhamp/the-og dependency This commit adds the "simonhamp/the-og" package as a new dependency in the composer.json file. --- composer.json | 1 + composer.lock | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9eae141..7b185a5 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ "laravel/tinker": "^2.8", "league/flysystem-aws-s3-v3": "^3.0", "saade/blade-iconsax": "^1.1", + "simonhamp/the-og": "^0.2.2", "spatie/laravel-backup": "^8.3", "spatie/laravel-query-builder": "^5.6", "spatie/sheets": "^1.10", diff --git a/composer.lock b/composer.lock index 4336efc..da62cc3 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "85902a91f7fc2c0d840ffe6e9c608eb4", + "content-hash": "581c48fa8b1d49eb8393c60ce0cb8a2e", "packages": [ { "name": "andcarpi/laravel-popper", @@ -4575,6 +4575,54 @@ }, "time": "2023-02-17T13:23:26+00:00" }, + { + "name": "simonhamp/the-og", + "version": "v0.2.2", + "source": { + "type": "git", + "url": "https://github.com/simonhamp/the-og.git", + "reference": "2221ff4594baae5d381603be11b57205afa45934" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simonhamp/the-og/zipball/2221ff4594baae5d381603be11b57205afa45934", + "reference": "2221ff4594baae5d381603be11b57205afa45934", + "shasum": "" + }, + "require": { + "ext-imagick": "*", + "intervention/image": "^3.1", + "php": "^8.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "SimonHamp\\TheOg\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Simon Hamp", + "email": "simon.hamp@me.com" + } + ], + "description": "OpenGraph Image Generator for PHP", + "support": { + "issues": "https://github.com/simonhamp/the-og/issues", + "source": "https://github.com/simonhamp/the-og/tree/v0.2.2" + }, + "funding": [ + { + "url": "https://github.com/simonhamp", + "type": "github" + } + ], + "time": "2024-01-06T01:22:40+00:00" + }, { "name": "spatie/db-dumper", "version": "3.4.0",