Skip to content

Commit 80f41d8

Browse files
authored
Merge pull request #61 from yajra/fix1
fix: pestphp require-dev
2 parents 6d89cb8 + fd4ef4f commit 80f41d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"require": {
2020
"php": "^8.2",
2121
"ext-json": "*",
22-
"livewire/livewire": "^2.11.2|^3.0.1",
23-
"openspout/openspout": "^4.12.1",
24-
"phpoffice/phpspreadsheet": "^1.27",
25-
"yajra/laravel-datatables-buttons": "^11.0",
26-
"pestphp/pest": "^2.34",
27-
"pestphp/pest-plugin-laravel": "^2.3"
22+
"livewire/livewire": "^2.11.2|^3.4.12",
23+
"openspout/openspout": "^4.24.1",
24+
"phpoffice/phpspreadsheet": "^1.29",
25+
"yajra/laravel-datatables-buttons": "^11.0"
2826
},
2927
"require-dev": {
30-
"larastan/larastan": "^2.9.1",
31-
"orchestra/testbench": "^9",
32-
"laravel/pint": "^1.14",
33-
"rector/rector": "^1.0"
28+
"larastan/larastan": "^2.9.6",
29+
"orchestra/testbench": "^9.0.4",
30+
"pestphp/pest": "^2.34.7",
31+
"pestphp/pest-plugin-laravel": "^2.4",
32+
"laravel/pint": "^1.15.3",
33+
"rector/rector": "^1.1"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)