Skip to content

Commit

Permalink
chore: bumps depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 1, 2024
1 parent 58c4c58 commit c68f9e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"require-dev": {
"ergebnis/phpstan-rules": "^2.2.0",
"illuminate/console": "^11.0.0",
"laravel/pint": "^1.14.0",
"mockery/mockery": "^1.6.7",
"pestphp/pest": "^2.34.1",
"phpstan/phpstan": "^1.10.59",
"illuminate/console": "^11.1.1",
"laravel/pint": "^1.15.0",
"mockery/mockery": "^1.6.11",
"pestphp/pest": "^2.34.6",
"phpstan/phpstan": "^1.10.66",
"phpstan/phpstan-strict-rules": "^1.5.2",
"symfony/var-dumper": "^7.0.4",
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
Expand Down
2 changes: 0 additions & 2 deletions tests/a.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use function Termwind\{a};

it('renders the element', function () {
$html = parse('<a>link text</a>');

Expand Down
2 changes: 0 additions & 2 deletions tests/br.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use function Termwind\{br};

it('renders the element', function () {
$html = parse('<br/>');

Expand Down
2 changes: 0 additions & 2 deletions tests/span.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use function Termwind\{span};

it('renders the element', function () {
$html = parse('<span>text</span>');

Expand Down
2 changes: 0 additions & 2 deletions tests/strong.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use function Termwind\{span};

it('renders the element', function () {
$html = parse('<strong>text</strong>');

Expand Down

0 comments on commit c68f9e4

Please sign in to comment.