forked from projects/fipamo
Added Meta to composer config
Updated the composer file with relavent project information
This commit is contained in:
parent
8d3af5b6e1
commit
4abf8bc911
1 changed files with 19 additions and 5 deletions
|
@ -1,9 +1,20 @@
|
||||||
{
|
{
|
||||||
"name": "laravel/laravel",
|
"name": "fipamo",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "The skeleton application for the Laravel framework.",
|
"descriptions": "The most chill no database content framework ever.",
|
||||||
"keywords": ["laravel", "framework"],
|
"version": "3.0.0-beta",
|
||||||
"license": "MIT",
|
"keywords": ["fipamo","blog","activty-pub","laravel", "framework"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Ro",
|
||||||
|
"homepage": "https://roiskinda.cool"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://koodu.h-i.works/projects/fipamo",
|
||||||
|
"wiki": "https://koodu.h-i.works/projects/fipamo/wiki/?action=_pages",
|
||||||
|
"issues": "https://koodu.h-i.works/projects/fipamo/issues"
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"guzzlehttp/guzzle": "^7.2",
|
"guzzlehttp/guzzle": "^7.2",
|
||||||
|
@ -45,7 +56,10 @@
|
||||||
],
|
],
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"@php artisan key:generate --ansi"
|
"@php artisan key:generate --ansi"
|
||||||
]
|
],
|
||||||
|
"start": [
|
||||||
|
"@php -S localhost:8000 -t public/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"laravel": {
|
"laravel": {
|
||||||
|
|
Loading…
Reference in a new issue