Skip to content

Commit

Permalink
chore: update pestphp (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Apr 25, 2024
1 parent 9f019fa commit fbfb4fa
Show file tree
Hide file tree
Showing 16 changed files with 1,056 additions and 1,157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: composer install --no-ansi --no-interaction --no-suggest --no-progress --prefer-dist --optimize-autoloader --ignore-platform-reqs

- name: Run Tests
run: composer test
run: composer test --parallel
env:
DB_CONNECTION: pgsql
DB_HOST: 127.0.0.1
Expand Down
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,22 @@
"jamesmills/laravel-timezone": "^1.13",
"jasonmccreary/laravel-test-assertions": "^2.3",
"jenssegers/agent": "^2.6",
"johnkary/phpunit-speedtrap": "^4.0",
"laravel/fortify": "^1.21",
"laravel/telescope": "^5.0",
"league/commonmark": "^2.4",
"livewire/livewire": "^2.12",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^6.6",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.6",
"pestphp/pest": "^1.8",
"pestphp/pest-plugin-faker": "^1.0",
"pestphp/pest-plugin-laravel": "^1.0",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-faker": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-livewire": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^9.2",
"phpunit/phpunit": "^10.0",
"pragmarx/google2fa-laravel": "^2.1",
"rector/rector": "^0.19",
"ruafozy/mersenne-twister": "^1.0",
Expand All @@ -61,7 +60,7 @@
"spatie/laravel-responsecache": "^7.4",
"spatie/laravel-schemaless-attributes": "^2.4",
"spatie/laravel-sluggable": "^3.5",
"spatie/pest-plugin-snapshots": "^1.0",
"spatie/pest-plugin-snapshots": "^2.0",
"spatie/regex": "^3.1",
"spatie/yaml-front-matter": "^2.0"
},
Expand Down Expand Up @@ -117,7 +116,6 @@
"require-dev": {
"laravel/nova": "^4.13",
"orchestra/testbench": "^8.22",
"pestphp/pest-plugin-parallel": "^1.2",
"spatie/laravel-permission": "^5.10",
"spatie/mailcoach-sdk-php": "^1.4",
"vyuldashev/nova-permission": "^3.2"
Expand Down

0 comments on commit fbfb4fa

Please sign in to comment.