Skip to content

Commit

Permalink
chore: adds phpunit 10.4.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 26, 2023
1 parent 2cdd5e3 commit e0939e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"nunomaduro/termwind": "^1.15.1|^2.0.0",
"pestphp/pest-plugin": "^2.1.1",
"pestphp/pest-plugin-arch": "^2.4.1",
"phpunit/phpunit": "^10.4.1"
"phpunit/phpunit": "^10.4.2"
},
"conflict": {
"phpunit/phpunit": ">10.4.1",
"phpunit/phpunit": ">10.4.2",
"sebastian/exporter": "<5.1.0",
"webmozart/assert": "<1.11.0"
},
Expand Down Expand Up @@ -76,7 +76,7 @@
"test:type:coverage": "php bin/pest --type-coverage --min=100",
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",
"test:inline": "php bin/pest --colors=always --configuration=phpunit.inline.xml",
"test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=10",
"test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=3",
"test:integration": "php bin/pest --colors=always --group=integration",
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always --update-snapshots",
"test": [
Expand Down

0 comments on commit e0939e3

Please sign in to comment.