Skip to content

Commit 9036d86

Browse files
committed
update deps
1 parent 1abb9f6 commit 9036d86

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"laravel/framework": "^9.4",
13-
"phpstan/phpstan": "^1.4"
12+
"laravel/framework": "^12.0",
13+
"phpstan/phpstan": "^2.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -23,13 +23,13 @@
2323
}
2424
},
2525
"require-dev": {
26-
"mockery/mockery": "^1.2",
27-
"phpunit/phpunit": "^9.0",
28-
"orchestra/testbench": "^7.1",
29-
"vimeo/psalm": "^4.10",
26+
"mockery/mockery": "^1.6",
27+
"phpunit/phpunit": "^12.0",
28+
"orchestra/testbench": "^10.0",
29+
"vimeo/psalm": "^6.0",
3030
"jetbrains/phpstorm-attributes": "^1.0",
31-
"brainmaestro/composer-git-hooks": "dev-master",
32-
"laravel/pint": "^1.1"
31+
"brainmaestro/composer-git-hooks": "^3.0.0",
32+
"laravel/pint": "^1.24"
3333
},
3434
"extra": {
3535
"laravel": {

src/PackageServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public function boot()
2222

2323
public function register()
2424
{
25-
// $this->app->singleton(Package::class, function(){
26-
// return new Package();
27-
// });
25+
// $this->app->singleton(Package::class, function(){
26+
// return new Package();
27+
// });
2828
}
2929
}

tests/FeatureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class FeatureTest extends TestCase
88
{
9-
public function setUp(): void
9+
protected function setUp(): void
1010
{
1111
parent::setUp();
1212

0 commit comments

Comments
 (0)