add landing pages for meetups

This commit is contained in:
Benjamin Takats
2023-01-14 20:35:54 +01:00
parent 8120b13bff
commit 2f00e34e10
55 changed files with 3161 additions and 17 deletions

70
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": "d570d40413edbe29a499759d99b8584c",
"content-hash": "5ff6a604d24b926e66423e09d07edd78",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -7054,6 +7054,74 @@
},
"time": "2022-12-23T17:47:18+00:00"
},
{
"name": "qcod/laravel-gamify",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/qcod/laravel-gamify.git",
"reference": "e642db7b77f52980606f4037a9bddde896c12cb4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/qcod/laravel-gamify/zipball/e642db7b77f52980606f4037a9bddde896c12cb4",
"reference": "e642db7b77f52980606f4037a9bddde896c12cb4",
"shasum": ""
},
"require": {
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"php": "^7.3|^8.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4 || ~1.0",
"orchestra/testbench": "~3.8|^4.0|^5.0|^7.0",
"phpunit/phpunit": "~8.5|^9.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"QCod\\Gamify\\GamifyServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"QCod\\Gamify\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mohd Saqueib Ansari",
"email": "saquibweb@gmail.com"
}
],
"description": "Add gamification in laravel app with reputation point and badges support",
"homepage": "https://github.com/qcod/laravel-gamify",
"keywords": [
"Gamification",
"achivement",
"badge",
"gamify",
"laravel",
"points",
"qcod",
"reputation",
"reward"
],
"support": {
"issues": "https://github.com/qcod/laravel-gamify/issues",
"source": "https://github.com/qcod/laravel-gamify/tree/1.0.6"
},
"time": "2022-02-09T10:01:08+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",