Skip to content

Commit b694f55

Browse files
committed
chore: update dependencies
1 parent 74f4894 commit b694f55

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

composer.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,17 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.2.0",
22-
"illuminate/support": "^10.28",
23-
"illuminate/view": "^10.28",
21+
"php": "^8.2|^8.3",
22+
"laravel/framework": "^10.0|^11.0",
2423
"livewire/livewire": "^3.0"
2524
},
2625
"require-dev": {
27-
"laravel/pint": "^1.14",
28-
"orchestra/testbench": "^8.15",
29-
"pestphp/pest": "^2.19.2",
26+
"laravel/pint": "^1.15",
27+
"orchestra/testbench": "^9.0",
28+
"pestphp/pest": "^2.34",
3029
"pestphp/pest-plugin-livewire": "^2.1",
3130
"phpstan/phpstan": "^1.10.34",
32-
"rector/rector": "^0.19",
33-
"symfony/var-dumper": "^6.3.4"
31+
"rector/rector": "^0.19"
3432
},
3533
"autoload": {
3634
"psr-4": {

0 commit comments

Comments
 (0)