Skip to content

Commit 52cba37

Browse files
authored
chore: update composer dependencies (#22)
* chore: update composer dependencies * Fix styling --------- Co-authored-by: MohannadNaj <[email protected]>
1 parent 94e1725 commit 52cba37

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"illuminate/support": "^10.0"
2424
},
2525
"require-dev": {
26+
"larastan/larastan": "^2.7.0",
2627
"laravel/pint": "^1.0",
27-
"nunomaduro/collision": "^6.0",
28-
"nunomaduro/larastan": "^2.0.1",
28+
"nunomaduro/collision": "^7.0.0",
2929
"orchestra/testbench": "^8.0",
30-
"pestphp/pest": "^1.21",
31-
"pestphp/pest-plugin-laravel": "^1.1",
30+
"pestphp/pest": "^2.28.1",
31+
"pestphp/pest-plugin-laravel": "^2.2.0",
3232
"phpstan/extension-installer": "^1.1",
3333
"phpstan/phpstan-deprecation-rules": "^1.0",
3434
"phpstan/phpstan-phpunit": "^1.0",
35-
"phpunit/phpunit": "^9.5",
35+
"phpunit/phpunit": "^10.5.3",
3636
"spatie/laravel-ray": "^1.26"
3737
},
3838
"autoload": {

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
TestCase::class,
1313
)->in(__DIR__);
1414

15-
expect()->extend('toBeExecutable', function (Closure $migration = null, array $options = []): Expectation {
15+
expect()->extend('toBeExecutable', function (?Closure $migration = null, array $options = []): Expectation {
1616
/** @var \Illuminate\Database\Connection $connection */
1717
$connection = DB::connection();
1818

0 commit comments

Comments
 (0)