Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
5 changed files with 458 additions and 514 deletions
Showing only changes of commit 08b79cecdf - Show all commits

View file

@ -16,14 +16,13 @@
"issues": "https://koodu.h-i.works/projects/fipamo/issues"
},
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"league/commonmark": "^2.4",
"lodash-php/lodash-php": "^0.09.0",
"mindtwo/laravel-blade-spaceless": "^1.2",
"mnapoli/front-yaml": "^2.0",
"nesbot/carbon": "^2.72",
"olegatro/html-sanitizer-relative": "^1.0",
@ -36,7 +35,7 @@
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},

953
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -87,10 +87,8 @@
</nav>
</header>
<div id="main-content" class="container">
@spaceless
@section('main-content')
@show
@endspaceless
</div>
<footer>
<div class="inner">

View file

@ -159,9 +159,7 @@
</div>
<div class="page-options">
<strong>OPTIONS</strong>
@spaceless
@include('includes.options')
@endspaceless
@include('includes.options')
</div>
<div class="page-updated">
<strong>UPDATED</strong>
@ -181,9 +179,7 @@
</div>
</section>
<section class="text-editor">
@spaceless
@include('includes.editor')
@endspaceless
<div class="edit-post-wrapper">
<textarea id="edit" spellcheck="false" class="language-md">{{ $content }}</textarea>
<pre id="highlight"><code id="highlight-content" class="language-md"></code></pre>

View file

@ -31,10 +31,8 @@
@endif
</header>
<main>
@spaceless
@section('main-content')
@show
@endspaceless
</main>
<footer>