Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 16bf6c5

Browse files
committed
build: update dev dependencies and clean test setup
- Relax laravel/pint version constraint - Remove redundant setUp method from TestCase
1 parent f59ab56 commit 16bf6c5

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"driftingly/rector-laravel": "^1.0|^2.0",
3030
"larastan/larastan": "^2.0|^3.0",
31-
"laravel/pint": "^1.26",
31+
"laravel/pint": "^1.0",
3232
"orchestra/testbench": "^8.0|^9.0|^10.0",
3333
"pestphp/pest": "^2.0|^3.0|^4.0",
3434
"pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0"

tests/TestCase.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111

1212
class TestCase extends Orchestra
1313
{
14-
protected function setUp(): void
15-
{
16-
parent::setUp();
17-
}
18-
1914
protected function getPackageProviders($app)
2015
{
2116
return [

0 commit comments

Comments
 (0)