Skip to content

Commit 2a52475

Browse files
committed
core 3
1 parent d0e5753 commit 2a52475

File tree

2 files changed

+1130
-785
lines changed

2 files changed

+1130
-785
lines changed

composer.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,17 @@
2525
"lara-zeus/core": "3.x-dev"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^7.0 || ^8.0",
28+
"pestphp/pest": "^2.0",
29+
"phpunit/phpunit": "^10.2",
2930
"laravel/pint": "^1.0",
30-
"nunomaduro/collision": "^6.0",
31+
"nunomaduro/collision": "^7.0",
3132
"nunomaduro/larastan": "^2.0.1",
32-
"pestphp/pest": "^1.21",
33-
"pestphp/pest-plugin-laravel": "^1.1",
34-
"pestphp/pest-plugin-livewire": "^1.0",
35-
"pestphp/pest-plugin-parallel": "^0.3",
33+
"orchestra/testbench": "^7.0 || ^8.0",
34+
"pestphp/pest-plugin-laravel": "2.x-dev",
35+
"pestphp/pest-plugin-livewire": "2.x-dev",
3636
"phpstan/extension-installer": "^1.1",
3737
"phpstan/phpstan-deprecation-rules": "^1.0",
38-
"phpstan/phpstan-phpunit": "^1.0",
39-
"phpunit/phpunit": "^9.5"
38+
"phpstan/phpstan-phpunit": "^1.0"
4039
},
4140
"autoload": {
4241
"psr-4": {

0 commit comments

Comments
 (0)