📚 Added "BooksForPlebs" book rental guide for Bitcoin meetups and integrated "FollowTheRabbit" feature to explore Bitcoin rabbit hole themes.

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 19:37:50 +01:00
parent 7c85fdcefb
commit 2888a723f7
10 changed files with 451 additions and 6 deletions

153
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": "2f835aeeb5cb6ca796bf1916be38cabf",
"content-hash": "e28b129a600ecef71879618baf7b2358",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -4589,6 +4589,157 @@
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ralphjsmit/laravel-helpers",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/ralphjsmit/laravel-helpers.git",
"reference": "85f42d56a632b5e7edd60460cf8163b8f7506771"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralphjsmit/laravel-helpers/zipball/85f42d56a632b5e7edd60460cf8163b8f7506771",
"reference": "85f42d56a632b5e7edd60460cf8163b8f7506771",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.4",
"illuminate/contracts": "^10.0|^11.0|^12.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"livewire/livewire": "^2.9|^3.4",
"nesbot/carbon": "^2.66|^3.0",
"nunomaduro/collision": "^7.0|^8.0",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"pestphp/pest": "^2.34|^3.7",
"pestphp/pest-plugin-laravel": "^2.3|^3.1",
"phpunit/phpunit": "^10.5|^11.5",
"spatie/invade": "^1.0|^2.0",
"spatie/laravel-ray": "^1.39"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Helpers": "RalphJSmit\\Helpers\\Facades\\Helpers"
},
"providers": [
"RalphJSmit\\Helpers\\HelpersServiceProvider"
]
}
},
"autoload": {
"files": [
"src/Laravel/Support/helpers.php",
"src/helpers.php"
],
"psr-4": {
"RalphJSmit\\Helpers\\": "src",
"RalphJSmit\\Helpers\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph J. Smit",
"email": "rjs@ralphjsmit.com",
"role": "Developer"
}
],
"description": "A package containing handy helpers for your Laravel-application.",
"homepage": "https://github.com/ralphjsmit/laravel-helpers",
"keywords": [
"laravel",
"laravel-helpers",
"ralphjsmit"
],
"support": {
"issues": "https://github.com/ralphjsmit/laravel-helpers/issues",
"source": "https://github.com/ralphjsmit/laravel-helpers/tree/1.10.0"
},
"time": "2025-02-25T17:18:51+00:00"
},
{
"name": "ralphjsmit/laravel-seo",
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/ralphjsmit/laravel-seo.git",
"reference": "55f72af14357b22665ed8428f46356f41a61c713"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralphjsmit/laravel-seo/zipball/55f72af14357b22665ed8428f46356f41a61c713",
"reference": "55f72af14357b22665ed8428f46356f41a61c713",
"shasum": ""
},
"require": {
"illuminate/contracts": "^10.0|^11.0|^12.0",
"php": "^8.0",
"ralphjsmit/laravel-helpers": "^1.10",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"laravel/pint": "^1.16",
"nesbot/carbon": "^2.66|^3.0",
"nunomaduro/collision": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^9.0|^10.0",
"pestphp/pest": "^2.0|^3.0",
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
"phpunit/phpunit": "^10.5|^11.5",
"spatie/laravel-ray": "^1.39",
"spatie/pest-plugin-test-time": "^2.0"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"SEOManager": "RalphJSmit\\Laravel\\SEO\\Facades\\SEOManager"
},
"providers": [
"RalphJSmit\\Laravel\\SEO\\LaravelSEOServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"RalphJSmit\\Laravel\\SEO\\": "src",
"RalphJSmit\\Laravel\\SEO\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph J. Smit",
"email": "rjs@ralphjsmit.com",
"role": "Developer"
}
],
"description": "A package to handle the SEO in any Laravel application, big or small.",
"homepage": "https://github.com/ralphjsmit/laravel-seo",
"keywords": [
"laravel",
"laravel-seo",
"ralphjsmit"
],
"support": {
"issues": "https://github.com/ralphjsmit/laravel-seo/issues",
"source": "https://github.com/ralphjsmit/laravel-seo/tree/1.7.2"
},
"time": "2025-09-22T14:21:04+00:00"
},
{
"name": "ramsey/collection",
"version": "2.1.1",