Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
Showing only changes of commit 4abf8bc911 - Show all commits

View file

@ -1,9 +1,20 @@
{
"name": "laravel/laravel",
"name": "fipamo",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"],
"license": "MIT",
"descriptions": "The most chill no database content framework ever.",
"version": "3.0.0-beta",
"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": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
@ -45,7 +56,10 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
],
"start": [
"@php -S localhost:8000 -t public/"
]
},
"extra": {
"laravel": {