Skip to content

Commit

Permalink
bump minimum version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Sep 11, 2020
1 parent 0992d4c commit af84c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TailwindCssPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected static function updatePackageArray(array $packages)
'laravel-mix' => '^5.0.1',
'postcss-import' => '^12.0',
'postcss-nested' => '^4.2',
'tailwindcss' => '^1.4',
'tailwindcss' => '^1.8',
'vue-template-compiler' => '^2.6.11',
], Arr::except($packages, [
'bootstrap',
Expand Down

0 comments on commit af84c14

Please sign in to comment.