add meetup event landing page

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 18:49:38 +01:00
parent a24618e074
commit 62a18bac28
24 changed files with 781 additions and 256 deletions

26
composer.lock generated
View File

@@ -4526,16 +4526,16 @@
},
{
"name": "monolog/monolog",
"version": "2.8.0",
"version": "2.9.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
"reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
"reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
"shasum": ""
},
"require": {
@@ -4550,7 +4550,7 @@
"doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
"graylog2/gelf-php": "^1.4.2",
"graylog2/gelf-php": "^1.4.2 || ^2@dev",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
@@ -4612,7 +4612,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.8.0"
"source": "https://github.com/Seldaek/monolog/tree/2.9.1"
},
"funding": [
{
@@ -4624,7 +4624,7 @@
"type": "tidelift"
}
],
"time": "2022-07-24T11:55:47+00:00"
"time": "2023-02-06T13:44:46+00:00"
},
{
"name": "myclabs/php-enum",
@@ -9137,16 +9137,16 @@
},
{
"name": "spatie/laravel-ray",
"version": "1.32.1",
"version": "1.32.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ray.git",
"reference": "8ecf893a7af385e72b1f63cbd318fb00e2dca340"
"reference": "0c28a8274ec261a2857b4318b6f934af98024395"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/8ecf893a7af385e72b1f63cbd318fb00e2dca340",
"reference": "8ecf893a7af385e72b1f63cbd318fb00e2dca340",
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/0c28a8274ec261a2857b4318b6f934af98024395",
"reference": "0c28a8274ec261a2857b4318b6f934af98024395",
"shasum": ""
},
"require": {
@@ -9206,7 +9206,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-ray/issues",
"source": "https://github.com/spatie/laravel-ray/tree/1.32.1"
"source": "https://github.com/spatie/laravel-ray/tree/1.32.2"
},
"funding": [
{
@@ -9218,7 +9218,7 @@
"type": "other"
}
],
"time": "2023-01-26T13:02:05+00:00"
"time": "2023-02-06T09:46:50+00:00"
},
{
"name": "spatie/laravel-sluggable",