Add support for early access changelogs

This commit is contained in:
2023-03-27 19:31:06 +02:00
parent f5e2cbbc74
commit b7ef22b904
4 changed files with 718 additions and 521 deletions

View File

@ -8,7 +8,8 @@
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.19",
"laravel/sanctum": "^3.0",
"laravel/tinker": "^2.7"
"laravel/tinker": "^2.7",
"league/commonmark": "^2.4"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",