forked from projects/thebadspace
updated composer file; update versioning
a quick update to the composer file to have proper versioning and some details about the project, also updated the template to reflect the current version
This commit is contained in:
parent
ccd0a7a3a9
commit
f7bd675b5d
2 changed files with 17 additions and 14 deletions
|
@ -1,16 +1,19 @@
|
|||
{
|
||||
"name": "laravel/laravel",
|
||||
"type": "project",
|
||||
"description": "The skeleton application for the Laravel framework.",
|
||||
"keywords": ["laravel", "framework"],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"laravel/framework": "^11.0",
|
||||
"laravel/sanctum": "^4.0",
|
||||
"laravel/tinker": "^2.8",
|
||||
"revolution/laravel-mastodon-api": "^3.0"
|
||||
"name": "project/thebadspace",
|
||||
"type": "moderation and safety",
|
||||
"descriptions": "A tool for improving independent social media curation.",
|
||||
"version": "0.7-alpha",
|
||||
"keywords": ["thebadspace","tbs","activty-pub","laravel", "framework", "moderation", "safety", "curation", "tooling", "fediverse"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ro",
|
||||
"homepage": "https://roiskinda.cool"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"source": "https://koodu.h-i.works/projects/thebadspace",
|
||||
"wiki": "https://koodu.h-i.works/projects/thebadspace/wiki/?action=_pages",
|
||||
"issues": "https://koodu.h-i.works/projects/thebadspace/issues"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
an <a href="https://h-i.works">h.i.</a> project
|
||||
</div>
|
||||
<div>
|
||||
a0.6
|
||||
a0.7
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue