Skip to content

Commit

Permalink
Bring back pestphp/pest-plugin-parallel
Browse files Browse the repository at this point in the history
Because PEST v2 requires PHP ^8.1 and this package is still ^8.0.
  • Loading branch information
otsch committed Nov 6, 2024
1 parent 4f42f74 commit 85d0277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.8",
"pestphp/pest": "^1.22|^2.0|^3.0"
"pestphp/pest": "^1.22|^2.0|^3.0",
"pestphp/pest-plugin-parallel": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 85d0277

Please sign in to comment.