Skip to content

Commit 345e396

Browse files
authored
Merge pull request #6 from octoper/tailwind-v2
Upgrade to TailwindCSS v2 & Latest Laravel version
2 parents e76c7da + 12e8a6e commit 345e396

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5629
-5812
lines changed

app/Http/Kernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class Kernel extends HttpKernel
2121
\App\Http\Middleware\PreventRequestsDuringMaintenance::class,
2222
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
2323
\App\Http\Middleware\TrimStrings::class,
24-
\App\Http\Middleware\HtmlMinify::class,
2524
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
2625
];
2726

app/Http/Middleware/HtmlMinify.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

composer.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,28 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.4",
11+
"php": "^7.4|^8.0",
1212
"ext-json": "*",
1313
"ext-simplexml": "*",
14-
"blade-ui-kit/blade-ui-kit": "^0.1.1",
1514
"erusev/parsedown-extra": "^0.8.1",
16-
"fideloper/proxy": "^4.2",
15+
"fideloper/proxy": "^4.4",
1716
"fruitcake/laravel-cors": "^2.0",
1817
"guzzlehttp/guzzle": "^7.0.1",
19-
"laravel/framework": "^8.0",
20-
"laravel/tinker": "^2.0",
18+
"laravel/framework": "^8.22",
19+
"laravel/tinker": "^2.5",
2120
"league/commonmark": "^1.5",
2221
"spatie/yaml-front-matter": "^2.0",
23-
"symfony/yaml": "^5.1",
24-
"voku/html-min": "^4.4"
22+
"symfony/yaml": "^5.2"
2523
},
2624
"require-dev": {
27-
"facade/ignition": "^2.3.6",
28-
"friendsofphp/php-cs-fixer": "^2.16",
29-
"fakerphp/faker": "^1.9.1",
30-
"mockery/mockery": "^1.3.1",
31-
"nunomaduro/collision": "^5.0",
32-
"pestphp/pest": "^0.3.6",
33-
"pestphp/pest-plugin-laravel": "^0.3.0",
34-
"phpunit/phpunit": "^9.3.10"
25+
"facade/ignition": "^2.5.8",
26+
"friendsofphp/php-cs-fixer": "^2.17",
27+
"fakerphp/faker": "^1.13",
28+
"mockery/mockery": "^1.4",
29+
"nunomaduro/collision": "^5.2",
30+
"pestphp/pest": "^1.0",
31+
"pestphp/pest-plugin-laravel": "^1.0.0",
32+
"phpunit/phpunit": "^9.5.0"
3533
},
3634
"config": {
3735
"optimize-autoloader": true,

0 commit comments

Comments
 (0)