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:
ro 2024-10-08 11:15:25 -06:00
parent ccd0a7a3a9
commit f7bd675b5d
2 changed files with 17 additions and 14 deletions

View file

@ -1,17 +1,20 @@
{ {
"name": "laravel/laravel", "name": "project/thebadspace",
"type": "project", "type": "moderation and safety",
"description": "The skeleton application for the Laravel framework.", "descriptions": "A tool for improving independent social media curation.",
"keywords": ["laravel", "framework"], "version": "0.7-alpha",
"license": "MIT", "keywords": ["thebadspace","tbs","activty-pub","laravel", "framework", "moderation", "safety", "curation", "tooling", "fediverse"],
"require": { "authors": [
"php": "^8.2", {
"guzzlehttp/guzzle": "^7.2", "name": "Ro",
"laravel/framework": "^11.0", "homepage": "https://roiskinda.cool"
"laravel/sanctum": "^4.0", }
"laravel/tinker": "^2.8", ],
"revolution/laravel-mastodon-api": "^3.0" "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": { "require-dev": {
"fakerphp/faker": "^1.9.1", "fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0", "laravel/pint": "^1.0",

View file

@ -94,7 +94,7 @@
an <a href="https://h-i.works">h.i.</a> project an <a href="https://h-i.works">h.i.</a> project
</div> </div>
<div> <div>
a0.6 a0.7
</div> </div>
</footer> </footer>
</body> </body>