mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
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:
@@ -23,6 +23,7 @@
|
|||||||
"laravel/tinker": "^2.8",
|
"laravel/tinker": "^2.8",
|
||||||
"league/flysystem-aws-s3-v3": "^3.0",
|
"league/flysystem-aws-s3-v3": "^3.0",
|
||||||
"saade/blade-iconsax": "^1.1",
|
"saade/blade-iconsax": "^1.1",
|
||||||
|
"simonhamp/the-og": "^0.2.2",
|
||||||
"spatie/laravel-backup": "^8.3",
|
"spatie/laravel-backup": "^8.3",
|
||||||
"spatie/laravel-query-builder": "^5.6",
|
"spatie/laravel-query-builder": "^5.6",
|
||||||
"spatie/sheets": "^1.10",
|
"spatie/sheets": "^1.10",
|
||||||
|
|||||||
50
composer.lock
generated
50
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "85902a91f7fc2c0d840ffe6e9c608eb4",
|
"content-hash": "581c48fa8b1d49eb8393c60ce0cb8a2e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "andcarpi/laravel-popper",
|
"name": "andcarpi/laravel-popper",
|
||||||
@@ -4575,6 +4575,54 @@
|
|||||||
},
|
},
|
||||||
"time": "2023-02-17T13:23:26+00:00"
|
"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",
|
"name": "spatie/db-dumper",
|
||||||
"version": "3.4.0",
|
"version": "3.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user