Skip to content

Commit 43506c3

Browse files
committed
chore: update dependencies
1 parent 997d622 commit 43506c3

5 files changed

Lines changed: 230 additions & 199 deletions

File tree

app/HomeController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
namespace App;
64

75
use Tempest\Router\Get;

app/home.view.php

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
<x-base>
2-
<main class="bg-sky-100/20 w-screen h-screen overflow-hidden">
3-
<div class="isolate relative flex flex-col justify-center items-center px-6 lg:px-8 h-full">
4-
<!-- Background gradient -->
5-
<div class="-top-40 sm:-top-80 -z-10 absolute inset-x-0 blur-3xl overflow-hidden transform-gpu pointer-events-none" aria-hidden="true">
6-
<div
7-
class="left-[calc(50%-11rem)] sm:left-[calc(50%-30rem)] relative bg-gradient-to-tr from-[#7fbdea] to-[#9980fc] opacity-20 w-[36.125rem] sm:w-[72.1875rem] aspect-[1155/678] rotate-[30deg] -translate-x-1/2"
8-
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"
9-
></div>
10-
</div>
11-
<!-- Bottom gradient -->
12-
<div class="top-[calc(100%-13rem)] sm:top-[calc(100%-30rem)] -z-10 absolute inset-x-0 blur-3xl overflow-hidden transform-gpu pointer-events-none" aria-hidden="true">
13-
<div class="left-[calc(50%+3rem)] sm:left-[calc(50%+36rem)] relative bg-gradient-to-tr from-[#7fbdea] to-[#9980fc] opacity-20 w-[36.125rem] sm:w-[72.1875rem] aspect-[1155/678] -translate-x-1/2" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
14-
</div>
15-
<!-- Hero section -->
16-
<div class="mx-auto py-32 sm:py-48 lg:py-56 max-w-2xl">
17-
<div class="text-center">
18-
<!-- Text -->
19-
<h1 class="font-semibold text-gray-800 text-5xl sm:text-7xl text-balance tracking-tight">Tempest</h1>
20-
<p class="mt-8 font-medium text-gray-500 text-lg sm:text-xl/8 text-pretty">The PHP framework that gets out of your way.</p>
21-
<!-- CTAs -->
22-
<div class="flex sm:flex-row flex-col justify-center items-center gap-x-6 gap-y-4 mt-10">
23-
<a href="https://tempestphp.com/docs" target="_blank" class="bg-sky-600 hover:bg-sky-500 shadow-sm px-3.5 py-2.5 rounded-md focus-visible:outline-2 focus-visible:outline-sky-600 focus-visible:outline-offset-2 font-semibold text-white text-sm">Documentation</a>
24-
<a href="https://tempestphp.com/discord" class="focus-visible:outline-none font-semibold text-gray-900 text-sm/6 focus-visible:decoration-gray-300 focus-visible:underline focus-visible:underline-offset-4">
25-
Join our Discord
26-
<span aria-hidden="true">→</span>
27-
</a>
28-
</div>
29-
</div>
30-
</div>
2+
<main class="bg-sky-100/20 w-screen h-screen overflow-hidden">
3+
<div class="isolate relative flex flex-col justify-center items-center px-6 lg:px-8 h-full">
4+
<!-- Background gradient -->
5+
<div class="-top-40 sm:-top-80 -z-10 absolute inset-x-0 blur-3xl overflow-hidden transform-gpu pointer-events-none" aria-hidden="true">
6+
<div
7+
class="left-[calc(50%-11rem)] sm:left-[calc(50%-30rem)] relative bg-gradient-to-tr from-[#7fbdea] to-[#9980fc] opacity-20 w-[36.125rem] sm:w-[72.1875rem] aspect-[1155/678] rotate-[30deg] -translate-x-1/2"
8+
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"
9+
></div>
10+
</div>
11+
<!-- Bottom gradient -->
12+
<div class="top-[calc(100%-13rem)] sm:top-[calc(100%-30rem)] -z-10 absolute inset-x-0 blur-3xl overflow-hidden transform-gpu pointer-events-none" aria-hidden="true">
13+
<div class="left-[calc(50%+3rem)] sm:left-[calc(50%+36rem)] relative bg-gradient-to-tr from-[#7fbdea] to-[#9980fc] opacity-20 w-[36.125rem] sm:w-[72.1875rem] aspect-[1155/678] -translate-x-1/2" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
14+
</div>
15+
<!-- Hero section -->
16+
<div class="mx-auto py-32 sm:py-48 lg:py-56 max-w-2xl">
17+
<div class="text-center">
18+
<!-- Text -->
19+
<h1 class="font-semibold text-gray-800 text-5xl sm:text-7xl text-balance tracking-tight">Tempest</h1>
20+
<p class="mt-8 font-medium text-gray-500 text-lg sm:text-xl/8 text-pretty">The PHP framework that gets out of your way.</p>
21+
<!-- CTAs -->
22+
<div class="flex sm:flex-row flex-col justify-center items-center gap-x-6 gap-y-4 mt-10">
23+
<a href="https://tempestphp.com/docs" target="_blank" class="bg-sky-600 hover:bg-sky-500 shadow-sm px-3.5 py-2.5 rounded-md focus-visible:outline-2 focus-visible:outline-sky-600 focus-visible:outline-offset-2 font-semibold text-white text-sm">Documentation</a>
24+
<a href="https://tempestphp.com/discord" class="focus-visible:outline-none font-semibold text-gray-900 text-sm/6 focus-visible:decoration-gray-300 focus-visible:underline focus-visible:underline-offset-4">
25+
Join our Discord
26+
<span aria-hidden="true">→</span>
27+
</a>
28+
</div>
3129
</div>
32-
</main>
30+
</div>
31+
</div>
32+
</main>
3333
</x-base>

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "tempest/app",
33
"type": "project",
44
"require": {
5-
"tempest/framework": "^1.5"
5+
"tempest/framework": "^1.6"
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "^12.3.4",
9-
"symfony/var-dumper": "^7.3.2",
10-
"carthage-software/mago": "^0.26.1"
8+
"phpunit/phpunit": "^12.3.10",
9+
"symfony/var-dumper": "^7.3.3",
10+
"carthage-software/mago": "1.0.0-beta.13"
1111
},
1212
"autoload": {
1313
"psr-4": {
@@ -28,12 +28,12 @@
2828
"@php ./vendor/bin/tempest discovery:generate --no-interaction"
2929
],
3030
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
31-
"mago:fmt": "vendor/bin/mago fmt",
32-
"mago:lint": "vendor/bin/mago lint --fix && vendor/bin/mago lint",
31+
"fmt": "vendor/bin/mago fmt",
32+
"lint": "vendor/bin/mago lint --fix --format-after-fix",
3333
"qa": [
34-
"composer mago:fmt",
34+
"composer fmt",
3535
"composer phpunit",
36-
"composer mago:lint"
36+
"composer lint"
3737
]
3838
},
3939
"license": "MIT",

0 commit comments

Comments
 (0)