Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Sep 27, 2024
1 parent d0e84f0 commit f286e16
Show file tree
Hide file tree
Showing 9 changed files with 1,028 additions and 1,017 deletions.
2 changes: 1 addition & 1 deletion app/Commands/GitHubActionsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\Str;
use LaravelZero\Framework\Commands\Command;

use function Termwind\{render};
use function Termwind\render;

class GitHubActionsCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/HuskyHooksCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use RuntimeException;
use Symfony\Component\Process\Process;

use function Termwind\{render};
use function Termwind\render;

class HuskyHooksCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion app/Support/Tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Support;

use function Termwind\{render};
use function Termwind\render;

abstract class Tool
{
Expand Down
Binary file modified builds/duster
Binary file not shown.
11 changes: 5 additions & 6 deletions composer-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"php": "^8.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.59",
"friendsofphp/php-cs-fixer": "^3.64",
"larastan/larastan": "^2.7",
"laravel-zero/framework": "^11.0",
"laravel/pint": "^1.16",
"laravel/pint": "^1.18",
"nunomaduro/termwind": "^2.0",
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.11",
Expand All @@ -18,9 +18,7 @@
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
"App\\": "app/"
}
},
"autoload-dev": {
Expand All @@ -29,7 +27,8 @@
},
"files": [
"./vendor/squizlabs/php_codesniffer/autoload.php"
]
],
"exclude-from-classmap": ["/tests/Fixtures/"]
},
"scripts": {
"lint": "./duster lint",
Expand Down
Loading

0 comments on commit f286e16

Please sign in to comment.