Skip to content

Commit fbfb4fa

Browse files
authored
chore: update pestphp (#617)
1 parent 9f019fa commit fbfb4fa

16 files changed

+1056
-1157
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: composer install --no-ansi --no-interaction --no-suggest --no-progress --prefer-dist --optimize-autoloader --ignore-platform-reqs
6666

6767
- name: Run Tests
68-
run: composer test
68+
run: composer test --parallel
6969
env:
7070
DB_CONNECTION: pgsql
7171
DB_HOST: 127.0.0.1

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,22 @@
3232
"jamesmills/laravel-timezone": "^1.13",
3333
"jasonmccreary/laravel-test-assertions": "^2.3",
3434
"jenssegers/agent": "^2.6",
35-
"johnkary/phpunit-speedtrap": "^4.0",
3635
"laravel/fortify": "^1.21",
3736
"laravel/telescope": "^5.0",
3837
"league/commonmark": "^2.4",
3938
"livewire/livewire": "^2.12",
4039
"mockery/mockery": "^1.6",
41-
"nunomaduro/collision": "^6.6",
40+
"nunomaduro/collision": "^7.0",
4241
"nunomaduro/larastan": "^2.6",
43-
"pestphp/pest": "^1.8",
44-
"pestphp/pest-plugin-faker": "^1.0",
45-
"pestphp/pest-plugin-laravel": "^1.0",
46-
"pestphp/pest-plugin-livewire": "^1.0",
42+
"pestphp/pest": "^2.0",
43+
"pestphp/pest-plugin-faker": "^2.0",
44+
"pestphp/pest-plugin-laravel": "^2.0",
45+
"pestphp/pest-plugin-livewire": "^2.0",
4746
"phpstan/extension-installer": "^1.3",
4847
"phpstan/phpstan": "^1.10",
4948
"phpstan/phpstan-deprecation-rules": "^1.1",
5049
"phpstan/phpstan-strict-rules": "^1.5",
51-
"phpunit/phpunit": "^9.2",
50+
"phpunit/phpunit": "^10.0",
5251
"pragmarx/google2fa-laravel": "^2.1",
5352
"rector/rector": "^0.19",
5453
"ruafozy/mersenne-twister": "^1.0",
@@ -61,7 +60,7 @@
6160
"spatie/laravel-responsecache": "^7.4",
6261
"spatie/laravel-schemaless-attributes": "^2.4",
6362
"spatie/laravel-sluggable": "^3.5",
64-
"spatie/pest-plugin-snapshots": "^1.0",
63+
"spatie/pest-plugin-snapshots": "^2.0",
6564
"spatie/regex": "^3.1",
6665
"spatie/yaml-front-matter": "^2.0"
6766
},
@@ -117,7 +116,6 @@
117116
"require-dev": {
118117
"laravel/nova": "^4.13",
119118
"orchestra/testbench": "^8.22",
120-
"pestphp/pest-plugin-parallel": "^1.2",
121119
"spatie/laravel-permission": "^5.10",
122120
"spatie/mailcoach-sdk-php": "^1.4",
123121
"vyuldashev/nova-permission": "^3.2"

0 commit comments

Comments
 (0)