Skip to content

Commit 92ecc0a

Browse files
authored
chore: update PHP dependencies (#554)
1 parent d4e2968 commit 92ecc0a

File tree

2 files changed

+131
-70
lines changed

2 files changed

+131
-70
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"google/recaptcha": "^1.3",
2424
"graham-campbell/analyzer": "^3.0",
2525
"guzzlehttp/guzzle": "^7.5",
26-
"illuminate/bus": "^9.9",
27-
"illuminate/contracts": "^9.9",
28-
"illuminate/http": "^9.9",
29-
"illuminate/mail": "^9.9",
30-
"illuminate/support": "^9.9",
31-
"illuminate/view": "^9.9",
26+
"illuminate/bus": "^9.10",
27+
"illuminate/contracts": "^9.10",
28+
"illuminate/http": "^9.10",
29+
"illuminate/mail": "^9.10",
30+
"illuminate/support": "^9.10",
31+
"illuminate/view": "^9.10",
3232
"jamesmills/laravel-timezone": "^1.13",
3333
"jasonmccreary/laravel-test-assertions": "^2.3",
3434
"jenssegers/agent": "^2.6",
@@ -41,7 +41,7 @@
4141
"nunomaduro/collision": "^6.5",
4242
"nunomaduro/larastan": "^2.6",
4343
"orchestra/testbench": "^7.5",
44-
"pestphp/pest": "^1.5",
44+
"pestphp/pest": "^1.6",
4545
"pestphp/pest-plugin-faker": "^1.0",
4646
"pestphp/pest-plugin-laravel": "^1.0",
4747
"pestphp/pest-plugin-livewire": "^1.0",
@@ -52,7 +52,7 @@
5252
"phpstan/phpstan-strict-rules": "^1.5",
5353
"phpunit/phpunit": "^9.1",
5454
"pragmarx/google2fa-laravel": "^2.1",
55-
"rector/rector": "^0.15",
55+
"rector/rector": "^0.16",
5656
"ruafozy/mersenne-twister": "^1.0",
5757
"spatie/laravel-flash": "^1.9",
5858
"spatie/laravel-honeypot": "^4.3",
@@ -126,4 +126,4 @@
126126
"spatie/laravel-permission": "Needed for nova permissions & roles",
127127
"vyuldashev/nova-permission": "Needed for nova permissions & roles"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)