feat(deps): add simonhamp/the-og dependency

This commit adds the "simonhamp/the-og" package as a new dependency in the composer.json file.
This commit is contained in:
Rico van Zelst
2024-01-07 03:25:19 +01:00
parent 2e7e7dc2a9
commit bd6acbde6e
2 changed files with 50 additions and 1 deletions

View File

@@ -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",

50
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": "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",